Home
last modified time | relevance | path

Searched refs:expectedDisplayName (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_IsSuperPrimaryName.java69 String expectedDisplayName, String otherDisplayName) throws Exception { in testInner_displayNameFromIsSuperPrimary() argument
108 contact.assertColumn(Contacts.DISPLAY_NAME, expectedDisplayName); in testInner_displayNameFromIsSuperPrimary()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DCloudPhotoPickerTest.java290 String expectedDisplayName = CLOUD_ID1 + ".jpg"; in testUriAccessWithValidProjection() local
299 .isEqualTo(expectedDisplayName); in testUriAccessWithValidProjection()
308 assertThat(file.getPath().endsWith(expectedDisplayName)).isTrue(); in testUriAccessWithValidProjection()