Home | History | Annotate | Download | only in server

Lines Matching refs:na

325                 for (NetworkAttributes na : mNetAttributes) {
326 if (na == null) continue;
327 if (na.mPriority < currentLowest) continue;
328 if (na.mPriority > currentLowest) {
329 if (na.mPriority < nextLowest || nextLowest == 0) {
330 nextLowest = na.mPriority;
334 mPriorityList[insertionPoint--] = na.mType;