Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java519 uidRange(userStart + PKG_UIDS[0], userStart + PKG_UIDS[0]), in testUidAllowAndDenylist()
520 uidRange(userStart + PKG_UIDS[1], userStart + PKG_UIDS[2]), in testUidAllowAndDenylist()
521 uidRange(Process.toSdkSandboxUid(userStart + PKG_UIDS[0]), in testUidAllowAndDenylist()
522 Process.toSdkSandboxUid(userStart + PKG_UIDS[0])), in testUidAllowAndDenylist()
523 uidRange(Process.toSdkSandboxUid(userStart + PKG_UIDS[1]), in testUidAllowAndDenylist()
524 Process.toSdkSandboxUid(userStart + PKG_UIDS[2]))), in testUidAllowAndDenylist()
532 uidRange(userStart, userStart + PKG_UIDS[0] - 1), in testUidAllowAndDenylist()
533 uidRange(userStart + PKG_UIDS[0] + 1, userStart + PKG_UIDS[1] - 1), in testUidAllowAndDenylist()
535 uidRange(userStart + PKG_UIDS[2] + 1, in testUidAllowAndDenylist()
536 Process.toSdkSandboxUid(userStart + PKG_UIDS[0] - 1)), in testUidAllowAndDenylist()
[all …]
/frameworks/base/services/tests/VpnTests/java/com/android/server/
DVpnTestBase.java48 protected static final int[] PKG_UIDS = {10066, 10077, 10078, 10400}; field in VpnTestBase
53 sPackages.put(PKGS[i], PKG_UIDS[i]); in sPackages.put()
DVpnManagerServiceTest.java183 onPackageRemoved(PKGS[0], PKG_UIDS[0], true /* isReplacing */); in testUpdateAppExclusionList()
187 onPackageAdded(PKGS[0], PKG_UIDS[0], true /* isReplacing */); in testUpdateAppExclusionList()
191 onPackageRemoved(PKGS[0], PKG_UIDS[0], false /* isReplacing */); in testUpdateAppExclusionList()
195 onPackageAdded(PKGS[0], PKG_UIDS[0], false /* isReplacing */); in testUpdateAppExclusionList()
288 PKGS[0], UserHandle.USER_SYSTEM, PKG_UIDS[0], true /* isReplacing */))); in testReceiveIntentFromNonHandlerThread()