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.java1020 PhoneAccountHandle connectionMgrHandle = in addExistingConnection() local
1022 if (callingPhoneAccountHandle.equals(connectionMgrHandle)) { in addExistingConnection()
1023 phoneAccountHandle = connectionMgrHandle; in addExistingConnection()
2631 PhoneAccountHandle connectionMgrHandle = mPhoneAccountRegistrar.getSimCallManager(subId, in queryRemoteConnectionServices() local
2633 if (connectionMgrHandle == null in queryRemoteConnectionServices()
2634 || !connectionMgrHandle.getComponentName().getPackageName().equals( in queryRemoteConnectionServices()
2638 callingPackage, connectionMgrHandle, handle); in queryRemoteConnectionServices()