Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java148 private PendingIntent makeMoodIntent(int moodId) { in makeMoodIntent() method in StatusBarNotifications
206 .setContentIntent(makeMoodIntent(moodId)); // The intent to send clicked in setMood()
226 notif.contentIntent = makeMoodIntent(moodId); in setMoodView()