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/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java169 String provider, String relativePath, String... args) throws Exception { in runContentProviderCommand() argument
170 String fullUri = provider + relativePath; in runContentProviderCommand()
/cts/hostsidetests/scopedstorage/redacturi/src/android/scopedstorage/cts/redacturi/
DRedactUriDeviceTest.java199 final String relativePath = getStringFromCursor(redactedUriCursor, in testQueryOnRedactionUri() local
201 assertEquals(redactedUriDir, relativePath); in testQueryOnRedactionUri()
/cts/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/
DScopedStorageTestHelper.java425 final String relativePath = path.substring(0, path.lastIndexOf('/')); in createImageEntry() local
430 values.put(MediaStore.Images.Media.RELATIVE_PATH, relativePath); in createImageEntry()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java788 final String relativePath = "DCIM/OwnershipChange" + IMAGE_FILE_NAME; in testLegacyAppUpdatingOwnershipOfExistingEntry() local
790 createImageEntryAs(APP_B_NO_PERMS, relativePath); in testLegacyAppUpdatingOwnershipOfExistingEntry()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java996 public static void updateDisplayNameWithMediaProvider(Uri uri, String relativePath, in updateDisplayNameWithMediaProvider() argument
1000 String[] selectionArgs = {relativePath + '/', oldDisplayName}; in updateDisplayNameWithMediaProvider()