Home
last modified time | relevance | path

Searched defs:enabledChanges (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/compat/
H A DCompatibilityChangeConfig.java41 public Set<Long> enabledChanges() { in enabledChanges() method in CompatibilityChangeConfig
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/compat/
H A DPlatformCompatDashboardTest.java200 Set<Long> enabledChanges = new HashSet<>(); in createChangeCategoryPreference_enabledAndDisabled_hasTitleAndEntries() local
/aosp12/packages/apps/Settings/src/com/android/settings/development/compat/
H A DPlatformCompatDashboard.java148 final List<CompatibilityChangeInfo> enabledChanges = new ArrayList<>(); in addPreferences() local