Home
last modified time | relevance | path

Searched refs:putNull (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DMtpDatabase.java185 values.putNull(Root.COLUMN_CAPACITY_BYTES); in queryRoots()
186 values.putNull(Root.COLUMN_AVAILABLE_BYTES); in queryRoots()
545 values.putNull(COLUMN_DEVICE_ID); in disconnectDocuments()
546 values.putNull(COLUMN_STORAGE_ID); in disconnectDocuments()
547 values.putNull(COLUMN_OBJECT_HANDLE); in disconnectDocuments()
747 values.putNull(COLUMN_STORAGE_ID); in getDeviceDocumentValues()
748 values.putNull(COLUMN_OBJECT_HANDLE); in getDeviceDocumentValues()
749 values.putNull(COLUMN_PARENT_DOCUMENT_ID); in getDeviceDocumentValues()
755 values.putNull(Document.COLUMN_SUMMARY); in getDeviceDocumentValues()
756 values.putNull(Document.COLUMN_LAST_MODIFIED); in getDeviceDocumentValues()
[all …]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DContentValuesBuilder.java78 public ContentValuesBuilder putNull(String key) { in putNull() method in ContentValuesBuilder
79 mContentValues.putNull(key); in putNull()
/frameworks/base/include/androidfw/
DCursorWindow.h108 status_t putNull(uint32_t row, uint32_t column);
/frameworks/base/core/java/android/database/
DDatabaseUtils.java282 success = window.putNull(position, i); in cursorFillWindow()
296 : window.putNull(position, i); in cursorFillWindow()
304 : window.putNull(position, i); in cursorFillWindow()
DCursorWindow.java673 public boolean putNull(int row, int column) { in putNull() method in CursorWindow
/frameworks/base/core/java/android/content/
DContentValues.java193 public void putNull(String key) { in putNull() method in ContentValues
DContentProviderOperation.java617 mValues.putNull(key); in withValue()
/frameworks/base/libs/androidfw/
DCursorWindow.cpp336 status_t CursorWindow::putNull(uint32_t row, uint32_t column) { in putNull() function in android::CursorWindow
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardExporterTests.java900 .putNull(Organization.COMPANY) in testOrganizationCommon()
902 .putNull(Organization.TITLE); in testOrganizationCommon()
905 .putNull(Organization.DEPARTMENT) in testOrganizationCommon()
/frameworks/base/core/java/android/app/
DDownloadManager.java1155 values.putNull(Downloads.Impl._DATA);
1263 values.putNull(Downloads.Impl.COLUMN_MEDIAPROVIDER_URI);
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontent-provider-basics.jd768 이때 {@link android.content.ContentValues#putNull ContentValues.putNull()}을 사용하면 됩니다.
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontent-provider-basics.jd768 …null</code> с помощью метода {@link android.content.ContentValues#putNull ContentValues.putNull()}.
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontent-provider-basics.jd766 …資料欄設定為 <code>null</code> 以使用 {@link android.content.ContentValues#putNull ContentValues.putNull()}。
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontent-provider-basics.jd766 …具有相同的数据类型,如果您不想指定值,则可以使用 {@link android.content.ContentValues#putNull ContentValues.putNull()} 将列设…
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontent-provider-basics.jd766 …プを持つ必要はなく、値をまったく指定しない場合は、{@link android.content.ContentValues#putNull ContentValues.putNull()} を使用…
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp469 status_t status = window->putNull(row, column); in nativePutNull()
Dandroid_database_SQLiteConnection.cpp640 status = window->putNull(addedRows, i); in copyRow()
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontent-provider-basics.jd768 …ll</code> dengan menggunakan {@link android.content.ContentValues#putNull ContentValues.putNull()}.
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd770 … to <code>null</code> using {@link android.content.ContentValues#putNull ContentValues.putNull()}.
822 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontent-provider-basics.jd768 …omo <code>null</code> usando {@link android.content.ContentValues#putNull ContentValues.putNull()}.
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontent-provider-basics.jd768 …ull</code> bằng cách sử dụng {@link android.content.ContentValues#putNull ContentValues.putNull()}.
820 mUpdateValues.putNull(UserDictionary.Words.LOCALE);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7108 method public void putNull(java.lang.String);
9523 method public boolean putNull(int, int);
/frameworks/base/api/
Dcurrent.txt8011 method public void putNull(java.lang.String);
10553 method public boolean putNull(int, int);
Dsystem-current.txt8325 method public void putNull(java.lang.String);
10992 method public boolean putNull(int, int);
Dtest-current.txt8018 method public void putNull(java.lang.String);
10566 method public boolean putNull(int, int);