Searched refs:areContentsTheSame (Results 1 – 2 of 2) sorted by relevance
265 public boolean areContentsTheSame(LaunchItem oldItem, LaunchItem newItem) { in AppAdapter()266 return oldItem.areContentsTheSame(newItem); in AppAdapter()
78 public boolean areContentsTheSame(LaunchItem another) { in areContentsTheSame() method in LaunchItem