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