Searched refs:columnIndex (Results 1 – 5 of 5) sorted by relevance
644 public String getString(int columnIndex) { in getString() argument645 Object cell = mRows[mPos].get(columnIndex); in getString()650 public short getShort(int columnIndex) { in getShort() argument651 Number num = (Number) mRows[mPos].get(columnIndex); in getShort()656 public int getInt(int columnIndex) { in getInt() argument657 Number num = (Number) mRows[mPos].get(columnIndex); in getInt()662 public long getLong(int columnIndex) { in getLong() argument663 Number num = (Number) mRows[mPos].get(columnIndex); in getLong()668 public float getFloat(int columnIndex) { in getFloat() argument669 Number num = (Number) mRows[mPos].get(columnIndex); in getFloat()[all …]
90 String rowTitle, int rowIndex, int rowSpan, String columnTitle, int columnIndex, in verifyCollectionItemInfo() argument96 assertEquals(columnIndex, info.getColumnIndex()); in verifyCollectionItemInfo()
268 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_ID); in removeAllDownloads() local270 removeIds[i] = cursor.getLong(columnIndex); in removeAllDownloads()
428 int columnIndex = cursor.getColumnIndex(PhoneLookup.PHOTO_URI); in testContactPhotoUri() local430 (columnIndex != -1) && (cursor.getString(columnIndex) != null)); in testContactPhotoUri()431 Uri photoUri = Uri.parse(cursor.getString(columnIndex)); in testContactPhotoUri()
346 int columnIndex = cursor.getColumnIndex(DownloadManager.COLUMN_ID); in clearDownloads() local349 removeIds[i] = cursor.getLong(columnIndex); in clearDownloads()