Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DDataSaverModeTest.java46 assertRestrictBackgroundChangedReceived(0); in setUp()
100 assertRestrictBackgroundChangedReceived(0); in testGetRestrictBackgroundStatus_disabled()
111 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_whitelisted()
115 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_whitelisted()
119 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_whitelisted()
130 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_enabled()
165 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()
169 assertRestrictBackgroundChangedReceived(1); in testGetRestrictBackgroundStatus_blacklisted()
175 assertRestrictBackgroundChangedReceived(2); in testGetRestrictBackgroundStatus_blacklisted()
178 assertRestrictBackgroundChangedReceived(3); in testGetRestrictBackgroundStatus_blacklisted()
[all …]
DAbstractRestrictBackgroundNetworkTestCase.java158 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase
159 assertRestrictBackgroundChangedReceived(DYNAMIC_RECEIVER, expectedCount); in assertRestrictBackgroundChangedReceived()
160 assertRestrictBackgroundChangedReceived(MANIFEST_RECEIVER, 0); in assertRestrictBackgroundChangedReceived()
163 protected void assertRestrictBackgroundChangedReceived(String receiverName, int expectedCount) in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase