Searched defs:realNotification (Results 1 - 1 of 1) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowNotification.java15 return realNotification;
19 Notification realNotification; field in class:ShadowNotification
24 realNotification.icon = icon;
25 realNotification.tickerText = tickerText;
26 realNotification.when = when;
33 realNotification.contentIntent = contentIntent;

Completed in 109 milliseconds