Home
last modified time | relevance | path

Searched defs:currentList (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/picker/
H A DWidgetsDiffReporterTest.java113 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in listNotChanged_shouldNotInvokeAnyCallbacks() local
128 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>(); in headersOnly_emptyListToNonEmpty_shouldInvokeNotifyDataSetChanged() local
147 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersOnly_nonEmptyToEmptyList_shouldInvokeNotifyDataSetChanged() local
164 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersOnly_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local
187 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local
210 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_userInteractWithHeader_shouldInvokeCorrectCallbacks() local
228 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_headerWidgetsModified_shouldInvokeCorrectCallbacks() local
249 ArrayList<WidgetsListBaseEntry> currentList = new ArrayList<>( in headersContentsMix_contentMaxSpanSizeModified_shouldInvokeCorrectCallbacks() local
H A DWidgetsListAdapterTest.java183 List<WidgetsListBaseEntry> currentList = List.of( in setWidgets_hodgepodge_shouldInvokeExpectedDataObserverCallbacks() local
/aosp12/frameworks/base/services/core/java/com/android/server/broadcastradio/hal2/
H A DAnnouncementAggregator.java60 public @NonNull List<Announcement> currentList = new ArrayList<>(); field in AnnouncementAggregator.ModuleWatcher
/aosp12/packages/apps/Car/Media/src/com/android/car/media/browse/
H A DBrowseAdapter.java61 void onListChanged(List<BrowseViewData> previousList, List<BrowseViewData> currentList); in onListChanged()
200 @NonNull List<BrowseViewData> currentList) { in onCurrentListChanged()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfilesBasePreferenceController.java109 private boolean profileListsAreDifferent(List<Preference> currentList, in profileListsAreDifferent()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
H A DFavoriteNumberRepository.java276 List<Contact> currentList = getValue(); in setValue() local