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