Searched refs:ACTION_REBOOT_READY (Results 1 – 9 of 9) sorted by relevance
2 BroadcastBehavior: android.scheduling.RebootReadinessManager#ACTION_REBOOT_READY:3 Field 'ACTION_REBOOT_READY' is missing @BroadcastBehavior
10 field public static final String ACTION_REBOOT_READY = "android.scheduling.action.REBOOT_READY";
185 new IntentFilter(RebootReadinessManager.ACTION_REBOOT_READY)); in testCallbackReadyToReboot()243 new IntentFilter(RebootReadinessManager.ACTION_REBOOT_READY)); in testCancelPendingReboot()
62 IntentFilter filter = new IntentFilter(RebootReadinessManager.ACTION_REBOOT_READY); in testRebootReadyBroadcastReceived()
255 assertThat(readyIntent.getAction()).isEqualTo(RebootReadinessManager.ACTION_REBOOT_READY); in testCorrectIntentsSent()262 RebootReadinessManager.ACTION_REBOOT_READY); in testCorrectIntentsSent()284 assertThat(secondIntent.getAction()).isEqualTo(RebootReadinessManager.ACTION_REBOOT_READY); in testSecondClientReceivesBroadcastImmediately()
80 public static final String ACTION_REBOOT_READY = "android.scheduling.action.REBOOT_READY"; field in RebootReadinessManager
133 IntentFilter filter = new IntentFilter(RebootReadinessManager.ACTION_REBOOT_READY); in runStartReadinessChecks()
527 Intent intent = new Intent(RebootReadinessManager.ACTION_REBOOT_READY); in sendRebootReadyBroadcast()