Home
last modified time | relevance | path

Searched refs:forBroadcast (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/batterysaving/src/android/os/cts/deviceidle/
DDeviceIdleTest.java89 final CallbackAsserter idleModeChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testLightIdleMode()
106 CallbackAsserter idleModeChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testLightIdleMode()
115 idleModeChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testLightIdleMode()
124 idleModeChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testLightIdleMode()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCallbackAsserter.java65 public static CallbackAsserter forBroadcast(IntentFilter filter) { in forBroadcast() method in CallbackAsserter
66 return forBroadcast(filter, null); in forBroadcast()
72 public static CallbackAsserter forBroadcast(IntentFilter filter, Predicate<Intent> checker) { in forBroadcast() method in CallbackAsserter
/cts/tests/tests/os/src/android/os/cts/
DPowerManagerTest.java169 final CallbackAsserter pluggedBroadcastAsserter = CallbackAsserter.forBroadcast( in testPowerManager_batteryDischargePrediction()
180 final CallbackAsserter unpluggedBroadcastAsserter = CallbackAsserter.forBroadcast( in testPowerManager_batteryDischargePrediction()
190 CallbackAsserter predictionChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testPowerManager_batteryDischargePrediction()
198 predictionChangedBroadcastAsserter = CallbackAsserter.forBroadcast( in testPowerManager_batteryDischargePrediction()
DLowPowerStandbyTest.java182 CallbackAsserter broadcastAsserter = CallbackAsserter.forBroadcast( in testSetLowPowerStandbyEnabled_sendsBroadcast()
189 broadcastAsserter = CallbackAsserter.forBroadcast( in testSetLowPowerStandbyEnabled_sendsBroadcast()
353 CallbackAsserter broadcastAsserter = CallbackAsserter.forBroadcast( in testLowPowerStandby_setPolicy_changeBroadcastIsSent()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTestAppInterface.java201 final CallbackAsserter resultBroadcastAsserter = CallbackAsserter.forBroadcast( in scheduleJob()
214 final CallbackAsserter resultBroadcastAsserter = CallbackAsserter.forBroadcast( in postUiInitiatingNotification()
229 final CallbackAsserter resultBroadcastAsserter = CallbackAsserter.forBroadcast( in postFgsStartingAlarm()
351 CallbackAsserter.forBroadcast(new IntentFilter(TestFgsService.ACTION_FGS_STARTED)); in startFgs()
DNetworkingHelper.java251 final CallbackAsserter airplaneModeBroadcastAsserter = CallbackAsserter.forBroadcast( in setAirplaneMode()
DUserInitiatedJobTest.java421 CallbackAsserter.forBroadcast(new IntentFilter(TestFgsService.ACTION_FGS_STARTED)); in testSchedulingFgs_disapproved()