Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java28 private WorkSource wsNew(int[] uids) { in wsNew() argument
30 for (int i=0; i<uids.length; i++) { in wsNew()
31 wsAdd(ws, uids[i]); in wsNew()
33 checkWorkSource("Constructed", ws, uids); in wsNew()
37 private WorkSource wsNew(int[] uids, String[] names) { in wsNew() argument
39 for (int i=0; i<uids.length; i++) { in wsNew()
40 wsAdd(ws, uids[i], names[i]); in wsNew()
42 checkWorkSource("Constructed", ws, uids, names); in wsNew()
62 private void printArrays(StringBuilder sb, int[] uids, String[] names) { in printArrays() argument
64 for (int i=0; i<uids.length; i++) { in printArrays()
[all …]
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java523 String uids = ""; in assertRestrictBackground() local
527 uids = output.split(":")[1]; in assertRestrictBackground()
528 for (String candidate : uids.split(" ")) { in assertRestrictBackground()
539 + ". Full list: " + uids); in assertRestrictBackground()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DAtomTests.java450 int[] uids = {1234, appInfo.uid}; in testWriteRawTestAtom() local
453 StatsLogStatsdCts.write(StatsLogStatsdCts.TEST_ATOM_REPORTED, uids, tags, 42, in testWriteRawTestAtom()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java596 final int[] uids = new int[] { in testGetNamesForUids_valid() local
602 result = mPackageManager.getNamesForUids(uids); in testGetNamesForUids_valid()