Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java153 this.notification.cloneInto(no, false); // light copy in cloneLight()
/frameworks/base/core/java/android/app/
DNotification.java1492 cloneInto(that, true); in clone()
1501 public void cloneInto(Notification that, boolean heavy) { in cloneInto() method in Notification
1582 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
3362 mPublicVersion.cloneInto(n.publicVersion, true); in buildUnstyled()
3679 build().cloneInto(n, true); in buildInto()