Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java89 private static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; field in LegacyGlobalActions
284 } else if (GLOBAL_ACTION_KEY_BUGREPORT.equals(actionKey)) { in createDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java179 static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; field in GlobalActionsDialogLite
631 } else if (GLOBAL_ACTION_KEY_BUGREPORT.equals(actionKey)) { in createActionItems()