File
Doc
Category
Size
Date
Package
StatusBarNotification.java
API Doc
Android 5.1 API
1799
Sat Mar 14 14:09:40 GMT 2015
android.service.notification
StatusBarNotification
java.lang.Object
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.StatusBarNotification
clone
()
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
java.lang.String
getGroupKey
()
throw new RuntimeException("Stub!");
public
int
getId
()
throw new RuntimeException("Stub!");
public
java.lang.String
getKey
()
throw new RuntimeException("Stub!");
public
android.app.Notification
getNotification
()
throw new RuntimeException("Stub!");
public
java.lang.String
getPackageName
()
throw new RuntimeException("Stub!");
public
long
getPostTime
()
throw new RuntimeException("Stub!");
public
java.lang.String
getTag
()
throw new RuntimeException("Stub!");
public
android.os.UserHandle
getUser
()
throw new RuntimeException("Stub!");
public
int
getUserId
()
throw new RuntimeException("Stub!");
public
boolean
isClearable
()
throw new RuntimeException("Stub!");
public
boolean
isOngoing
()
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
out,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source