Home
last modified time | relevance | path

Searched refs:areContentsTheSame (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallbackTest.java77 assertThat(mDiffCallback.areContentsTheSame(0, 0)).isTrue(); in areContentsTheSame_sameContents_returnTrue()
86 assertThat(mDiffCallback.areContentsTheSame(0, 0)).isFalse(); in areContentsTheSame_sliceWithToggle_returnFalse()
95 assertThat(mDiffCallback.areContentsTheSame(0, 0)).isFalse(); in areContentsTheSame_stickySlice_returnFalse()
104 assertThat(mDiffCallback.areContentsTheSame(0, 0)).isFalse(); in areContentsTheSame_importantSlice_returnFalse()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DLauncherItemDiffCallback.java48 return mOldList.get(oldListPosition).areContentsTheSame(mNewList.get(newListPosition)); in areItemsTheSame()
52 public boolean areContentsTheSame(int oldListPosition, int newListPosition) { in areContentsTheSame() method in LauncherItemDiffCallback
53 return mOldList.get(oldListPosition).areContentsTheSame(mNewList.get(newListPosition)); in areContentsTheSame()
DAppItem.java70 return areContentsTheSame((AppItem) o); in equals()
80 public boolean areContentsTheSame(LauncherItem launcherItem) { in areContentsTheSame() method in AppItem
DLauncherItem.java80 abstract boolean areContentsTheSame(LauncherItem launcherItem); in areContentsTheSame() method in LauncherItem
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationDiffTest.java253 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isTrue(); in areContentsTheSame_shouldReturnTrue()
260 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isFalse(); in areContentsTheSame_shouldReturnFalse()
339 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isTrue(); in areBundleEqual_sameSize_shouldReturnTrue()
383 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isFalse(); in areBundleEqual_diffSize_shouldReturnFalse()
426 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isTrue(); in areBundleEqual_sameKeySetWithSameValue_shouldReturnTrue()
469 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isFalse(); in areBundleEqual_sameKeySetWithDiffValue_shouldReturnFalse()
512 assertThat(carNotificationDiff.areContentsTheSame(0, 0)).isFalse(); in areBundleEqual_diffKeySet_shouldReturnFalse()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DSearchResultDiffCallback.java54 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in SearchResultDiffCallback
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsDiffCallback.java60 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in WidgetsDiffCallback
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallback.java57 public boolean areContentsTheSame(int oldCardPosition, int newCardPosition) { in areContentsTheSame() method in ContextualCardsDiffCallback
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/items/
DPanelItemsAdapter.kt92 override fun areContentsTheSame(p0: PanelItem, p1: PanelItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.panel.items.PanelItemsAdapter.ItemCallback
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDevicePolicyGroupListAdapter.java59 public boolean areContentsTheSame(DevicePolicyGroup oldItem, in DevicePolicyGroupListAdapter()
DProvisionInfoListAdapter.java52 public boolean areContentsTheSame(@NonNull ProvisionInfo oldItem, in ProvisionInfoListAdapter()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/panel/header/
DPanelHeaderAdapter.kt101 override fun areContentsTheSame(p0: PanelHeaderItem, p1: PanelHeaderItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.panel.header.PanelHeaderAdapter.ItemCallback
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DMenuAdapter.kt123 override fun areContentsTheSame(p0: MenuItem, p1: MenuItem): Boolean { in areContentsTheSame() method in com.android.car.customization.tool.ui.menu.MenuAdapter.ItemCallback
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/
DOptionItemAdapter.kt73 override fun areContentsTheSame( in setItems() method
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/view/
DDockAdapter.kt146 override fun areContentsTheSame(p0: DockAppItem, p1: DockAppItem): Boolean { in areContentsTheSame() method
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java154 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in CarNotificationDiff
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java492 public boolean areContentsTheSame(int oldItemPosition, int newItemPosition) { in areContentsTheSame() method in AlphabeticalAppsList.MyDiffCallback
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DSelectFromListWizardFragment.java329 public boolean areContentsTheSame(ListItem oldItem, ListItem newItem) { in VerticalListAdapter()
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt510 HSPLandroidx/preference/PreferenceGroupAdapter$2;->areContentsTheSame(II)Z