Searched refs:UID_C (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
H A D | NetworkPolicyManagerServiceTest.java | 989 assertRestrictBackgroundAllowedUids(UID_A, UID_B, UID_C); in restrictBackgroundListsTest() 992 assertUidPolicy(UID_C, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest() 1004 assertRestrictBackgroundAllowedUids(UID_B, UID_C); in restrictBackgroundListsTest() 1009 assertRestrictBackgroundAllowedUids(UID_B, UID_C, UID_E); in restrictBackgroundListsTest() 1014 assertRestrictBackgroundAllowedUids(UID_C, UID_E); in restrictBackgroundListsTest() 1023 assertRestrictBackgroundAllowedUids(UID_A, UID_C, UID_D); in testRestrictBackgroundLists_mixedFormat() 1040 UID_C, UID_D, UID_F); in testGetUidsWithPolicy() 1485 mDeps.setMockedTotalBytes(UID_C, 0, 0); 2063 expectHasInternetPermission(UID_C, true); in testLowPowerStandbyAllowlist() 2087 assertTrue(mService.isUidNetworkingBlocked(UID_C, false)); in testLowPowerStandbyAllowlist() [all …]
|