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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java95 private static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; field in class:GlobalActionsDialog
281 } else if (GLOBAL_ACTION_KEY_BUGREPORT.equals(actionKey)) {
/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java94 private static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; field in class:LegacyGlobalActions
282 } else if (GLOBAL_ACTION_KEY_BUGREPORT.equals(actionKey)) {

Completed in 54 milliseconds