Home
last modified time | relevance | path

Searched refs:realNotification (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java27 Notification realNotification; field in ShadowNotification
31 ? realNotification.extras.getString(Notification.EXTRA_TITLE) in getContentTitle()
37 ? realNotification.extras.getString(Notification.EXTRA_TEXT) in getContentText()
43 return realNotification.extras.getCharSequence(Notification.EXTRA_INFO_TEXT); in getContentInfo()
50 …return ((realNotification.flags & Notification.FLAG_ONGOING_EVENT) == Notification.FLAG_ONGOING_EV… in isOngoing()
55 return realNotification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT); in getBigText()
63 return realNotification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG); in getBigContentTitle()
71 return realNotification.extras.getCharSequence(Notification.EXTRA_SUMMARY_TEXT); in getBigContentText()
79 return realNotification.extras.getParcelable(Notification.EXTRA_PICTURE); in getBigPicture()
89 ? realNotification.extras.getBoolean(Notification.EXTRA_SHOW_WHEN) in isWhenShown()
[all …]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowNotification.java15 return realNotification; in getRealNotification()
19 Notification realNotification; field in ShadowNotification
24 realNotification.icon = icon; in __constructor__()
25 realNotification.tickerText = tickerText; in __constructor__()
26 realNotification.when = when; in __constructor__()
33 realNotification.contentIntent = contentIntent; in setLatestEventInfo()