Searched refs:mActiveConnections (Results 1 – 4 of 4) sorted by relevance
1769 private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections field in ServiceDispatcher1820 for (int i=0; i<mActiveConnections.size(); i++) { in doForget()1821 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i); in doForget()1824 mActiveConnections.clear(); in doForget()1884 old = mActiveConnections.get(name); in doConnected()1897 mActiveConnections.put(name, info); in doConnected()1901 mActiveConnections.remove(name); in doConnected()1907 mActiveConnections.remove(name); in doConnected()1933 ConnectionInfo old = mActiveConnections.get(name); in doDeath()1939 mActiveConnections.remove(name); in doDeath()
157 SortedVector< wp<SensorEventConnection> > mActiveConnections; variable
1912 return getConnectionsHelper(mConnectionHolder.mActiveConnections, in getActiveConnections()1924 if (mActiveConnections.indexOf(connection) < 0) { in addEventConnectionIfNotPresent()1925 mActiveConnections.add(connection); in addEventConnectionIfNotPresent()1931 mActiveConnections.remove(connection); in removeEventConnection()
7341 Landroid/app/LoadedApk$ServiceDispatcher;->mActiveConnections:Landroid/util/ArrayMap;