Home
last modified time | relevance | path

Searched defs:newItem (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java75 NotificationGroup newItem = mNewList.get(newItemPosition); in areItemsTheSame() local
92 NotificationGroup newItem) { in sameGroupUniqueIdentifiers()
111 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey()
127 static boolean sameNotificationKeyAndFlags(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKeyAndFlags()
142 NotificationGroup newItem = mNewList.get(newItemPosition); in areContentsTheSame() local
179 private boolean sameNotificationContent(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationContent()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java217 public synchronized void addItem(Context context, ItemInfo item, boolean newItem) { in addItem()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java462 newItem, in handleEvents() local
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java874 SparseArray<MergedItem> userItems, MergedItem newItem) { in addOtherUserItem()