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

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java58 private static String sPrependShortcutLabel; field in class:IconMenuItemView
63 if (sPrependShortcutLabel == null) {
68 sPrependShortcutLabel = getResources().getString(
H A DMenuItemImpl.java96 private static String sPrependShortcutLabel; field in class:MenuItemImpl
117 if (sPrependShortcutLabel == null) {
119 sPrependShortcutLabel = menu.getContext().getResources().getString(
281 StringBuilder sb = new StringBuilder(sPrependShortcutLabel);

Completed in 44 milliseconds