Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountTest.java49 PhoneAccountHandle handle1 = new PhoneAccountHandle( in testPhoneAccountSetCallingRestriction() local
59 PhoneAccount testPhoneAccount = new PhoneAccount.Builder(handle1, "test1") in testPhoneAccountSetCallingRestriction()
80 PhoneAccountHandle handle1 = new PhoneAccountHandle( in testPhoneAccountClearCallingRestriction() local
90 PhoneAccount pa = new PhoneAccount.Builder(handle1, "test1") in testPhoneAccountClearCallingRestriction()
DPhoneAccountRegistrarTest.java614 PhoneAccountHandle handle1 = TestUtils.createPhoneAccountHandle( in testGetCallCapablePhoneAccountsAcrossProfiles() local
621 handle1, this.getClass().getName()) in testGetCallCapablePhoneAccountsAcrossProfiles()
632 TestUtils.enablePhoneAccount(getInstrumentation(), handle1); in testGetCallCapablePhoneAccountsAcrossProfiles() local
642 assertTrue(handles.contains(handle1)); in testGetCallCapablePhoneAccountsAcrossProfiles()
/cts/tests/tests/app/src/android/app/cts/
DKeyguardWeakEscrowTokenTest.java182 long handle1 = mKeyguardManager.addWeakEscrowToken(mTestToken2, mTestUser, in testUnregisterWeakEscrowTokenRemovedListener_listenerUnregistered() local
186 mKeyguardManager.removeWeakEscrowToken(handle1, mTestUser); in testUnregisterWeakEscrowTokenRemovedListener_listenerUnregistered()
189 verify(mMockTokenRemovedListener, never()).onWeakEscrowTokenRemoved(eq(handle1), in testUnregisterWeakEscrowTokenRemovedListener_listenerUnregistered()