Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextTest.java393 final File deviceFile = new File(deviceContext.getFilesDir(), "test"); in testCreateDeviceProtectedStorageContext() local
395 assertFalse(deviceFile.equals(defaultFile)); in testCreateDeviceProtectedStorageContext()
397 deviceFile.createNewFile(); in testCreateDeviceProtectedStorageContext()
401 assertTrue(deviceFile.exists()); in testCreateDeviceProtectedStorageContext()