Home | History | Annotate | Download | only in launcher2

Lines Matching refs:titleIndex

558                 final int titleIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.TITLE);
571 folderInfo.title = c.getString(titleIndex);
1287 final int titleIndex = c.getColumnIndexOrThrow
1339 titleIndex, mLabelCache);
1343 titleIndex);
1405 folderInfo.title = c.getString(titleIndex);
2148 Cursor c, int iconIndex, int titleIndex, HashMap<Object, CharSequence> labelCache) {
2226 info.title = c.getString(titleIndex);
2260 int titleIndex) {
2268 info.title = c.getString(titleIndex);