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

  /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 95 return FIELD_TYPE_STRING;
CursorWindow.java 335 * has type {@link Cursor#FIELD_TYPE_STRING} or {@link Cursor#FIELD_TYPE_NULL}.
339 * @return True if the field has type {@link Cursor#FIELD_TYPE_STRING}
346 return type == Cursor.FIELD_TYPE_STRING || type == Cursor.FIELD_TYPE_NULL;
357 * <li>{@link Cursor#FIELD_TYPE_STRING}</li>
384 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
412 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
450 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the buffer
489 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
521 * <li>If the field is of type {@link Cursor#FIELD_TYPE_STRING}, then the result
DatabaseUtils.java 228 * <li>{@link Cursor#FIELD_TYPE_STRING}</li>
248 return Cursor.FIELD_TYPE_STRING;
303 case Cursor.FIELD_TYPE_STRING: {
    [all...]
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 179 if (type == CursorWindow::FIELD_TYPE_BLOB || type == CursorWindow::FIELD_TYPE_STRING) {
214 if (type == CursorWindow::FIELD_TYPE_STRING) {
306 if (type == CursorWindow::FIELD_TYPE_STRING) {
347 } else if (type == CursorWindow::FIELD_TYPE_STRING) {
378 } 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);
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 136 case Cursor.FIELD_TYPE_STRING:
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 503 case Cursor.FIELD_TYPE_STRING:
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 99 case Cursor.FIELD_TYPE_STRING:
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 711 case Cursor.FIELD_TYPE_STRING:
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 809 milliseconds