Searched refs:mCommandsInterface0 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | PhoneSwitcherTest.java | 116 private CommandsInterface mCommandsInterface0; field in PhoneSwitcherTest 156 mCommandsInterface0 = mock(CommandsInterface.class); in setUp() 190 replaceInstance(Phone.class, "mCi", mPhone, mCommandsInterface0); in setUp() 801 verify(mCommandsInterface0, never()).setDataAllowed(anyBoolean(), any()); in testSetPreferredDataModemCommand() 1736 verify(mCommandsInterface0, never()).setDataAllowed(anyBoolean(), any()); in testScheduledRetryWhileMultiSimConfigChange() 2082 }).when(mCommandsInterface0).registerForAvailable(any(), anyInt(), any()); in initializeCommandInterfacesMock() 2088 }).when(mCommandsInterface0).setDataAllowed(anyBoolean(), any()); in initializeCommandInterfacesMock()
|