Searched refs:ACTION_CLOSE_SYSTEM_DIALOGS (Results 1 – 25 of 34) sorted by relevance
12
56 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()114 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
65 final IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in SafetyWarningDialog()116 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {
1099 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in init()1145 } else if (action.equals(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) { in onReceive()
19 import static android.content.Intent.ACTION_CLOSE_SYSTEM_DIALOGS;73 if (ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction()) && mScreenshot != null) {116 registerReceiver(mCloseSystemDialogs, new IntentFilter(ACTION_CLOSE_SYSTEM_DIALOGS)); in onBind()
70 assertTrue(intentFilterCaptor.getValue().hasAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in testRegisterReceiver()
100 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
179 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStart()
78 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
136 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
151 context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)) in <lambda>()
142 INTENT_FILTER.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
77 new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), null /* permission */, in TvPipMenuController()
165 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {464 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AuthController()
319 && Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {583 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in UdfpsController()
97 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
135 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in LegacyGlobalActions()743 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)
109 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {192 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in VoiceInteractionManagerServiceImpl()
219 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in tearDown()432 mContext.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in bugreportFinishedWhileChangingDetailsTest()
195 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in onStartCommand()
375 sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); in executeRebootToNormalCommand()
215 IntentFilter filter = new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in CloseDialogReceiver()
529 Intent intent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in testActionCloseSystemDialogs_dismissesDialogIfShowing()
166 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(intent.getAction())) {211 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in AutofillManagerService()
706 new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS) in getBatterySaverDescription()
375 filter.addAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in GlobalActionsDialogLite()1996 if (Intent.ACTION_CLOSE_SYSTEM_DIALOGS.equals(action)