FileDocCategorySizeDatePackage
StatusBarNotification.javaAPI DocAndroid 5.1 API1799Sat Mar 14 14:09:40 GMT 2015android.service.notification

StatusBarNotification

public class StatusBarNotification extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public StatusBarNotification(String pkg, String opPkg, int id, String tag, int uid, int initialPid, int score, android.app.Notification notification, android.os.UserHandle user, long postTime)

 throw new RuntimeException("Stub!"); 
public StatusBarNotification(android.os.Parcel in)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.service.notification.StatusBarNotificationclone()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetGroupKey()

 throw new RuntimeException("Stub!"); 
public intgetId()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetKey()

 throw new RuntimeException("Stub!"); 
public android.app.NotificationgetNotification()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetPackageName()

 throw new RuntimeException("Stub!"); 
public longgetPostTime()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetTag()

 throw new RuntimeException("Stub!"); 
public android.os.UserHandlegetUser()

 throw new RuntimeException("Stub!"); 
public intgetUserId()

 throw new RuntimeException("Stub!"); 
public booleanisClearable()

 throw new RuntimeException("Stub!"); 
public booleanisOngoing()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");