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.java1533 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in updateServiceClientActivitiesLocked() local
1779 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked() local
1860 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in publishServiceLocked() local
1894 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked() local
1929 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked() local
3087 ArrayList<ConnectionRecord> clist = s.getConnections().get(binder); in removeConnectionLocked() local
4122 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in dumpServiceLocalLocked() local
DServiceRecord.java605 ArrayList<ConnectionRecord> clist = connections.get(binder); in addConnection() local
DOomAdjuster.java1178 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in computeOomAdjLocked() local