Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java238 verifyAccountRegistration(TestUtils.TEST_SELF_MANAGED_HANDLE_1, in testRegisterSelfManagedConnectionService()
240 verifyAccountRegistration(TestUtils.TEST_SELF_MANAGED_HANDLE_2, in testRegisterSelfManagedConnectionService()
242 verifyAccountRegistration(TestUtils.TEST_SELF_MANAGED_HANDLE_3, in testRegisterSelfManagedConnectionService()
254 verifyAccountRegistration(TestUtils.TEST_SELF_MANAGED_HANDLE_1, in testSelfManagedConnectionServiceRegistrationUnmodifiable()
DBaseTelecomTestWithMockServices.java664 verifyAccountRegistration(account.getAccountHandle(), account); in registerAccountsAndVerify()
689 void verifyAccountRegistration(PhoneAccountHandle handle, PhoneAccount phoneAccount) { in verifyAccountRegistration() method in BaseTelecomTestWithMockServices