HomeSort by relevance Sort by last modified time
    Searched defs:setCacheBehaviorTombstone (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 245 sm.setCacheBehaviorTombstone(dir, true);
250 try { sm.setCacheBehaviorTombstone(ext, true); fail(); } catch (IOException expected) { }
251 try { sm.setCacheBehaviorTombstone(ext, false); fail(); } catch (IOException expected) { }
  /cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
StorageStatsTest.java 347 sm.setCacheBehaviorTombstone(tomb, true);

Completed in 79 milliseconds