Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_QUICK_SETTINGS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java189 SystemActionsBroadcastReceiver.INTENT_ACTION_QUICK_SETTINGS); in registerActions()
245 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_QUICK_SETTINGS; in register()
381 private static final String INTENT_ACTION_QUICK_SETTINGS = "SYSTEM_ACTION_QUICK_SETTINGS"; field in SystemActions.SystemActionsBroadcastReceiver
398 case INTENT_ACTION_QUICK_SETTINGS: in createPendingIntent()
421 intentFilter.addAction(INTENT_ACTION_QUICK_SETTINGS); in createIntentFilter()
451 case INTENT_ACTION_QUICK_SETTINGS: { in onReceive()