Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DMenuInflater.java468 private char getShortcut(String shortcutString) { in getShortcut() argument
469 if (shortcutString == null) { in getShortcut()
472 return shortcutString.charAt(0); in getShortcut()