Searched refs:deviceFile (Results 1 – 1 of 1) sorted by relevance
297 final File deviceFile = new File(deviceContext.getFilesDir(), "test"); in testCreateDeviceProtectedStorageContext() local299 assertFalse(deviceFile.equals(defaultFile)); in testCreateDeviceProtectedStorageContext()301 deviceFile.createNewFile(); in testCreateDeviceProtectedStorageContext()305 assertTrue(deviceFile.exists()); in testCreateDeviceProtectedStorageContext()