Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Mms/src/com/android/mms/
DSuggestionsProvider.java318 public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) { in copyStringToBuffer()
326 public byte[] getBlob(int columnIndex) { in getBlob()
335 public String getColumnName(int columnIndex) { in getColumnName()
339 public double getDouble(int columnIndex) { in getDouble()
347 public float getFloat(int columnIndex) { in getFloat()
351 public int getInt(int columnIndex) { in getInt()
355 public long getLong(int columnIndex) { in getLong()
363 public short getShort(int columnIndex) { in getShort()
391 public int getType(int columnIndex) { in getType()
395 public boolean isNull(int columnIndex) { in isNull()
/packages/apps/Contacts/src/com/android/contacts/util/
DStreamItemPhotoEntry.java117 final int columnIndex = cursor.getColumnIndex(columnName); in getInt() local
122 final int columnIndex = cursor.getColumnIndex(columnName); in getLong() local
DDataStatus.java153 final int columnIndex = cursor.getColumnIndex(columnName); in getInt() local
158 final int columnIndex = cursor.getColumnIndex(columnName); in getLong() local
DStreamItemEntry.java191 final int columnIndex = cursor.getColumnIndex(columnName); in getLong() local
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DDataStatus.java147 final int columnIndex = cursor.getColumnIndex(columnName); in getInt() local
152 final int columnIndex = cursor.getColumnIndex(columnName); in getLong() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryList.java55 final int columnIndex = cursor.getColumnIndex(UserDictionary.Words.LOCALE); in getUserDictionaryLocalesSet() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryList.java61 final int columnIndex = cursor.getColumnIndex(UserDictionary.Words.LOCALE); in getUserDictionaryLocalesSet() local
/packages/apps/Mms/src/com/android/mms/transaction/
DRetryScheduler.java224 int columnIndex = cursor.getColumnIndexOrThrow( in scheduleRetry() local
/packages/apps/Calendar/tests/src/com/android/calendar/
DDbTestUtils.java119 public String getString(int columnIndex) { in getString()
/packages/apps/Email/tests/src/com/android/email/activity/
DMessageOrderManagerTest.java373 @Override public long getLong(int columnIndex) { in getLong()
/packages/apps/Browser/src/com/android/browser/
DBrowserSnapshotPage.java175 static Bitmap getBitmap(Cursor cursor, int columnIndex) { in getBitmap()
DBrowserBookmarksPage.java233 static Bitmap getBitmap(Cursor cursor, int columnIndex) { in getBitmap()
243 static Bitmap getBitmap(Cursor cursor, int columnIndex, Bitmap inBitmap) { in getBitmap()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java106 int columnIndex = column.projectionIndex; in cursorToObject() local
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider.java544 public String getString(int columnIndex) { in getString()
DBrowserProvider2.java2131 public String getString(int columnIndex) { in getString()
/packages/apps/Email/src/com/android/email/provider/
DContentCache.java557 int columnIndex = c.getColumnIndex(column); in getMatrixCursor() local
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java789 public String getString(int columnIndex) { in getChildrenCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataDbHelper.java393 final int columnIndex = 0; // Only one column queried in getOldestUpdateTime() local