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