Searched refs:shortcutStr (Results 1 – 1 of 1) sorted by relevance
2133 String shortcutStr = parser.getAttributeValue(null, "shortcut"); in loadBookmarks() local2136 int shortcutValue = shortcutStr.charAt(0); in loadBookmarks()2137 if (TextUtils.isEmpty(shortcutStr)) { in loadBookmarks()2169 Log.w(TAG, "Unable to add bookmark for shortcut " + shortcutStr in loadBookmarks()