Home | History | Annotate | Download | only in launcher2

Lines Matching refs:titleIndex

576                 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
589 folderInfo.title = c.getString(titleIndex);
1300 final int titleIndex = c.getColumnIndexOrThrow
1363 titleIndex, mLabelCache);
1367 titleIndex);
1430 folderInfo.title = c.getString(titleIndex);
2200 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2242 info.title = c.getString(titleIndex);
2278 int titleIndex) {
2286 info.title = c.getString(titleIndex);