Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java900 PhoneAccountHandle connectionMgrHandle = in addExistingConnection() local
902 if (callingPhoneAccountHandle.equals(connectionMgrHandle)) { in addExistingConnection()
903 phoneAccountHandle = connectionMgrHandle; in addExistingConnection()
2047 PhoneAccountHandle connectionMgrHandle = mPhoneAccountRegistrar.getSimCallManager(subId, in queryRemoteConnectionServices() local
2049 if (connectionMgrHandle == null in queryRemoteConnectionServices()
2050 || !connectionMgrHandle.getComponentName().getPackageName().equals( in queryRemoteConnectionServices()
2054 callingPackage, connectionMgrHandle, handle); in queryRemoteConnectionServices()