Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java297 final ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(m); in isAlmostPerceptible() local
H A DOomAdjuster.java803 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in collectReachableProcessesLocked() local
2252 ArrayList<ConnectionRecord> clist = serviceConnections.valueAt(conni); in computeOomAdjLSP() local
H A DActiveServices.java3546 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in updateServiceClientActivitiesLocked() local
3788 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in bindServiceLocked() local
3932 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in publishServiceLocked() local
3971 final ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in updateServiceGroupLocked() local
4007 ArrayList<ConnectionRecord> clist = mServiceConnections.get(binder); in unbindServiceLocked() local
5888 ArrayList<ConnectionRecord> clist = s.getConnections().get(binder); in removeConnectionLocked() local
7118 ArrayList<ConnectionRecord> clist = connections.valueAt(conni); in dumpServiceLocalLocked() local
H A DServiceRecord.java1042 ArrayList<ConnectionRecord> clist = connections.get(binder); in addConnection() local