HomeSort by relevance Sort by last modified time
    Searched refs:FIELD_TYPE_STRING (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/java/android/database/
Cursor.java 50 static final int FIELD_TYPE_STRING = 3;
327 * <li>{@link #FIELD_TYPE_STRING}</li>
AbstractWindowedCursor.java 109 return getType(columnIndex) == Cursor.FIELD_TYPE_STRING;
AbstractCursor.java 109 return FIELD_TYPE_STRING;
CursorWindow.java 339 * has type {@link Cursor#FIELD_TYPE_STRING} or {@link Cursor#FIELD_TYPE_NULL}.
343 * @return True if the field has type {@link Cursor#FIELD_TYPE_STRING}
350 return type == Cursor.FIELD_TYPE_STRING || type == Cursor.FIELD_TYPE_NULL;
361 * <li>{@link Cursor#FIELD_TYPE_STRING}</li>
388 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
416 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
454 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the buffer
493 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
525 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
DatabaseUtils.java 226 * <li>{@link Cursor#FIELD_TYPE_STRING}</li>
246 return Cursor.FIELD_TYPE_STRING;
301 case Cursor.FIELD_TYPE_STRING: {
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
PaginatedCursor.java 93 case Cursor.FIELD_TYPE_STRING:
143 case Cursor.FIELD_TYPE_STRING:
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailMessageCursor.java 119 return FIELD_TYPE_STRING;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhoneLookupWithStarPrefix.java 142 case Cursor.FIELD_TYPE_STRING:
ContactsProvider2.java     [all...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 182 if (type == CursorWindow::FIELD_TYPE_BLOB || type == CursorWindow::FIELD_TYPE_STRING) {
217 if (type == CursorWindow::FIELD_TYPE_STRING) {
309 if (type == CursorWindow::FIELD_TYPE_STRING) {
350 } else if (type == CursorWindow::FIELD_TYPE_STRING) {
381 } else if (type == CursorWindow::FIELD_TYPE_STRING) {
  /frameworks/base/include/androidfw/
CursorWindow.h 61 FIELD_TYPE_STRING = 3,
  /frameworks/base/libs/androidfw/
CursorWindow.cpp 279 return putBlobOrString(row, column, value, sizeIncludingNull, FIELD_TYPE_STRING);
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 582 case Cursor.FIELD_TYPE_STRING:
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 232 case Cursor.FIELD_TYPE_STRING:
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageInstallerService.java 444 && Cursor.FIELD_TYPE_STRING == permCursor.getType(0)
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 751 case Cursor.FIELD_TYPE_STRING:
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 531 milliseconds

1 2