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.java47 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 …]
DNetworkCallbackTest.java151 assertRestrictBackgroundChangedReceived(0); in setUp()
DAbstractRestrictBackgroundNetworkTestCase.java205 protected void assertRestrictBackgroundChangedReceived(int expectedCount) throws Exception { in assertRestrictBackgroundChangedReceived() method in AbstractRestrictBackgroundNetworkTestCase
206 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