Searched refs:OptionsFetchedListener (Results 1 – 8 of 8) sorted by relevance
23 import com.android.customization.model.CustomizationManager.OptionsFetchedListener;74 void fetch(OptionsFetchedListener<ColorOption> callback, boolean reload, in fetch()
27 import com.android.customization.model.CustomizationManager.OptionsFetchedListener94 callback: OptionsFetchedListener<ColorOption>?, in fetch()
194 public void fetchOptions(OptionsFetchedListener<ColorOption> callback, boolean reload) { in fetchOptions()
49 interface OptionsFetchedListener<T extends CustomizationOption> { interface82 void fetchOptions(OptionsFetchedListener<T> callback, boolean reload); in fetchOptions()
29 import com.android.customization.model.CustomizationManager.OptionsFetchedListener;105 new OptionsFetchedListener<GridOption>() { in updateUi()
105 public void fetchOptions(OptionsFetchedListener<GridOption> callback, boolean reload) { in fetchOptions()
72 object : CustomizationManager.OptionsFetchedListener<GridOption> { in getSelectedOption()
82 object : CustomizationManager.OptionsFetchedListener<ColorOption?> { in <lambda>()