Home
last modified time | relevance | path

Searched refs:DATA1 (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/libs/androidfw/tests/
DBackupData_test.cpp40 #define DATA1 "abcdefg" macro
78 EXPECT_EQ(NO_ERROR, writer->WriteEntityHeader(mKey1, sizeof(DATA1))) in TEST_F()
80 EXPECT_EQ(NO_ERROR, writer->WriteEntityData(DATA1, sizeof(DATA1))) in TEST_F()
101 EXPECT_EQ(sizeof(DATA1), dataSize) in TEST_F()
107 for (unsigned int i = 0; i < sizeof(DATA1); i++) { in TEST_F()
108 EXPECT_EQ(DATA1[i], dataBytes[i]) in TEST_F()
119 writer->WriteEntityHeader(mKey1, sizeof(DATA1)); in TEST_F()
120 writer->WriteEntityData(DATA1, sizeof(DATA1)); in TEST_F()
167 writer->WriteEntityHeader(mKey1, sizeof(DATA1)); in TEST_F()
168 writer->WriteEntityData(DATA1, sizeof(DATA1)); in TEST_F()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupDataTest.java51 private static final String DATA1 = "abcdef"; field in BackupDataTest
55 private static final String[] DATA = {DATA1, DATA2, DATA3, DATA4};
85 writeEntity(bdo, KEY1, DATA1.getBytes()); in testSingle()
93 readAndVerifyEntity(bdi, KEY1, DATA1.getBytes()); in testSingle()
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java117 whereBuilder.append(Email.DATA1 + " IN (") in updateWithAddress()
167 whereBuilder.append(Phone.DATA1 + " IN (") in updateWithPhoneNumber()
/frameworks/base/core/java/android/provider/
DContactsContract.java3017 Data.DATA1,
4145 public static final String DATA1 = "data1"; field
5616 public static final String DATA = DataColumns.DATA1;
5712 public static final String DISPLAY_NAME = DATA1;
6264 public static final String ADDRESS = DATA1;
7180 public static final String NOTE = DATA1;
7237 public static final String GROUP_ROW_ID = DATA1;
7380 public static final String SIP_ADDRESS = DATA1;
7434 public static final String IDENTITY = DataColumns.DATA1;
/frameworks/base/docs/html-intl/intl/ru/guide/topics/providers/
Dcontacts-provider.jd360 …Существует 15 общедоступных столбцов с универсальными именами (<code>DATA1</code>–<code>DATA15</co…
367 …Столбец <code>DATA1</code> является индексируемым. Поставщик контактов всегда использует этот сто…
401 <code>DATA1</code> вместо адреса эл. почты содержится имя пользователя. Если вы укажете в строке со…
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/ja/guide/topics/providers/
Dcontacts-provider.jd360 …自由に使用できる <code>DATA1</code> ~ <code>DATA15</code> という 15 個の汎用列の他に、同期アダプタしか使用してはいけない <code>SYNC1</c…
367 <code>DATA1</code> 列はインデックス付きです。連絡先プロバイダは常に、この列を、最も頻繁にクエリの対象となるとプロバイダが予想するデータ用の列として使用します。
398 …monDataKinds.Email#CONTENT_ITEM_TYPE Email.CONTENT_ITEM_TYPE} の行は、列 <code>DATA1</code> には追加しないでくださ…
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/providers/
Dcontacts-provider.jd360 一般欄有 15 個 (名稱為 <code>DATA1</code> 到
367 <code>DATA1</code> 欄會建立索引。聯絡人供應程式一律會使用此欄的資料,而且供應程式預期此欄為最常查詢的目標。
399 Email.CONTENT_ITEM_TYPE} (內含使用者名稱,而不是電子郵件地址) 的列新增至 <code>DATA1</code> 欄。
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/ko/guide/topics/providers/
Dcontacts-provider.jd360 15개의 일반 열 중에서 <code>DATA1</code>부터
367 <code>DATA1</code> 열은 색인됩니다. 연락처 제공자는 제공자가 가장 자주 쿼리의 대상이 될 것으로 예상하는
401 <code>DATA1</code> 열에 있는 이메일 주소 대신 사용자 이름이 들어있는 행은 추가하면 안 됩니다. 해당 행에 개발자 나름의 사용자 지정 MIME 유형을 사용하는 경…
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/providers/
Dcontacts-provider.jd360 有 15 个通用列命名为 <code>DATA1</code> 至
367 <code>DATA1</code> 列为索引列。联系人提供程序总是在此列中存储其预期会成为最频繁查询目标的数据。
401 <code>DATA1</code> 列包含的是用户名而不是电子邮件地址,您就不应添加该行。如果您为该行使用自定义的 MIME 类型,则可自由定义您的自定义类型专用的列名称,并随心所欲地使用这些列。
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd98 Data.DATA1,
/frameworks/base/docs/html-intl/intl/in/guide/topics/providers/
Dcontacts-provider.jd360 Ada 15 kolom generik bernama <code>DATA1</code> hingga
367 Kolom <code>DATA1</code> diindeks. Penyedia Kontak selalu menggunakan kolom ini untuk
401 …kolom <code>DATA1</code>. Jika Anda menggunakan tipe MIME custom sendiri untuk baris bersangkutan,…
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd361 There are 15 generic columns named <code>DATA1</code> through
368 The <code>DATA1</code> column is indexed. The Contacts Provider always uses this column for
402 column <code>DATA1</code>. If you use your own custom MIME type for the row, then you are free
896 * DATA1 contains the first column in the data row (usually the most important one).
902 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/providers/
Dcontacts-provider.jd360 Há 15 colunas genéricas de nome <code>DATA1</code> a
367 A coluna <code>DATA1</code> é indexada. O Provedor de Contatos sempre usa essa coluna para
401 coluna <code>DATA1</code>. Se for usado um tipo MIME personalizado para a linha, será possível
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/base/docs/html-intl/intl/vi/guide/topics/providers/
Dcontacts-provider.jd360 Có 15 cột chung được đặt tên <code>DATA1</code> thông qua
367 Cột <code>DATA1</code> được đánh chỉ mục. Trình cung cấp Danh bạ luôn sử dụng cột này cho
401 <code>DATA1</code>. Nếu sử dụng kiểu MIME tùy chỉnh của mình cho hàng, khi đó bạn được tự do
891 * DATA1 contains the first column in the data row (usually the most important one).
897 ContactsContract.Contacts.Entity.DATA1,
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24343 field public static final java.lang.String DATA1 = "data1";
/frameworks/base/api/
Dcurrent.txt31424 field public static final java.lang.String DATA1 = "data1";
Dtest-current.txt31497 field public static final java.lang.String DATA1 = "data1";
Dsystem-current.txt33997 field public static final java.lang.String DATA1 = "data1";