Searched refs:ACTION_SHUTDOWN (Results 1 – 10 of 10) sorted by relevance
115 IntentFilter broadcastFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in EntropyMixer()
307 Intent intent = new Intent(Intent.ACTION_SHUTDOWN); in run()
24 import static android.content.Intent.ACTION_SHUTDOWN;323 final IntentFilter shutdownFilter = new IntentFilter(ACTION_SHUTDOWN); in systemReady()
289 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN)); in testStatsRebootPersist()
116 NO DOC BLOCK: android.content.Intent Field ACTION_SHUTDOWN
2017 public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN"; field in Intent
428 intentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in SyncManager()
10908 Intent intent = new Intent(Intent.ACTION_SHUTDOWN);15854 && !Intent.ACTION_SHUTDOWN.equals(intent.getAction())) { in broadcastIntentLocked()19356 final Intent shutdownIntent = new Intent(Intent.ACTION_SHUTDOWN); in stopUserLocked()
7926 …field public static final java.lang.String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOW…
7682 …field public static final java.lang.String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOW…