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