Searched refs:shutdownFilter (Results 1 – 3 of 3) sorted by relevance
540 IntentFilter shutdownFilter = new IntentFilter(); in ShortcutService() local541 shutdownFilter.addAction(Intent.ACTION_SHUTDOWN); in ShortcutService()542 shutdownFilter.setPriority(IntentFilter.SYSTEM_HIGH_PRIORITY); in ShortcutService()544 shutdownFilter, null, mHandler); in ShortcutService()
1088 BroadcastReceiver shutdownReceiver, IntentFilter shutdownFilter) { in registerReceiver() argument
1685 final IntentFilter shutdownFilter = new IntentFilter(Intent.ACTION_SHUTDOWN); in systemReady() local1698 }, shutdownFilter); in systemReady()