Searched refs:GLOBAL_ACTION_KEY_POWER (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 206 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testShouldLogClose_backButton() 225 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testPredictiveBackCallbackRegisteredAndUnregistered() 255 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testPredictiveBackInvocationDismissesDialog() 282 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSingleTap_logAndDismiss() 303 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSwipeDownLockscreen_logAndOpenQS() 327 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testSwipeDown_logAndOpenNotificationShade() 419 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_lockdownEnabled_doesShowLockdown() 446 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_lockdownDisabled_doesNotShowLockdown() 472 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testCreateActionItems_emergencyDisabled_doesNotShowEmergency() 537 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_POWER, in testOnLockScreen_disableSmartLock()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 172 static final String GLOBAL_ACTION_KEY_POWER = "power"; field in GlobalActionsDialogLite 605 if (GLOBAL_ACTION_KEY_POWER.equals(actionKey)) { in createActionItems()
|