Lines Matching refs:componentName
40 ComponentName componentName, in addConnectionService() argument
42 if (!mRemoteConnectionServices.containsKey(componentName)) { in addConnectionService()
47 mRemoteConnectionServices.put(componentName, remoteConnectionService); in addConnectionService()
50 "error when addConnectionService of %s: %s", componentName, in addConnectionService()
65 ComponentName componentName = request.getAccountHandle().getComponentName(); in createRemoteConnection() local
66 if (!mRemoteConnectionServices.containsKey(componentName)) { in createRemoteConnection()
68 + componentName); in createRemoteConnection()
71 RemoteConnectionService remoteService = mRemoteConnectionServices.get(componentName); in createRemoteConnection()
96 ComponentName componentName = request.getAccountHandle().getComponentName(); in createRemoteConference() local
97 if (!mRemoteConnectionServices.containsKey(componentName)) { in createRemoteConference()
99 + componentName); in createRemoteConference()
102 RemoteConnectionService remoteService = mRemoteConnectionServices.get(componentName); in createRemoteConference()