Searched refs:TestImsRegistration (Results 1 – 5 of 5) sorted by relevance
27 public class TestImsRegistration extends ImsRegistrationImplBase { class35 public TestImsRegistration() { in TestImsRegistration() method in TestImsRegistration39 public TestImsRegistration(Executor executor) { in TestImsRegistration() method in TestImsRegistration
53 private TestImsRegistration mImsRegistrationImplBase;125 mImsRegistrationImplBase = new TestImsRegistration(mExecutor); in ImsServiceUT()129 mImsRegistrationImplBase = new TestImsRegistration(); in ImsServiceUT()302 mImsRegistrationImplBase = new TestImsRegistration(mExecutor); in ImsServiceUT_compat()306 mImsRegistrationImplBase = new TestImsRegistration(); in ImsServiceUT_compat()725 public TestImsRegistration getImsRegistration() { in getImsRegistration()
136 public TestImsRegistration reg;491 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testSipDialogStateChangesOnMultipleDelegates()793 TestImsRegistration imsReg = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateDestroyDelegateNotDefaultMessagingApp()807 TestImsRegistration.NetworkRegistrationInfo info = in testCreateDestroyDelegateNotDefaultMessagingApp()841 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testImsServiceDisconnected()1015 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateMultipleDelegates()1073 TestImsRegistration regImpl = sServiceConnector.getCarrierService().getImsRegistration(); in testCreateDelegateMessagingAppChangesToApp()1082 regImpl.resetLatch(TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION, 1); in testCreateDelegateMessagingAppChangesToApp()1084 assertTrue(regImpl.waitForLatchCountDown(TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION, in testCreateDelegateMessagingAppChangesToApp()1112 ifaces.reg.resetLatch(TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION, 1); in testCreateDelegateMessagingAppChangesAwayFromApp()[all …]
19 import static android.telephony.ims.cts.TestImsRegistration.LATCH_TRIGGER_DEREGISTRATION_BY_RADIO;
28 "src/android/telephony/ims/cts/TestImsRegistration.java",