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.java997 String oldDisplayName, String newDisplayName) { in updateDisplayNameWithMediaProvider() argument
1008 values.put(MediaStore.MediaColumns.DISPLAY_NAME, newDisplayName); in updateDisplayNameWithMediaProvider()
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1074 String newDisplayName = "content_resolver_update_new.jpg"; in testContentResolverUpdate() local
1076 File newFile = new File(getDcimDir(), newDisplayName); in testContentResolverUpdate()
1086 Environment.DIRECTORY_DCIM, oldDisplayName, newDisplayName); in testContentResolverUpdate()