Searched refs:assertRestrictBackground (Results 1 – 1 of 1) sorted by relevance
485 assertRestrictBackground("restrict-background-whitelist", uid, expected); in assertRestrictBackgroundWhitelist()502 assertRestrictBackground("restrict-background-blacklist", uid, expected); in assertRestrictBackgroundBlacklist()516 assertRestrictBackground("app-idle-whitelist", uid, expected); in assertAppIdleWhitelist()519 private void assertRestrictBackground(String list, int uid, boolean expected) throws Exception { in assertRestrictBackground() method in AbstractRestrictBackgroundNetworkTestCase