Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java276 SystemActionsBroadcastReceiver.INTENT_ACTION_LOCK_SCREEN); in registerActions()
390 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_LOCK_SCREEN; in register()
580 private static final String INTENT_ACTION_LOCK_SCREEN = "SYSTEM_ACTION_LOCK_SCREEN"; field in SystemActions.SystemActionsBroadcastReceiver
605 case INTENT_ACTION_LOCK_SCREEN: in createPendingIntent()
637 intentFilter.addAction(INTENT_ACTION_LOCK_SCREEN); in createIntentFilter()
680 case INTENT_ACTION_LOCK_SCREEN: { in onReceive()