Searched refs:ACTION_SHUTDOWN (Results 1 – 10 of 10) sorted by relevance
103 } else if (intent.getAction().equals(Intent.ACTION_SHUTDOWN)) { in onNewIntent()
125 intent.setAction(Intent.ACTION_SHUTDOWN);
257 mContext.sendOrderedBroadcast(new Intent(Intent.ACTION_SHUTDOWN), null, in run()
24 import static android.content.Intent.ACTION_SHUTDOWN;291 final IntentFilter shutdownFilter = new IntentFilter(ACTION_SHUTDOWN); in systemReady()
281 mServiceContext.sendBroadcast(new Intent(Intent.ACTION_SHUTDOWN)); in testStatsRebootPersist()
116 NO DOC BLOCK: android.content.Intent Field ACTION_SHUTDOWN
1714 public static final String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOWN"; field in Intent
330 intentFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in SyncManager()
5480 …field public static final java.lang.String ACTION_SHUTDOWN = "android.intent.action.ACTION_SHUTDOW…