HomeSort by relevance Sort by last modified time
    Searched refs:otherCache (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
WriteMultiViewTest.java 41 final File otherCache = new File(ourCache.getAbsolutePath()
44 final File otherTestDir = new File(otherCache, "testDir");
60 final File otherCache = new File(ourCache.getAbsolutePath()
63 final File otherTestDir = new File(otherCache, "testDir");
72 assertNotEqual(Os.getuid(), Os.stat(otherCache.getAbsolutePath()).st_uid);
WriteExternalStorageTest.java 168 final File otherCache = new File(ourCache.getAbsolutePath()
170 deleteContents(otherCache);
171 otherCache.delete();
173 assertTrue(otherCache.mkdirs());
174 assertDirReadWriteAccess(otherCache);
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
ReadMultiViewTest.java 64 final File otherCache = new File(ourCache.getAbsolutePath()
66 final File otherTestDir = new File(otherCache, "testDir");
71 assertNotEqual(Os.getuid(), Os.stat(otherCache.getAbsolutePath()).st_uid);

Completed in 70 milliseconds