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.java860 PhoneAccountHandle callingPhoneAccountHandle = connection.getPhoneAccount(); in addExistingConnection() local
861 if (callingPhoneAccountHandle != null) { in addExistingConnection()
863 callingPhoneAccountHandle.getComponentName().getPackageName()); in addExistingConnection()
880 if(accountHandle.equals(callingPhoneAccountHandle)) { in addExistingConnection()
885 if (phoneAccountHandle == null && callingPhoneAccountHandle != null) { in addExistingConnection()
894 if (callingPhoneAccountHandle.equals(connectionMgrHandle)) { in addExistingConnection()