Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountTest.java51 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountSetCallingRestriction() local
57 testRestriction.add(handle2); in testPhoneAccountSetCallingRestriction()
82 PhoneAccountHandle handle2 = new PhoneAccountHandle( in testPhoneAccountClearCallingRestriction() local
88 testRestriction.add(handle2); in testPhoneAccountClearCallingRestriction()
DPhoneAccountRegistrarTest.java617 PhoneAccountHandle handle2 = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfiles() local
625 handle2, this.getClass().getName()) in testGetCallCapablePhoneAccountsAcrossProfiles()
633 TestUtils.enablePhoneAccount(getInstrumentation(), handle2); in testGetCallCapablePhoneAccountsAcrossProfiles() local
643 assertTrue(handles.contains(handle2)); in testGetCallCapablePhoneAccountsAcrossProfiles()
646 TestUtils.disablePhoneAccount(getInstrumentation(), handle2); in testGetCallCapablePhoneAccountsAcrossProfiles() local
661 assertTrue(handlesAcrossProfilesWithDisabledAccount.contains(handle2)); in testGetCallCapablePhoneAccountsAcrossProfiles()
DPhoneAccountOperationsTest.java400 PhoneAccountHandle handle2 = in testRegisterUnregisterPhoneAccountIntent() local
402 assertEquals(TEST_PHONE_ACCOUNT_HANDLE, handle2); in testRegisterUnregisterPhoneAccountIntent()