Searched refs:GLOBAL_ACTION_KEY_POWER (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLiteTest.java | 215 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testShouldLogClose_backButton() 234 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testPredictiveBackCallbackRegisteredAndUnregistered() 264 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testPredictiveBackInvocationDismissesDialog() 291 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSingleTap_logAndDismiss() 312 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSwipeDownLockscreen_logAndOpenQS() 336 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSwipeDown_logAndOpenNotificationShade() 428 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_lockdownEnabled_doesShowLockdown() 455 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_lockdownDisabled_doesNotShowLockdown() 481 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_emergencyDisabled_doesNotShowEmergency() 546 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testOnLockScreen_disableSmartLock()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | LegacyGlobalActions.java | 87 private static final String GLOBAL_ACTION_KEY_POWER = "power"; field in LegacyGlobalActions 280 if (GLOBAL_ACTION_KEY_POWER.equals(actionKey)) { in createDialog()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 174 static final String GLOBAL_ACTION_KEY_POWER = "power"; field in GlobalActionsDialogLite 615 if (GLOBAL_ACTION_KEY_POWER.equals(actionKey)) { in createActionItems()
|