Home | History | Annotate | Download | only in settings

Lines Matching refs:SHORTCUT

168                     "shortcut INTEGER," +
173 db.execSQL("CREATE INDEX bookmarksIndex2 ON bookmarks (shortcut);");
2133 String shortcutStr = parser.getAttributeValue(null, "shortcut");
2138 Log.w(TAG, "Unable to get shortcut for: " + pkg + "/" + cls);
2169 Log.w(TAG, "Unable to add bookmark for shortcut " + shortcutStr
2177 values.put(Settings.Bookmarks.SHORTCUT, shortcutValue);
2178 db.delete("bookmarks", "shortcut = ?",