Home
last modified time | relevance | path

Searched defs:clist (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1557 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in updateServiceClientActivitiesLocked() local
1803 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked() local
1884 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in publishServiceLocked() local
1918 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked() local
1953 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked() local
3115 ArrayList<ConnectionRecord> clist = s.getConnections().get(binder); in removeConnectionLocked() local
4153 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in dumpServiceLocalLocked() local
DServiceRecord.java605 ArrayList<ConnectionRecord> clist = connections.get(binder); in addConnection() local
DOomAdjuster.java1182 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in computeOomAdjLocked() local