Searched defs:cloneInto (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java1975 cloneInto(that, true);
1984 public void cloneInto(Notification that, boolean heavy) { method in class:Notification
2073 this.publicVersion.cloneInto(that.publicVersion, heavy);
3761 n.cloneInto(mN.publicVersion, /*heavy=*/ true);
4991 build().cloneInto(n, true);

Completed in 63 milliseconds