Searched refs:realNotification (Results 1 - 1 of 1) sorted by last modified time

/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 117 milliseconds