Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 – 23 of 23) sorted by relevance
65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()111 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
1002 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init()1060 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
61 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
143 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()206 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
14729 || Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action) in checkBroadcastFromSystem()18386 final Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in broadcastCloseSystemDialogs()
155 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()202 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()212 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
111 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
1012 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in makeStatusBarView()2544 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) {
79 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS));
494 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in startWifiSettings()
92 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {161 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
136 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in LegacyGlobalActions()744 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
102 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
207 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
161 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {206 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AutofillManagerService()
186 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActionsDialog()1400 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
659 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()
523 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in bugreportFinishedWhileChangingDetailsTest()
1382 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in collapseNotificationBar()
1040 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)) { in onReceive()1640 broadcastFilterForAllUsers.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in systemRunning()
2360 …public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM_DIALO… field in Intent
7602 …field public static final java.lang.String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CL…
10216 …field public static final String ACTION_CLOSE_SYSTEM_DIALOGS = "android.intent.action.CLOSE_SYSTEM…