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

/frameworks/native/services/sensorservice/
H A DSensorService.h129 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java959 private final HashMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
990 Iterator<ServiceDispatcher.ConnectionInfo> it = mActiveConnections.values().iterator();
995 mActiveConnections.clear();
1037 old = mActiveConnections.remove(name);
1063 old = mActiveConnections.get(name);
1077 mActiveConnections.put(name, info);
1081 mActiveConnections.remove(name);
1087 mActiveConnections.remove(name);

Completed in 50 milliseconds