Home | History | Annotate | Download | only in am

Lines Matching defs:clist

13180                         ArrayList<ConnectionRecord> clist = kt.next();
13181 for (int i=0; i<clist.size() && adj > ProcessList.FOREGROUND_APP_ADJ; i++) {
13184 ConnectionRecord cr = clist.get(i);