Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DThemeBundleProvider.java50 ThemeBundle findEquivalent(ThemeBundle other); in findEquivalent() method
H A DThemeManager.java134 return mProvider.findEquivalent(other); in findThemeByPackages()
H A DDefaultThemeProvider.java413 public ThemeBundle findEquivalent(ThemeBundle other) { in findEquivalent() method in DefaultThemeProvider
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
H A DGridFragment.java203 GridOption previouslySelectedOption = findEquivalent(options, in setUpOptions()
247 private GridOption findEquivalent(List<GridOption> options, GridOption target) { in findEquivalent() method in GridFragment
/aosp12/packages/apps/ThemePicker/robolectric_tests/src/com/android/customization/model/theme/
H A DThemeManagerTest.java170 verify(mThemeBundleProvider).findEquivalent(theme); in findThemeByPackages_ThemeBundleProviderFindsEquivalent()