Home
last modified time | relevance | path

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

1234

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardImporterTests.java423 .put(StructuredName.DISPLAY_NAME, "Roid Ando"); in testV21SimpleCase1_Type_Generic()
435 .put(StructuredName.DISPLAY_NAME, "Roid Ando"); in testV21SimpleCase1_Type_Japanese()
442 .put(StructuredName.DISPLAY_NAME, "Ando Roid"); in testV21SimpleCase2()
453 .put(StructuredName.DISPLAY_NAME, "Ando Roid"); in testV21SimpleCase3()
481 .put(StructuredName.DISPLAY_NAME, "A;B\\C\\;D:E\\\\"); in testV21BackslashCase()
488 .put(StructuredName.DISPLAY_NAME, "Normal Guy"); in testOrgBeforTitle()
500 .put(StructuredName.DISPLAY_NAME, "Nice Guy"); in testTitleBeforOrg()
517 .put(StructuredName.DISPLAY_NAME, "Smith"); in testV21PrefToIsPrimary()
618 .put(StructuredName.DISPLAY_NAME, "Joe Due"); in testV21ComplicatedCase()
690 .put(StructuredName.DISPLAY_NAME, "Omega"); in testInvalidMultipleLineV21()
[all …]
DVCardExporterTests.java70 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME"); in testStructuredNameBasic()
108 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName1"); in testStructuredNameUsePrimaryCommon()
117 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNameUsePrimaryCommon()
131 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplayName2") in testStructuredNameUsePrimaryCommon()
168 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay1"); in testStructuredNameUseSuperPrimaryCommon()
177 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay2") in testStructuredNameUseSuperPrimaryCommon()
187 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNameUseSuperPrimaryCommon()
196 .put(StructuredName.DISPLAY_NAME, "DoNotEmitDisplay3") in testStructuredNameUseSuperPrimaryCommon()
238 .put(StructuredName.DISPLAY_NAME, "AppropriateDisplayName") in testStructuredNamePhoneticNameCommon()
1181 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]"); in testV30HandleEscape()
[all …]
DVCardBuilderTest.java39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने"); in testVCardNameFieldFromDisplayName()
DVCardTestUtilsTests.java85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]"); in testShouldFailAtLineVerification()
DVCardJapanizationTests.java142 .put(StructuredName.DISPLAY_NAME, in testPhoneticNameCommon()
182 .put(StructuredName.DISPLAY_NAME, in testPhoneticNameForMobileV21_1()
201 .put(StructuredName.DISPLAY_NAME, "\uFF94\uFF8F\uFF80\uFF9E \uFF80\uFF9B\uFF73"); in testPhoneticNameForMobileV21_2()
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/app/
DCursorFragment.java61 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS }, in onActivityCreated()
106 Contacts.DISPLAY_NAME,
128 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader()
130 + Contacts.DISPLAY_NAME + " != '' ))"; in onCreateLoader()
133 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC"); in onCreateLoader()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderRetainedSupport.java89 new String[] { People.DISPLAY_NAME }, in onActivityCreated()
142 People.DISPLAY_NAME,
159 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader()
160 + People.DISPLAY_NAME + " != '' ))"; in onCreateLoader()
163 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC"); in onCreateLoader()
DLoaderCursorSupport.java87 new String[] { People.DISPLAY_NAME }, in onActivityCreated()
151 People.DISPLAY_NAME,
168 String select = "((" + People.DISPLAY_NAME + " NOTNULL) AND (" in onCreateLoader()
169 + People.DISPLAY_NAME + " != '' ))"; in onCreateLoader()
172 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC"); in onCreateLoader()
/frameworks/base/docs/html/training/secure-file-sharing/
Dretrieve-info.jd67 <dt>{@link android.provider.OpenableColumns#DISPLAY_NAME DISPLAY_NAME}</dt>
79 The client app can get both the {@link android.provider.OpenableColumns#DISPLAY_NAME
80 DISPLAY_NAME} and {@link android.provider.OpenableColumns#SIZE SIZE} for a file by setting all
83 {@link android.provider.OpenableColumns#DISPLAY_NAME DISPLAY_NAME} and
102 int nameIndex = returnCursor.getColumnIndex(OpenableColumns.DISPLAY_NAME);
/frameworks/opt/chips/src/com/android/ex/chips/
DQueries.java32 Contacts.DISPLAY_NAME, // 0
52 Contacts.DISPLAY_NAME, // 0
/frameworks/support/core-utils/tests/java/android/support/v4/content/
DFileProviderTest.java19 import static android.provider.OpenableColumns.DISPLAY_NAME;
182 assertEquals(TEST_FILE, cursor.getString(cursor.getColumnIndex(DISPLAY_NAME))); in testQueryProjectionNull()
195 SIZE, DISPLAY_NAME }, null, null, null); in testQueryProjectionOrder()
206 DISPLAY_NAME, SIZE }, null, null, null); in testQueryProjectionOrder()
223 SIZE, "foobar", DISPLAY_NAME }, null, null, null); in testQueryExtraColumn()
/frameworks/base/core/java/android/provider/
DOpenableColumns.java37 public static final String DISPLAY_NAME = "_display_name"; field
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd80 ContactsContract.Data.DISPLAY_NAME};
84 ContactsContract.Data.DISPLAY_NAME + " NOTNULL) AND (" +
85 ContactsContract.Data.DISPLAY_NAME + " != '' ))";
103 String[] fromColumns = {ContactsContract.Data.DISPLAY_NAME};
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserInfoController.java165 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME in queryForUserInformation()
171 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME)); in queryForUserInformation()
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
DDisplaySourceService.java42 private static final String DISPLAY_NAME = "Accessory Display"; field in DisplaySourceService
207 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0); in run()
/frameworks/support/core-utils/java/android/support/v4/content/
DFileProvider.java325 OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE };
445 if (OpenableColumns.DISPLAY_NAME.equals(col)) { in query()
446 cols[i] = OpenableColumns.DISPLAY_NAME; in query()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java115 Contacts.DISPLAY_NAME, // 0
148 public static final int DISPLAY_NAME = 3; field in BaseEmailAddressAdapter.DirectoryListQuery
383 partition.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME); in onDirectoryLoadFinished()
/frameworks/base/docs/html-intl/intl/in/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
Dloaders.jd306     String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
308             + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
311             Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);
397                 new String[] { Contacts.DISPLAY_NAME, Contacts.CONTACT_STATUS },
438         Contacts.DISPLAY_NAME,
459         String select = &quot;((&quot; + Contacts.DISPLAY_NAME + &quot; NOTNULL) AND (&quot;
461                 + Contacts.DISPLAY_NAME + &quot; != '' ))&quot;;
464                 Contacts.DISPLAY_NAME + &quot; COLLATE LOCALIZED ASC&quot;);

1234