Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java903 PhoneAccountHandle connectionMgrHandle = in addExistingConnection() local
905 if (callingPhoneAccountHandle.equals(connectionMgrHandle)) { in addExistingConnection()
906 phoneAccountHandle = connectionMgrHandle; in addExistingConnection()
2152 PhoneAccountHandle connectionMgrHandle = mPhoneAccountRegistrar.getSimCallManager(subId, in queryRemoteConnectionServices() local
2154 if (connectionMgrHandle == null in queryRemoteConnectionServices()
2155 || !connectionMgrHandle.getComponentName().getPackageName().equals( in queryRemoteConnectionServices()
2159 callingPackage, connectionMgrHandle, handle); in queryRemoteConnectionServices()