Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/color/
DColorOption.java135 String otherSerializedPackages = other.getSerializedPackages(); in isEquivalent() local
136 return other.isDefault() || TextUtils.isEmpty(otherSerializedPackages) in isEquivalent()
137 || EMPTY_JSON.equals(otherSerializedPackages); in isEquivalent()