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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowEnvironment.java 31 private static Map<Path, String> storageState = new HashMap<>();
87 storageState = new HashMap<>();
106 for (Map.Entry<Path, String> entry : storageState.entrySet()) {
117 for (Map.Entry<Path, String> entry : storageState.entrySet()) {
211 storageState.put(directory.toPath(), state);
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java     [all...]

Completed in 578 milliseconds