Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java275 String parentPath = remoteFile.getParent(); in createRemoteDir() local
276 if (parentPath != null) { in createRemoteDir()
277 if (!createRemoteDir(parentPath)) { in createRemoteDir()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java166 String parentPath = cursor.getString(0); in testGetContentUri() local
167 assertEquals(b, parentPath); in testGetContentUri()