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