Home
last modified time | relevance | path

Searched defs:newList (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/picker/
DWidgetsDiffReporterTest.java128 List<WidgetsListBaseEntry> newList = List.of( in headersOnly_emptyListToNonEmpty_shouldInvokeNotifyDataSetChanged() local
148 List<WidgetsListBaseEntry> newList = List.of(); in headersOnly_nonEmptyToEmptyList_shouldInvokeNotifyDataSetChanged() local
165 List<WidgetsListBaseEntry> newList = List.of(mHeaderA, mHeaderC, mHeaderE); in headersOnly_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local
188 List<WidgetsListBaseEntry> newList = List.of(mHeaderA, mContentC, mHeaderD); in headersContentsMix_itemAddedAndRemovedInTheNewList_shouldInvokeCorrectCallbacks() local
211 List<WidgetsListBaseEntry> newList = in headersContentsMix_userInteractWithHeader_shouldInvokeCorrectCallbacks() local
229 List<WidgetsListBaseEntry> newList = List.of( in headersContentsMix_headerWidgetsModified_shouldInvokeCorrectCallbacks() local
250 List<WidgetsListBaseEntry> newList = List.of( in headersContentsMix_contentMaxSpanSizeModified_shouldInvokeCorrectCallbacks() local
DWidgetsListAdapterTest.java190 List<WidgetsListBaseEntry> newList = List.of( in setWidgets_hodgepodge_shouldInvokeExpectedDataObserverCallbacks() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchResultDiffCallback.java33 List<? extends SearchResult> newList) { in SearchResultDiffCallback()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java50 @NonNull List<NotificationGroup> newList) { in CarNotificationDiff()
55 @NonNull List<NotificationGroup> newList, int maxItems) { in CarNotificationDiff()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DLinkedNode.java68 public static <T extends LinkedNode> List<T> newList() { in newList() method in LinkedNode
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/browse/
DMediaBrowserViewModelImpl.java124 @Nullable List<MediaItemMetadata> oldList, @Nullable List<MediaItemMetadata> newList) { in computeRemovedItems()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfilesBasePreferenceController.java110 List<Preference> newList) { in profileListsAreDifferent()
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
DJobSchedulerWrapper.java262 private synchronized List<JobInfo> newJobsSince(List<JobInfo> oldList, List<JobInfo> newList) { in newJobsSince()
267 List<JobInfo> oldList, List<JobInfo> newList) { in completedJobsSince()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageApplicationsController.java125 final List<Preference> newList = new ArrayList<>(apps.size() + 1); in updateAppList() local
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DSettingsActivity.java125 public void setSettingsItems(final List<SettingsItem> newList) { in setSettingsItems()
/packages/apps/Settings/src/com/android/settings/development/
DWirelessDebuggingFragment.java317 Map<String, PairDevice> newList = mAdbManager.getPairedDevices(); in onEnabled() local
348 private void updatePairedDevicePreferences(Map<String, PairDevice> newList) { in updatePairedDevicePreferences()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java152 ArrayList<Task> newList = new ArrayList<>(tasks.size() + 1); in applyLoadPlan() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DSimSelectorView.java137 public void bindData(final List<SubscriptionListEntry> newList) { in bindData()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java646 List<NotificationGroup> newList = in onUpdateNotifications_notificationRemoved_removesNotification() local
669 List<NotificationGroup> newList = in onUpdateNotification_notificationPosted_isUpdate_putsNotification() local
696 List<NotificationGroup> newList = in onUpdateNotification_notificationPosted_isNotUpdate_addsNotification() local
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleDragAndDropAdapter.java266 final Locale[] newList = new Locale[count]; in doTheUpdate() local
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java257 List<TvInputInfo> newList = new ArrayList<>(mInputs); in buildInputs() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleAndOptionsFragment.java253 public void updateParticipants(final List<ParticipantData> newList) { in updateParticipants()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
DMediaPlayerWrapperTest.java78 ArrayList<MediaSession.QueueItem> newList = new ArrayList<MediaSession.QueueItem>(); in getQueueFromDescriptions() local
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java332 List<EmergencyNumber> newList = new ArrayList<>(emergencyNumberList.size()); in removeCarrierSpecificPrefixes() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java2973 HashMap<Long, BluetoothMapConvoListingElement> newList = in refreshSmsMmsConvoVersions() local
3070 HashMap<Long, BluetoothMapConvoListingElement> newList = in refreshImEmailConvoVersions() local