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

/frameworks/native/services/sensorservice/
H A DSensorService.h204 // Promote all weak referecences in mActiveConnections vector to strong references and add them
244 SortedVector< wp<SensorEventConnection> > mActiveConnections; member in class:android::SensorService
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1504 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in class:LoadedApk.ServiceDispatcher
1535 for (int i=0; i<mActiveConnections.size(); i++) {
1536 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1539 mActiveConnections.clear();
1594 old = mActiveConnections.get(name);
1607 mActiveConnections.put(name, info);
1611 mActiveConnections.remove(name);
1617 mActiveConnections.remove(name);
1640 ConnectionInfo old = mActiveConnections.get(name);
1646 mActiveConnections
[all...]

Completed in 83 milliseconds