Home
last modified time | relevance | path

Searched refs:relativePath (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java284 private void verifyBitstream(PrintStream ps, String relativePath) { in verifyBitstream() argument
285 ps.println(relativePath); in verifyBitstream()
290 String fullPath = new File(mDeviceBitstreamsPath, relativePath).toString(); in verifyBitstream()
292 String lastCrash = MediaBitstreams.generateCrashSignature(relativePath, ""); in verifyBitstream()
298 frameChecksums = getFrameChecksumsForPath(relativePath); in verifyBitstream()
309 String lastCrash = MediaBitstreams.generateCrashSignature(relativePath, name); in verifyBitstream()
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadFlowTest.java124 String relativePath = fileInfo.getUri().getPath().substring( in testMultiFileDownloadFlow() local
126 assertTrue("got path: " + fileUri.getPath() + ", should end with: " + relativePath, in testMultiFileDownloadFlow()
127 fileUri.getPath().endsWith(relativePath)); in testMultiFileDownloadFlow()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningHostTest.java126 String relativePath, String args) throws Exception { in runContentProviderCommand() argument
127 String fullUri = CONTENT_PROVIDER_URL + relativePath; in runContentProviderCommand()
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java227 final String relativePath = path.substring(0, path.lastIndexOf('/')); in createImageEntry() local
232 values.put(MediaStore.Images.Media.RELATIVE_PATH, relativePath); in createImageEntry()
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DRedactUriDeviceTest.java195 final String relativePath = getStringFromCursor(redactedUriCursor, in testQueryOnRedactionUri() local
197 assertEquals(redactedUriDir, relativePath); in testQueryOnRedactionUri()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java760 final String relativePath = "DCIM/OwnershipChange" + IMAGE_FILE_NAME; in testLegacyAppUpdatingOwnershipOfExistingEntry() local
762 createImageEntryAs(APP_B_NO_PERMS, relativePath); in testLegacyAppUpdatingOwnershipOfExistingEntry()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java811 public static void updateDisplayNameWithMediaProvider(Uri uri, String relativePath, in updateDisplayNameWithMediaProvider() argument
815 String[] selectionArgs = {relativePath + '/', oldDisplayName}; in updateDisplayNameWithMediaProvider()