Lines Matching full:componentname
19 import android.content.ComponentName;
31 private final Map<ComponentName, RemoteConnectionService> mRemoteConnectionServices =
40 ComponentName componentName,
42 if (!mRemoteConnectionServices.containsKey(componentName)) {
47 mRemoteConnectionServices.put(componentName, remoteConnectionService);
62 ComponentName componentName = request.getAccountHandle().getComponentName();
63 if (!mRemoteConnectionServices.containsKey(componentName)) {
65 + componentName);
68 RemoteConnectionService remoteService = mRemoteConnectionServices.get(componentName);