Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java2609 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in updateServiceClientActivitiesLocked() local
2809 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked() local
2917 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in publishServiceLocked() local
2951 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked() local
2987 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked() local
4389 ArrayList<ConnectionRecord> clist = s.getConnections().get(binder); in removeConnectionLocked() local
5478 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in dumpServiceLocalLocked() local
H A DServiceRecord.java678 ArrayList<ConnectionRecord> clist = connections.get(binder); in addConnection() local
H A DOomAdjuster.java1984 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in computeOomAdjLSP() local