Searched defs:dataMap (Results 1 - 10 of 10) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSettings.java19 private static final WeakHashMap<ContentResolver, Map<String, String>> dataMap = new WeakHashMap<>(); field in class:ShadowSettings.ShadowSystem
44 Map<String, String> map = dataMap.get(cr);
47 dataMap.put(cr, map);
H A DShadowCursorWindow.java341 private final Map<Number, Data> dataMap = new ConcurrentHashMap<>(); field in class:ShadowCursorWindow.WindowData
344 Data data = dataMap.get(ptr);
346 throw new IllegalArgumentException("Invalid window pointer: " + ptr + "; current pointers: " + dataMap.keySet());
358 Data removed = dataMap.remove(ptr);
360 throw new IllegalArgumentException("Bad cursor window pointer " + ptr + ". Valid pointers: " + dataMap.keySet());
370 dataMap.put(ptr, new Data(name, cursorWindowSize));
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSettings.java22 private static final WeakHashMap<ContentResolver, Map<String, Object>> dataMap = new WeakHashMap<ContentResolver, Map<String, Object>>(); field in class:ShadowSettings.SettingsImpl
113 Map<String, Object> map = dataMap.get(cr);
116 dataMap.put(cr, map);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 175 milliseconds