Home
last modified time | relevance | path

Searched refs:uids (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java56 private WorkSource wsNew(int[] uids) throws IllegalArgumentException, in wsNew() argument
59 for (int i=0; i<uids.length; i++) { in wsNew()
60 wsAdd(ws, uids[i]); in wsNew()
62 checkWorkSource("Constructed", ws, uids); in wsNew()
66 private WorkSource wsNew(int[] uids, String[] names) throws IllegalArgumentException, in wsNew() argument
69 for (int i=0; i<uids.length; i++) { in wsNew()
70 wsAdd(ws, uids[i], names[i]); in wsNew()
72 checkWorkSource("Constructed", ws, uids, names); in wsNew()
106 private void printArrays(StringBuilder sb, int[] uids, String[] names) { in printArrays() argument
108 for (int i=0; i<uids.length; i++) { in printArrays()
[all …]
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java667 String uids = ""; in assertRestrictBackground() local
671 uids = output.split(":")[1]; in assertRestrictBackground()
672 for (String candidate : uids.split(" ")) { in assertRestrictBackground()
683 + ". Full list: " + uids); in assertRestrictBackground()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...