HomeSort by relevance Sort by last modified time
    Searched full:realnotification (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotification.java 15 return realNotification;
19 Notification realNotification;
24 realNotification.icon = icon;
25 realNotification.tickerText = tickerText;
26 realNotification.when = when;
33 realNotification.contentIntent = contentIntent;

Completed in 446 milliseconds