HomeSort by relevance Sort by last modified time
    Searched refs:sPrependShortcutLabel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 58 private static String sPrependShortcutLabel;
63 if (sPrependShortcutLabel == null) {
68 sPrependShortcutLabel = getResources().getString(
MenuItemImpl.java 96 private static String sPrependShortcutLabel;
117 if (sPrependShortcutLabel == null) {
119 sPrependShortcutLabel = menu.getContext().getResources().getString(
281 StringBuilder sb = new StringBuilder(sPrependShortcutLabel);

Completed in 178 milliseconds