Lines Matching refs:idIndex
1344 final int idIndex = sc.getColumnIndexOrThrow(
1350 long screenId = sc.getLong(idIndex);
1806 final int idIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites._ID);
1858 id = c.getLong(idIndex);
1965 id = c.getLong(idIndex);
2009 id = c.getLong(idIndex);
2058 String[] args = {Integer.toString(c.getInt(idIndex))};