Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java126 PhoneAccountHandle handle1 = new PhoneAccountHandle( in registerPhoneAccount() local
128 mPhoneAccountMap.put(CALL_PROVIDER_ID, handle1); in registerPhoneAccount()
130 handle1, in registerPhoneAccount()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1356 private boolean areHandlesEqual(Uri handle1, Uri handle2) { in areHandlesEqual() argument
1357 if (handle1 == null || handle2 == null) { in areHandlesEqual()
1358 return handle1 == handle2; in areHandlesEqual()
1361 if (!TextUtils.equals(handle1.getScheme(), handle2.getScheme())) { in areHandlesEqual()
1365 final String number1 = PhoneNumberUtils.normalizeNumber(handle1.getSchemeSpecificPart()); in areHandlesEqual()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java6155 String handle1 = "test@gmail.com"; in testSingleStatusUpdateRowPerContact() local
6158 insertImHandle(rawContactId1, protocol1, null, handle1); in testSingleStatusUpdateRowPerContact()
6160 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.AVAILABLE, "Green", in testSingleStatusUpdateRowPerContact()
6162 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.AWAY, "Yellow", in testSingleStatusUpdateRowPerContact()
6164 insertStatusUpdate(protocol1, null, handle1, StatusUpdates.INVISIBLE, "Red", in testSingleStatusUpdateRowPerContact()