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.java227 this.notification.cloneInto(no, false); // light copy in cloneLight()
/frameworks/base/core/java/android/app/
DNotification.java2319 cloneInto(that, true); in clone()
2328 public void cloneInto(Notification that, boolean heavy) { in cloneInto() method in Notification
2417 this.publicVersion.cloneInto(that.publicVersion, heavy); in cloneInto()
4526 n.cloneInto(mN.publicVersion, /*heavy=*/ true); in setPublicVersion()
5922 build().cloneInto(n, true);