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.java69 mPackagesByCategory = Collections.unmodifiableMap(removeNullValues(overlayPackages)); in ColorOption()
177 removeNullValues(json); in getJsonPackages()
189 private void removeNullValues(JSONObject json) { in removeNullValues() method in ColorOption
203 private Map<String, String> removeNullValues(Map<String, String> map) { in removeNullValues() method in ColorOption