Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparerTest.java151 String fullFile = String.format("%s%s", mMediaPreparer.mBaseDeviceFullDir, in testCopyMediaFiles() local
154 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testCopyMediaFiles()
170 String fullFile = String.format("%s%s", mMediaPreparer.mBaseDeviceFullDir, in testMediaFilesExistOnDeviceTrue() local
173 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testMediaFilesExistOnDeviceTrue()
273 String fullFile = in testMediaDownloadOnly_existsOnDevice() local
276 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testMediaDownloadOnly_existsOnDevice()