Home
last modified time | relevance | path

Searched refs:buildInto (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDelta.java419 buildInto.add(builder.build()); in buildAssert()
455 final int firstIndex = buildInto.size(); in buildDiff()
474 possibleAdd(buildInto, builder); in buildDiff()
502 possibleAdd(buildInto, builder); in buildDiff()
510 buildInto.add(firstIndex, builder.build()); in buildDiff()
514 buildInto.add(builder.build()); in buildDiff()
521 buildInto.add(builder.build()); in buildDiff()
529 public void buildDiffWrapper(ArrayList<CPOWrapper> buildInto) { in buildDiffWrapper() argument
530 final int firstIndex = buildInto.size(); in buildDiffWrapper()
547 possibleAddWrapper(buildInto, bw); in buildDiffWrapper()
[all …]
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java2474 .buildInto(this); in Notification()
6559 public Notification buildInto(@NonNull Notification n) { in buildInto() method
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7604 Landroid/app/Notification$Builder;->buildInto(Landroid/app/Notification;)Landroid/app/Notification;