Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java989 assertRestrictBackgroundAllowedUids(UID_A, UID_B, UID_C); in restrictBackgroundListsTest()
991 assertUidPolicy(UID_B, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest()
1004 assertRestrictBackgroundAllowedUids(UID_B, UID_C); in restrictBackgroundListsTest()
1009 assertRestrictBackgroundAllowedUids(UID_B, UID_C, UID_E); in restrictBackgroundListsTest()
1013 assertUidPolicy(UID_B, POLICY_REJECT_METERED_BACKGROUND); in restrictBackgroundListsTest()
1035 UID_B, UID_D); in testGetUidsWithPolicy() local
1159 mService.setAppIdleWhitelist(UID_B, false); in testAppIdleTempWhitelisting()
2008 expectHasUseRestrictedNetworksPermission(UID_B, false);
2038 expectHasUseRestrictedNetworksPermission(UID_B, false); in testUpdateRestrictedModeForUid()
2062 expectHasInternetPermission(UID_B, true); in testLowPowerStandbyAllowlist()
[all …]