Package org.robolectric.shadows
Class ShadowNotification
- java.lang.Object
-
- org.robolectric.shadows.ShadowNotification
-
@Implements(android.app.Notification.class) public class ShadowNotification extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequencegetBigContentText()java.lang.CharSequencegetBigContentTitle()android.graphics.BitmapgetBigPicture()java.lang.CharSequencegetBigText()java.lang.CharSequencegetContentInfo()java.lang.CharSequencegetContentText()java.lang.CharSequencegetContentTitle()intgetMax()intgetProgress()booleanisIndeterminate()booleanisOngoing()booleanisWhenShown()booleanusesChronometer()
-
-
-
Method Detail
-
getContentTitle
public java.lang.CharSequence getContentTitle()
-
getContentText
public java.lang.CharSequence getContentText()
-
getContentInfo
public java.lang.CharSequence getContentInfo()
-
isOngoing
public boolean isOngoing()
-
getBigText
public java.lang.CharSequence getBigText()
-
getBigContentTitle
public java.lang.CharSequence getBigContentTitle()
-
getBigContentText
public java.lang.CharSequence getBigContentText()
-
getBigPicture
public android.graphics.Bitmap getBigPicture()
-
isWhenShown
public boolean isWhenShown()
-
isIndeterminate
public boolean isIndeterminate()
-
getMax
public int getMax()
-
getProgress
public int getProgress()
-
usesChronometer
public boolean usesChronometer()
-
-