Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java273 SystemActionsBroadcastReceiver.INTENT_ACTION_LOCK_SCREEN); in registerActions()
392 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_LOCK_SCREEN; in register()
583 private static final String INTENT_ACTION_LOCK_SCREEN = "SYSTEM_ACTION_LOCK_SCREEN"; field in SystemActions.SystemActionsBroadcastReceiver
608 case INTENT_ACTION_LOCK_SCREEN: in createPendingIntent()
640 intentFilter.addAction(INTENT_ACTION_LOCK_SCREEN); in createIntentFilter()
683 case INTENT_ACTION_LOCK_SCREEN: { in onReceive()