/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationDiff.java | 80 NotificationGroup newItem = mNewList.get(newItemPosition); in areItemsTheSame() local 100 NotificationGroup newItem, boolean showRecentsAndOlderHeaders) { in sameGroupUniqueIdentifiers() 125 static boolean sameNotificationKey(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKey() 141 static boolean sameNotificationKeyAndFlags(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationKeyAndFlags() 156 NotificationGroup newItem = mNewList.get(newItemPosition); in areContentsTheSame() local 193 private boolean sameNotificationContent(AlertEntry oldItem, AlertEntry newItem) { in sameNotificationContent()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/util/ |
H A D | MediaViewModelCallback.kt | 38 val newItem = new[newIndex] in areItemsTheSame() constant 52 val newItem = new[newIndex] in areContentsTheSame() constant
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/ |
D | OptionItemAdapter2.kt | 67 val newItem = newItems[newItemPosition] in setItems() constant 76 val newItem = newItems[newItemPosition] in setItems() constant
|
D | OptionItemAdapter.kt | 69 val newItem = newItems[newItemPosition] in setItems() constant 78 val newItem = newItems[newItemPosition] in setItems() constant
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/WallpaperPicker2/WallpaperPicker2Lib/android_common/kapt/gen/stubs/com/android/wallpaper/picker/customization/ui/view/adapter/ |
D | FloatingToolbarTabAdapter.java | 86 … com.android.wallpaper.picker.customization.ui.viewmodel.FloatingToolbarTabViewModel newItem) { in areItemsTheSame() 93 … com.android.wallpaper.picker.customization.ui.viewmodel.FloatingToolbarTabViewModel newItem) { in areContentsTheSame() 101 … com.android.wallpaper.picker.customization.ui.viewmodel.FloatingToolbarTabViewModel newItem) { in getChangePayload()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ulist.cpp | 61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem() 92 UListNode *newItem = nullptr; in ulist_addItemEndList() local 125 UListNode *newItem = nullptr; in ulist_addItemBeginList() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ulist.cpp | 61 static void ulist_addFirstItem(UList *list, UListNode *newItem) { in ulist_addFirstItem() 92 UListNode *newItem = nullptr; in ulist_addItemEndList() local 125 UListNode *newItem = nullptr; in ulist_addItemBeginList() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilder.java | 122 RemoteInputHistoryItem newItem = uri != null in rebuildWithRemoteInputInserted() local 143 RemoteInputHistoryItem newItem = uri != null in rebuildWithRemoteInputInserted() local
|
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/ |
D | RecyclerViewActivity.java | 348 @NonNull FieldMetadata newItem) { in areItemsTheSame() 354 @NonNull FieldMetadata newItem) { in areContentsTheSame()
|
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/ |
H A D | RecyclerViewActivity.java | 348 @NonNull FieldMetadata newItem) { in areItemsTheSame() 354 @NonNull FieldMetadata newItem) { in areContentsTheSame()
|
/aosp_15_r20/external/lzma/CPP/Windows/ |
H A D | Menu.h | 117 bool AppendItem(UINT flags, UINT_PTR newItemID, LPCTSTR newItem) in AppendItem() 120 bool Insert(UINT position, UINT flags, UINT_PTR idNewItem, LPCTSTR newItem) in Insert()
|
H A D | Menu.cpp | 256 bool CMenu::AppendItem(UINT flags, UINT_PTR newItemID, LPCWSTR newItem) in AppendItem()
|
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
H A D | XMPNodeUtils.java | 584 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, null); in findIndexedItem() local 780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null); in appendLangItem() local
|
H A D | XMPUtilsImpl.java | 324 XMPNode newItem = null; in separateArrayItems() local 1068 StringBuffer newItem = new StringBuffer(item.length() + 2); in applyQuotes() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BgDataModel.java | 247 public synchronized void addItem(Context context, ItemInfo item, boolean newItem) { in addItem() 252 Context context, ItemInfo item, boolean newItem, @Nullable LoaderMemoryLogger logger) { in addItem()
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
H A D | ShapeGroupParser.java | 41 ContentModel newItem = ContentModelParser.parse(reader, composition); in parse() local
|
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
H A D | Rule.java | 59 public void addTestCase(TestCase newItem) { in addTestCase()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
D | WidgetsDiffCallback.java | 54 WidgetsListBaseEntry newItem = mNewEntries.get(newItemPosition); in areItemsTheSame() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDeviceItemTest.java | 49 AudioSharingDeviceItem newItem = new AudioSharingDeviceItem(parcel); in createItem_withParcel() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | RingBuffer.java | 61 public RingBuffer(Supplier<T> newItem, IntFunction<T[]> newBacking, int capacity) { in RingBuffer()
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/ |
H A D | CustomHistory.java | 92 public static void newItem(HistoryToken token) { in newItem() method in CustomHistory
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-property-dot-syntax.m | 74 @property id newItem; // should be marked objc_method_family(none), but isn't. property
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/modes/ |
D | ZenModesListPreferenceControllerTest.java | 193 SearchIndexableRaw newItem = newData.get(0); in testUpdateDynamicRawDataToIndex_oneMode() local
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/cts/inprocess/src/com/android/sdksandbox/tests/cts/inprocess/ |
D | SdkSandboxRestrictionsTest.java | 241 ContentValues newItem = new ContentValues(); in testSandboxCannotAccess_MediaStoreApi() local
|
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/parser/ |
H A D | TimingsLogParser.java | 166 GenericTimingItem newItem = new GenericTimingItem(); in parseGenericTimingItem() local
|