D | Notification.java | 80 public class Notification implements Parcelable class 1359 public Notification publicVersion; 1365 public Notification() in Notification() method in Notification 1374 public Notification(Context context, int icon, CharSequence tickerText, long when, in Notification() method in Notification 1400 public Notification(int icon, CharSequence tickerText, long when) in Notification() method in Notification 1410 public Notification(Parcel parcel) in Notification() method in Notification 1483 publicVersion = Notification.CREATOR.createFromParcel(parcel); in Notification() 1490 public Notification clone() { in clone() 1491 Notification that = new Notification(); in clone() 1501 public void cloneInto(Notification that, boolean heavy) { in cloneInto() [all …]
|