Home
last modified time | relevance | path

Searched refs:mCommandsInterface0 (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java92 private CommandsInterface mCommandsInterface0; field in PhoneSwitcherTest
143 replaceInstance(Phone.class, "mCi", mPhone, mCommandsInterface0); in setUp()
529 verify(mCommandsInterface0, never()).setDataAllowed(anyBoolean(), any()); in testSetPreferredDataModemCommand()
1373 }).when(mCommandsInterface0).registerForAvailable(any(), anyInt(), any()); in initializeCommandInterfacesMock()
1379 }).when(mCommandsInterface0).setDataAllowed(anyBoolean(), any()); in initializeCommandInterfacesMock()