Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DDataSaverModeTest.java56 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 …]
DAbstractRestrictBackgroundNetworkTestCase.java179 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase
180 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
DNetworkCallbackTest.java190 assertRestrictBackgroundChangedReceived(0); in setUp()