Searched defs:mActiveConnections (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorService.h158 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java969 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
1000 for (int i=0; i<mActiveConnections.size(); i++) {
1001 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1004 mActiveConnections.clear();
1046 old = mActiveConnections.remove(name);
1072 old = mActiveConnections.get(name);
1086 mActiveConnections.put(name, info);
1090 mActiveConnections.remove(name);
1096 mActiveConnections.remove(name);

Completed in 201 milliseconds