Searched refs:assertUidPolicy (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
H A D | NetworkPolicyManagerServiceTest.java | 529 assertUidPolicy(UID_A, POLICY_NONE); in addRestrictBackgroundAllowlist() 537 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in addRestrictBackgroundAllowlist() 719 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in removeRestrictBackgroundAllowlist() 727 assertUidPolicy(UID_A, POLICY_NONE); in removeRestrictBackgroundAllowlist() 757 assertUidPolicy(UID_A, POLICY_NONE); in addRestrictBackgroundDenylist() 803 assertUidPolicy(UID_A, POLICY_NONE); in removeRestrictBackgroundDenylist() 864 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest() 865 assertUidPolicy(UID_B, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest() 869 assertUidPolicy(UID_D, POLICY_NONE); in restrictBackgroundListsTest() 877 assertUidPolicy(UID_A, POLICY_NONE); in restrictBackgroundListsTest() [all …]
|