Searched refs:relativePath (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/ |
D | AppCloningHostTest.java | 126 String relativePath, String args) throws Exception { in runContentProviderCommand() argument 127 String fullUri = CONTENT_PROVIDER_URL + relativePath; in runContentProviderCommand()
|
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/ |
D | MbmsDownloadFlowTest.java | 124 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/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
D | MediaBitstreamsDeviceSideTest.java | 284 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/hostsidetests/scopedstorage/ScopedStorageTestHelper/src/android/scopedstorage/cts/ |
D | ScopedStorageTestHelper.java | 227 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/ |
D | RedactUriDeviceTest.java | 192 final String relativePath = getStringFromCursor(redactedUriCursor, in testQueryOnRedactionUri() local 194 assertEquals(redactedUriDir, relativePath); in testQueryOnRedactionUri()
|
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/ |
D | LegacyStorageTest.java | 760 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/ |
D | TestUtils.java | 811 public static void updateDisplayNameWithMediaProvider(Uri uri, String relativePath, in updateDisplayNameWithMediaProvider() argument 815 String[] selectionArgs = {relativePath + '/', oldDisplayName}; in updateDisplayNameWithMediaProvider()
|