Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java868 PhoneAccountHandle callingPhoneAccountHandle = connection.getPhoneAccount(); in addExistingConnection() local
869 if (callingPhoneAccountHandle != null) { in addExistingConnection()
871 callingPhoneAccountHandle.getComponentName().getPackageName()); in addExistingConnection()
888 if(accountHandle.equals(callingPhoneAccountHandle)) { in addExistingConnection()
893 if (phoneAccountHandle == null && callingPhoneAccountHandle != null) { in addExistingConnection()
902 if (callingPhoneAccountHandle.equals(connectionMgrHandle)) { in addExistingConnection()