Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorOption.java73 mPackagesByCategory = Collections.unmodifiableMap(removeNullValues(overlayPackages)); in ColorOption()
169 removeNullValues(json); in getJsonPackages()
181 private void removeNullValues(JSONObject json) { in removeNullValues() method in ColorOption
195 private Map<String, String> removeNullValues(Map<String, String> map) { in removeNullValues() method in ColorOption