Searched refs:notUsed (Results 1 – 2 of 2) sorted by relevance
134 File notUsed = File.createTempFile(ApkZFileTestUtils.class.getName(), "waitForFSTick"); in getFreshTimestamp() local135 long freshTimestamp = notUsed.lastModified(); in getFreshTimestamp()136 assertTrue(notUsed.delete()); in getFreshTimestamp()
355 File notUsed = mTemporaryFolder.newFile(); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect() local356 long notTimestamp = notUsed.lastModified(); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()357 notUsed.delete(); in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect()