Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java812 String oldDisplayName, String newDisplayName) { in updateDisplayNameWithMediaProvider() argument
823 values.put(MediaStore.MediaColumns.DISPLAY_NAME, newDisplayName); in updateDisplayNameWithMediaProvider()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1054 String newDisplayName = "content_resolver_update_new.jpg"; in testContentResolverUpdate() local
1056 File newFile = new File(getDcimDir(), newDisplayName); in testContentResolverUpdate()
1066 Environment.DIRECTORY_DCIM, oldDisplayName, newDisplayName); in testContentResolverUpdate()