Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDockObserverTest.java53 BroadcastInterceptingContext.FutureIntent futureIntent = in updateExtconDockState() local
58 return futureIntent; in updateExtconDockState()
94 BroadcastInterceptingContext.FutureIntent futureIntent = in testDockIntentBroadcast_onlyAfterBootReady() local
100 assertThat(futureIntent.get().getIntExtra(Intent.EXTRA_DOCK_STATE, -1)) in testDockIntentBroadcast_onlyAfterBootReady()
149 BroadcastInterceptingContext.FutureIntent futureIntent = in testDockIntentBroadcast_deviceNotProvisioned() local
153 futureIntent.assertNotReceived(); in testDockIntentBroadcast_deviceNotProvisioned()
158 assertThat(futureIntent.get().getIntExtra(Intent.EXTRA_DOCK_STATE, -1)) in testDockIntentBroadcast_deviceNotProvisioned()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java391 futureIntent.assertNotReceived(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
393 futureIntent = mContextSpy.nextBroadcastIntent( in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
396 assertThat(futureIntent.get(1, TimeUnit.SECONDS)).isNotNull(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
398 futureIntent = mContextSpy.nextBroadcastIntent( in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
401 futureIntent.assertNotReceived(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
403 futureIntent = mContextSpy.nextBroadcastIntent( in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
407 assertThat(futureIntent.get(1, TimeUnit.SECONDS)).isNotNull(); in testLowPowerStandbyEnabled_EnabledChangedBroadcastsAreSent()
781 assertThat(futureIntent.get(1, TimeUnit.SECONDS)).isNotNull(); in testStandbyPorts_broadcastChangedIfPackageIsExempt()
783 futureIntent = mContextSpy.nextBroadcastIntent( in testStandbyPorts_broadcastChangedIfPackageIsExempt()
787 assertThat(futureIntent.get(1, TimeUnit.SECONDS)).isNotNull(); in testStandbyPorts_broadcastChangedIfPackageIsExempt()
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java620 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOn()
630 assertRestrictBackgroundChangedReceived(futureIntent, null); in testTurnRestrictBackgroundOff()
667 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in addRestrictBackgroundAllowlist()
669 futureIntent.assertNotReceived(); in addRestrictBackgroundAllowlist()
856 assertRestrictBackgroundChangedReceived(futureIntent, PKG_NAME_A); in removeRestrictBackgroundAllowlist()
858 futureIntent.assertNotReceived(); in removeRestrictBackgroundAllowlist()
895 futureIntent.assertNotReceived(); in addRestrictBackgroundDenylist()
935 futureIntent.assertNotReceived(); in removeRestrictBackgroundDenylist()
948 futureIntent.assertNotReceived(); in testDeniedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
960 futureIntent.assertNotReceived(); in testAllowedAppIsNotNotifiedWhenRestrictBackgroundIsOn()
[all …]