Searched refs:subDirPath (Results 1 – 3 of 3) sorted by relevance
158 String subDirPath = dirName + "/" + subDirName; in testPullDir() local163 mHandler.pushFile(tmpFile, "/sdcard/" + subDirPath + "/" + tmpFile.getName()); in testPullDir()
338 String subDirPath = devicePath + "/" + subDirName; in testPullDir_RecursiveSubDir() local342 doReturn(createMockDirRow(subDirName, subDirPath)) in testPullDir_RecursiveSubDir()351 doReturn(createMockFileRow(fileName, subDirPath + "/" + fileName, "text/plain")) in testPullDir_RecursiveSubDir()
303 final String subDirPath = testPath + "/" + subFolderName; in testRun_nested() local316 when(mMockITestDevice.isDirectory(subDirPath)).thenReturn(true); in testRun_nested()323 when(mMockITestDevice.getChildren(subDirPath)).thenReturn(files2); in testRun_nested()