Searched refs:mServiceConnections (Results 1 – 3 of 3) sorted by relevance
52 private final SparseArray<DataLoaderServiceConnection> mServiceConnections = field in DataLoaderManagerService76 synchronized (mServiceConnections) { in bindToDataLoader()77 if (mServiceConnections.get(dataLoaderId) != null) { in bindToDataLoader()147 synchronized (mServiceConnections) { in getDataLoader()148 DataLoaderServiceConnection serviceConnection = mServiceConnections.get( in getDataLoader()163 synchronized (mServiceConnections) { in unbindFromDataLoader()164 DataLoaderServiceConnection serviceConnection = mServiceConnections.get( in unbindFromDataLoader()263 synchronized (mServiceConnections) {264 DataLoaderServiceConnection bound = mServiceConnections.get(mId);272 mServiceConnections.append(mId, this);[all …]
52 private ArrayMap<String, ServiceConnection> mServiceConnections = new ArrayMap<>(); field in SimpleService111 mServiceConnections.put(targetPkg, conn); in bindToService()121 final ServiceConnection conn = mServiceConnections.remove(targetPkg); in unbindService()
403 final ArrayMap<IBinder, ArrayList<ConnectionRecord>> mServiceConnections = new ArrayMap<>(); field in ActiveServices4283 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked()4286 mServiceConnections.put(binder, clist); in bindServiceLocked()4504 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked()4540 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked()6607 clist = mServiceConnections.get(binder); in removeConnectionLocked()6611 mServiceConnections.remove(binder); in removeConnectionLocked()8020 for (int ic=0; ic<mServiceConnections.size(); ic++) { in dumpRemainsLocked()8021 ArrayList<ConnectionRecord> r = mServiceConnections.valueAt(ic); in dumpRemainsLocked()