Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside-network-policy/src/com/android/cts/netpolicy/
DHostsideRestrictBackgroundNetworkTests.java90 assertRestrictBackgroundWhitelist(oldUid, false); in testDataSaverMode_reinstall()
94 assertRestrictBackgroundWhitelist(oldUid, false); in testDataSaverMode_reinstall()
95 assertRestrictBackgroundWhitelist(newUid, false); in testDataSaverMode_reinstall()
407 private void assertRestrictBackgroundWhitelist(int uid, boolean expected) throws Exception { in assertRestrictBackgroundWhitelist() method in HostsideRestrictBackgroundNetworkTests
451 assertRestrictBackgroundWhitelist(uid, true); in addRestrictBackgroundWhitelist()
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java637 assertRestrictBackgroundWhitelist(uid, true); in addRestrictBackgroundWhitelist()
645 assertRestrictBackgroundWhitelist(uid, false); in removeRestrictBackgroundWhitelist()
648 protected void assertRestrictBackgroundWhitelist(int uid, boolean expected) throws Exception { in assertRestrictBackgroundWhitelist() method in AbstractRestrictBackgroundNetworkTestCase
657 assertRestrictBackgroundWhitelist(uid, false); in addRestrictBackgroundBlacklist()
DDataSaverModeTest.java181 assertRestrictBackgroundWhitelist(uid, true); in testGetRestrictBackgroundStatus_requiredWhitelistedPackages()