Home | History | Annotate | Download | only in app

Lines Matching refs:mActiveConnections

1522         private final ArrayMap<ComponentName, ServiceDispatcher.ConnectionInfo> mActiveConnections
1553 for (int i=0; i<mActiveConnections.size(); i++) {
1554 ServiceDispatcher.ConnectionInfo ci = mActiveConnections.valueAt(i);
1557 mActiveConnections.clear();
1612 old = mActiveConnections.get(name);
1625 mActiveConnections.put(name, info);
1629 mActiveConnections.remove(name);
1635 mActiveConnections.remove(name);
1658 ConnectionInfo old = mActiveConnections.get(name);
1664 mActiveConnections.remove(name);