/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardImporterTests.java | 423 .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 …]
|
D | VCardExporterTests.java | 70 .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 …]
|
D | VCardBuilderTest.java | 39 values.put(ContactsContract.CommonDataKinds.StructuredName.DISPLAY_NAME, "ने"); in testVCardNameFieldFromDisplayName()
|
D | VCardTestUtilsTests.java | 85 .put(StructuredName.DISPLAY_NAME, "[<{Unescaped:Asciis}>]"); in testShouldFailAtLineVerification()
|
D | VCardJapanizationTests.java | 142 .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/ |
D | Queries.java | 32 Contacts.DISPLAY_NAME, // 0 52 Contacts.DISPLAY_NAME, // 0
|
D | BaseRecipientAdapter.java | 125 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/base/core/java/android/provider/ |
D | OpenableColumns.java | 37 public static final String DISPLAY_NAME = "_display_name"; field
|
D | ContactsContract.java | 523 public static final String DISPLAY_NAME = "displayName"; field in ContactsContract.Directory 976 public static final String DISPLAY_NAME = ContactNameColumns.DISPLAY_NAME_PRIMARY; field 5914 public static final String DISPLAY_NAME = DATA1; field in ContactsContract.CommonDataKinds.StructuredName 6503 public static final String DISPLAY_NAME = DATA4; field in ContactsContract.CommonDataKinds.Email
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/provider/ |
D | PhotoContract.java | 35 public static final String NAME = OpenableColumns.DISPLAY_NAME;
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Credentials_test.cpp | 40 const String8 DISPLAY_NAME("Credentials Display Test"); variable 248 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, true); in TEST_F() 273 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false); in TEST_F()
|
D | SurfaceInterceptor_test.cpp | 56 const String8 DISPLAY_NAME("SurfaceInterceptor Display Test"); variable 415 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false); in displayCreation() 420 sp<IBinder> testDisplay = SurfaceComposerClient::createDisplay(DISPLAY_NAME, false); in displayDeletion() 778 bool isMatch(increment.display_creation().name() == DISPLAY_NAME.string() && in displayCreationFound() 819 targetId = getDisplayId(trace, DISPLAY_NAME.string()); in singleIncrementFound()
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
D | DisplaySourceService.java | 42 private static final String DISPLAY_NAME = "Accessory Display"; field in DisplaySourceService 207 DISPLAY_NAME, mWidth, mHeight, mDensityDpi, surface, 0); in run()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SubscriptionControllerTest.java | 109 private static final String DISPLAY_NAME = "testing_display_name"; field in SubscriptionControllerTest 283 mSubscriptionControllerUT.setDisplayNameUsingSrc(DISPLAY_NAME, subId, nameSource); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithEmbeddedSim() 296 assertEquals(DISPLAY_NAME, subInfo.getDisplayName()); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithEmbeddedSim() 309 mSubscriptionControllerUT.setDisplayNameUsingSrc(DISPLAY_NAME, subId, nameSource); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithConfigIsNull() 323 assertEquals(DISPLAY_NAME, subInfo.getDisplayName()); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithConfigIsNull() 336 mSubscriptionControllerUT.setDisplayNameUsingSrc(DISPLAY_NAME, subId, nameSource); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithCarrierNameOverride() 350 assertEquals(DISPLAY_NAME, subInfo.getDisplayName()); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithCarrierNameOverride() 363 mSubscriptionControllerUT.setDisplayNameUsingSrc(DISPLAY_NAME, subId, nameSource); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithSpnAndCarrierName() 381 assertEquals(DISPLAY_NAME, subInfo.getDisplayName()); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithSpnAndCarrierName() 393 mSubscriptionControllerUT.setDisplayNameUsingSrc(DISPLAY_NAME, subId, nameSource); in testSetGetDisplayNameSrc_updateNameSourcePnnToNameSourceCarrierId() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserInfoControllerImpl.java | 182 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME in queryForUserInformation() 188 ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME)); in queryForUserInformation()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | Vr2dDisplay.java | 40 private final static String DISPLAY_NAME = "VR 2D Display"; field in Vr2dDisplay 301 DISPLAY_NAME, mVirtualDisplayWidth, mVirtualDisplayHeight, mVirtualDisplayDpi); in startVirtualDisplay()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | BaseEmailAddressAdapter.java | 115 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/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
D | MediaStoreSaver.java | 61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
D | MediaStoreSaver.java | 61 values.put(Images.Media.DISPLAY_NAME, title); in insertImage()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | DeleteScreenshotReceiverTest.java | 140 values.put(MediaStore.MediaColumns.DISPLAY_NAME, "test_screenshot"); in getFakeContentValues()
|
D | ImageExporterTest.java | 158 values.getAsString(MediaStore.MediaColumns.DISPLAY_NAME)); in testMediaStoreMetadata()
|
/frameworks/base/media/java/android/media/ |
D | Utils.java | 386 OpenableColumns.DISPLAY_NAME 391 return cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenMediaRecorder.java | 312 values.put(MediaStore.Video.Media.DISPLAY_NAME, fileName); in save()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | ImageExporter.java | 388 values.put(MediaStore.MediaColumns.DISPLAY_NAME, fileName);
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 230 columnIndex = cursor.getColumnIndex(PhoneLookup.DISPLAY_NAME); in getCallerInfo()
|