Home | History | Annotate | Download | only in net

Lines Matching defs:uids

267     /** UIDs that have been white-listed to always be able to have network access in
294 // rules enforced, such as system, phone, and radio UIDs.
1521 int[] uids = new int[0];
1527 uids = appendInt(uids, uid);
1531 return uids;
1555 int[] uids = new int[0];
1559 uids = appendInt(uids, uid);
1563 if (uids.length > 0) {
1564 for (int uid : uids) {
1808 fout.println("Policy for UIDs:");
1840 fout.println("Status for known UIDs:");