Searched refs:GLOBAL_ACTION_KEY_LOCKDOWN (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLiteTest.java | 232 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testShouldLogClose_backButton() 251 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testPredictiveBackCallbackRegisteredAndUnregistered() 281 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testPredictiveBackInvocationDismissesDialog() 308 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testSingleTap_logAndDismiss() 329 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testSwipeDownLockscreen_logAndOpenQS() 353 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testSwipeDown_logAndOpenNotificationShade() 377 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testSwipeDown_pastStatusBarHeight_shadeNotOpened() 485 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testCreateActionItems_lockdownEnabled_doesShowLockdown() 512 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testCreateActionItems_lockdownDisabled_doesNotShowLockdown() 538 GlobalActionsDialogLite.GLOBAL_ACTION_KEY_LOCKDOWN, in testCreateActionItems_emergencyDisabled_doesNotShowEmergency() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | LegacyGlobalActions.java | 93 private static final String GLOBAL_ACTION_KEY_LOCKDOWN = "lockdown"; field in LegacyGlobalActions 300 } else if (GLOBAL_ACTION_KEY_LOCKDOWN.equals(actionKey)) { in createDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 183 static final String GLOBAL_ACTION_KEY_LOCKDOWN = "lockdown"; field in GlobalActionsDialogLite 645 } else if (GLOBAL_ACTION_KEY_LOCKDOWN.equals(actionKey)) { in createActionItems()
|