Home
last modified time | relevance | path

Searched defs:moodId (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java148 private PendingIntent makeMoodIntent(int moodId) { in makeMoodIntent()
193 private void setMood(int moodId, int textId, boolean showTicker) { in setMood()
218 private void setMoodView(int moodId, int textId) { in setMoodView()
DNotifyingService.java93 private void showNotification(int moodId, int textId) { in showNotification()