Home
last modified time | relevance | path

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

/external/robolectric/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()