Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java88 ICtsCarModeInCallServiceControl mSecondaryTestPackageControl; field in PhoneAccountRegistrarTest
790 mSecondaryTestPackageControl = in bindToSecondTestPackage()
793 if (mSecondaryTestPackageControl != null) { in bindToSecondTestPackage()
794 mSecondaryTestPackageControl.reset(); //... done setting up binding in bindToSecondTestPackage()
800 if (mSecondaryTestPackageControl != null) { in registerAccountsToSecondTestPackage()
802 mSecondaryTestPackageControl.registerPhoneAccount(p); in registerAccountsToSecondTestPackage()
810 if (mSecondaryTestPackageControl != null) { in unRegisterAccountsForSecondTestPackage()
812 mSecondaryTestPackageControl.unregisterPhoneAccount(p.getAccountHandle()); in unRegisterAccountsForSecondTestPackage()