Searched refs:assertRestrictBackgroundChangedReceived (Results 1 – 3 of 3) sorted by relevance
56 assertRestrictBackgroundChangedReceived(0); in setUp()72 assertRestrictBackgroundChangedReceived(0); in testGetRestrictBackgroundStatus_disabled()82 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_whitelisted()86 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_whitelisted()90 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_whitelisted()100 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_enabled()134 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()138 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()144 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_blacklisted()147 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_blacklisted()[all …]
179 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase180 assertRestrictBackgroundChangedReceived(DYNAMIC_RECEIVER, expectedCount); in assertRestrictBackgroundChangedReceived()181 assertRestrictBackgroundChangedReceived(MANIFEST_RECEIVER, 0); in assertRestrictBackgroundChangedReceived()184 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase
190 assertRestrictBackgroundChangedReceived(0); in setUp()