Searched refs:fullFile (Results 1 – 1 of 1) sorted by relevance
151 String fullFile = String.format("%s%s", mMediaPreparer.mBaseDeviceFullDir, in testCopyMediaFiles() local154 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testCopyMediaFiles()170 String fullFile = String.format("%s%s", mMediaPreparer.mBaseDeviceFullDir, in testMediaFilesExistOnDeviceTrue() local173 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testMediaFilesExistOnDeviceTrue()273 String fullFile = in testMediaDownloadOnly_existsOnDevice() local276 when(mMockDevice.doesFileExist(fullFile, TEST_USER_ID)).thenReturn(true); in testMediaDownloadOnly_existsOnDevice()