Searched refs:connl (Results 1 – 1 of 1) sorted by relevance
2408 ArrayList<ConnectionRecord> connl = r.connections.valueAt(conni); in makeRunningServiceInfoLocked() local2409 for (int i=0; i<connl.size(); i++) { in makeRunningServiceInfoLocked()2410 ConnectionRecord conn = connl.get(i); in makeRunningServiceInfoLocked()