Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java655 assertUidPolicy(UID_A, POLICY_NONE); in addRestrictBackgroundAllowlist()
663 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in addRestrictBackgroundAllowlist()
845 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in removeRestrictBackgroundAllowlist()
853 assertUidPolicy(UID_A, POLICY_NONE); in removeRestrictBackgroundAllowlist()
883 assertUidPolicy(UID_A, POLICY_NONE); in addRestrictBackgroundDenylist()
929 assertUidPolicy(UID_A, POLICY_NONE); in removeRestrictBackgroundDenylist()
990 assertUidPolicy(UID_A, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest()
991 assertUidPolicy(UID_B, POLICY_ALLOW_METERED_BACKGROUND); in restrictBackgroundListsTest()
995 assertUidPolicy(UID_D, POLICY_NONE); in restrictBackgroundListsTest()
1003 assertUidPolicy(UID_A, POLICY_NONE); in restrictBackgroundListsTest()
[all …]