Home | History | Annotate | Download | only in launcher2

Lines Matching refs:ICON

292                     "icon BLOB," +
359 final int iconIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.ICON);
378 values.put(LauncherSettings.Favorites.ICON, c.getBlob(iconIndex));
602 + "SET icon=? WHERE _id=?");
604 c = db.rawQuery("SELECT _id, icon FROM favorites WHERE iconType=" +
608 final int iconIndex = c.getColumnIndexOrThrow(Favorites.ICON);
628 Log.e(TAG, "Failed normalizing icon " + id, e);
630 Log.e(TAG, "Also failed normalizing icon " + id);
1124 Log.w(TAG, "Shortcut is missing title or icon resource ID");