Home
last modified time | relevance | path

Searched refs:newItem (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DRemoteInputNotificationRebuilder.java104 RemoteInputHistoryItem newItem = uri != null in rebuildWithRemoteInputInserted() local
111 Stream.of(newItem), in rebuildWithRemoteInputInserted()
114 : new RemoteInputHistoryItem[] { newItem }; in rebuildWithRemoteInputInserted()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java446 WalletCardViewInfo newItem = newData.get(i); in isUiEquivalent() local
447 if (!oldItem.isUiEquivalent(newItem)) { in isUiEquivalent()