Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java654 assertRestrictBackgroundAllowedUids(); in addRestrictBackgroundAllowlist()
662 assertRestrictBackgroundAllowedUids(UID_A); in addRestrictBackgroundAllowlist()
844 assertRestrictBackgroundAllowedUids(UID_A); in removeRestrictBackgroundAllowlist()
852 assertRestrictBackgroundAllowedUids(); in removeRestrictBackgroundAllowlist()
956 assertRestrictBackgroundAllowedUids(UID_A); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
968 assertRestrictBackgroundAllowedUids(UID_A); in testAllowedAppIsNotifiedWhenDenylisted()
989 assertRestrictBackgroundAllowedUids(UID_A, UID_B, UID_C); 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()
[all …]