Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java204 File tmpFileSpaces = null; in testInstallUninstall_space() local
206 tmpFileSpaces = FileUtil.createTempFile("wifi util (3)", ".apk"); in testInstallUninstall_space()
207 FileUtil.copyFile(tmpFile, tmpFileSpaces); in testInstallUninstall_space()
208 assertWifiApkInstall(tmpFileSpaces); in testInstallUninstall_space()
211 FileUtil.deleteFile(tmpFileSpaces); in testInstallUninstall_space()