Searched refs:tmpDestFile2 (Results 1 – 1 of 1) sorted by relevance
260 File tmpDestFile2 = null; in testPushPull_extStorageVariable() local281 tmpDestFile2 = mTestDevice.pullFileFromExternal(filename); in testPushPull_extStorageVariable()282 assertNotNull(tmpDestFile2); in testPushPull_extStorageVariable()283 assertTrue(compareFiles(tmpFile, tmpDestFile2)); in testPushPull_extStorageVariable()287 FileUtil.deleteFile(tmpDestFile2); in testPushPull_extStorageVariable()