Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java214 final ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(m); in isAlmostPerceptible() local
DActiveServices.java2740 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in updateServiceClientActivitiesLocked() local
2954 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked() local
3088 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in publishServiceLocked() local
3126 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked() local
3162 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked() local
4851 ArrayList<ConnectionRecord> clist = s.getConnections().get(binder); in removeConnectionLocked() local
6040 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in dumpServiceLocalLocked() local
DServiceRecord.java732 ArrayList<ConnectionRecord> clist = connections.get(binder); in addConnection() local
DOomAdjuster.java1958 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in computeOomAdjLSP() local