Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Cursor

37 import android.database.Cursor;
502 Cursor c = cr.query(LauncherSettings.Favorites.CONTENT_URI,
521 Cursor c = cr.query(LauncherSettings.Favorites.CONTENT_URI, new String[] {
568 Cursor c = cr.query(LauncherSettings.Favorites.CONTENT_URI, null,
1287 final Cursor c = contentResolver.query(
2186 * doesn't have a Cursor, but
2200 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2276 private ShortcutInfo getShortcutInfo(Cursor c, Context context,
2339 Bitmap getIconFromCursor(Cursor c, int iconIndex, Context context) {
2478 boolean queueIconToBeChecked(HashMap<Object, byte[]> cache, ShortcutInfo info, Cursor c,