Searched refs:assertRestrictBackgroundChangedReceived (Results 1 – 3 of 3) sorted by relevance
47 assertRestrictBackgroundChangedReceived(0); in setUp()84 assertRestrictBackgroundChangedReceived(0); in testGetRestrictBackgroundStatus_disabled()95 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_whitelisted()99 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_whitelisted()103 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_whitelisted()114 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_enabled()149 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()153 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()159 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_blacklisted()162 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_blacklisted()[all …]
151 assertRestrictBackgroundChangedReceived(0); in setUp()
205 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase206 assertRestrictBackgroundChangedReceived(DYNAMIC_RECEIVER, expectedCount); in assertRestrictBackgroundChangedReceived()207 assertRestrictBackgroundChangedReceived(MANIFEST_RECEIVER, 0); in assertRestrictBackgroundChangedReceived()210 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase