Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java272 SystemActionsBroadcastReceiver.INTENT_ACTION_POWER_DIALOG); in registerActions()
386 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_POWER_DIALOG; in register()
579 private static final String INTENT_ACTION_POWER_DIALOG = "SYSTEM_ACTION_POWER_DIALOG"; field in SystemActions.SystemActionsBroadcastReceiver
604 case INTENT_ACTION_POWER_DIALOG: in createPendingIntent()
636 intentFilter.addAction(INTENT_ACTION_POWER_DIALOG); in createIntentFilter()
676 case INTENT_ACTION_POWER_DIALOG: { in onReceive()