Searched refs:ACTION_SHUTDOWN (Results 1 – 19 of 19) sorted by relevance
122 IntentFilter broadcastFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in EntropyMixer()
417 new IntentFilter(Intent.ACTION_SHUTDOWN)); in onBootPhase()
235 intentFilter.addAction(Intent.ACTION_SHUTDOWN); in backgroundStart()946 if (Intent.ACTION_SHUTDOWN.equals(action)) { in onReceive()
478 Intent intent = new Intent(Intent.ACTION_SHUTDOWN); in run()
1283 filter.addAction(Intent.ACTION_SHUTDOWN); in setupLocked()2182 if (Intent.ACTION_SHUTDOWN.equals(intent.getAction())) {
300 }, new IntentFilter(Intent.ACTION_SHUTDOWN)); in SensorPrivacyServiceImpl()
322 case Intent.ACTION_SHUTDOWN: in onReceive()611 filter.addAction(Intent.ACTION_SHUTDOWN); in onStart()
496 }, UserHandle.ALL, new IntentFilter(Intent.ACTION_SHUTDOWN), null, mHandler); in onSystemReady()
166 IntentFilter shutdownIntentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in initialize()
1841 final IntentFilter shutdownFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in systemReady()1845 if (Intent.ACTION_SHUTDOWN.equals(intent.getAction())) { in systemReady()
1737 if (!skip && !Intent.ACTION_SHUTDOWN.equals(r.intent.getAction()) in processNextBroadcastLocked()
1112 final Intent shutdownIntent = new Intent(Intent.ACTION_SHUTDOWN);
7920 Intent intent = new Intent(Intent.ACTION_SHUTDOWN); in restart()13679 && !Intent.ACTION_SHUTDOWN.equals(intent.getAction())) { in broadcastIntentLocked()
680 || Intent.ACTION_SHUTDOWN.equals(intentAction) in execute()
625 intentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in SyncManager()
3340 public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN"; field in Intent
536 shutdownFilter.addAction(Intent.ACTION_SHUTDOWN); in ShortcutService()
7680 …field public static final java.lang.String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOW…
10327 field public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN";