Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java713 assertRestrictBackgroundAllowedUids(); in addRestrictBackgroundAllowlist()
721 assertRestrictBackgroundAllowedUids(UID_A); in addRestrictBackgroundAllowlist()
903 assertRestrictBackgroundAllowedUids(UID_A); in removeRestrictBackgroundAllowlist()
911 assertRestrictBackgroundAllowedUids(); in removeRestrictBackgroundAllowlist()
1015 assertRestrictBackgroundAllowedUids(UID_A); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
1027 assertRestrictBackgroundAllowedUids(UID_A); in testAllowedAppIsNotifiedWhenDenylisted()
1048 assertRestrictBackgroundAllowedUids(UID_A, UID_B, UID_C); in restrictBackgroundListsTest()
1063 assertRestrictBackgroundAllowedUids(UID_B, UID_C); in restrictBackgroundListsTest()
1068 assertRestrictBackgroundAllowedUids(UID_B, UID_C, UID_E); in restrictBackgroundListsTest()
1073 assertRestrictBackgroundAllowedUids(UID_C, UID_E); in restrictBackgroundListsTest()
[all …]