Home
last modified time | relevance | path

Searched refs:connl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java2720 ArrayList<ConnectionRecord> connl = r.connections.valueAt(conni); in makeRunningServiceInfoLocked() local
2721 for (int i=0; i<connl.size(); i++) { in makeRunningServiceInfoLocked()
2722 ConnectionRecord conn = connl.get(i); in makeRunningServiceInfoLocked()