Home
last modified time | relevance | path

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

12

/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()
635 .put(StructuredName.DISPLAY_NAME, "Joe Due"); in testComplicatedCase()
710 .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/opt/chips/src/com/android/ex/chips/
DQueries.java32 Contacts.DISPLAY_NAME, // 0
52 Contacts.DISPLAY_NAME, // 0
DBaseRecipientAdapter.java125 Directory.DISPLAY_NAME, // 3
133 public static final int DISPLAY_NAME = 3; field in BaseRecipientAdapter.DirectoryListQuery
728 params.displayName = directoryCursor.getString(DirectoryListQuery.DISPLAY_NAME); in setupOtherDirectories()
/frameworks/native/services/surfaceflinger/tests/
DCredentials_test.cpp24 const String8 DISPLAY_NAME("Credentials Display Test"); variable
86 mVirtualDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, true); in setupVirtualDisplay()
236 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, true); in TEST_F()
242 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false); in TEST_F()
DSurfaceInterceptor_test.cpp51 const String8 DISPLAY_NAME("SurfaceInterceptor Display Test"); variable
368 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, true); in displayCreation()
373 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false); in displayDeletion()
673 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() && in displayCreationFound()
714 targetId = getDisplayId(trace, DISPLAY_NAME.string()); in singleIncrementFound()
/frameworks/base/core/java/android/provider/
DOpenableColumns.java37 public static final String DISPLAY_NAME = "_display_name"; field
DContactsContract.java510 public static final String DISPLAY_NAME = "displayName"; field in ContactsContract.Directory
963 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field
5824 public static final String DISPLAY_NAME = DATA1; field in ContactsContract.CommonDataKinds.StructuredName
6409 public static final String DISPLAY_NAME = DATA4; field in ContactsContract.CommonDataKinds.Email
DMediaStore.java658 this.insertValues.put(MediaColumns.DISPLAY_NAME, Objects.requireNonNull(displayName)); in PendingParams()
948 public static final String DISPLAY_NAME = "_display_name"; field
2877 public static final String DEFAULT_SORT_ORDER = MediaColumns.DISPLAY_NAME;
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/
DPhotoContract.java35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
/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/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserInfoControllerImpl.java178 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME in queryForUserInformation()
184 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME)); in queryForUserInformation()
/frameworks/base/services/core/java/com/android/server/vr/
DVr2dDisplay.java39 private final static String DISPLAY_NAME = "VR 2D Display"; field in Vr2dDisplay
299 DISPLAY_NAME, mVirtualDisplayWidth, mVirtualDisplayHeight, mVirtualDisplayDpi, in startVirtualDisplay()
/frameworks/base/core/java/android/app/
DActivityView.java70 private static final String DISPLAY_NAME = "ActivityViewVirtualDisplay"; field in ActivityView
498 DISPLAY_NAME + "@" + System.identityHashCode(this), width, height, in initVirtualDisplay()
513 .setName(DISPLAY_NAME) in initVirtualDisplay()
/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/media/java/android/media/
DUtils.java367 OpenableColumns.DISPLAY_NAME
372 return cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMediaStoreSaver.java61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMediaStoreSaver.java61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java60 + SubscriptionManager.DISPLAY_NAME + " TEXT," in getStringForSimInfoTableCreation()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java206 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME); in getCallerInfo()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java217 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in containsNonEmptyName()
297 final String formattedName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in appendNamePropertiesV40()
401 final String displayName = contentValues.getAsString(StructuredName.DISPLAY_NAME); in appendNameProperties()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java323 SubscriptionManager.DISPLAY_NAME)); in getSubInfoRecord()
1190 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet); in addSubInfo()
1393 value.put(SubscriptionManager.DISPLAY_NAME, displayName); in insertEmptySubInfoRecord()
1580 value.put(SubscriptionManager.DISPLAY_NAME, nameToSet); in setDisplayNameUsingSrc()

12