Searched refs:moodId (Results 1 – 2 of 2) sorted by relevance
148 private PendingIntent makeMoodIntent(int moodId) { in makeMoodIntent() argument154 new Intent(this, NotificationDisplay.class).putExtra("moodimg", moodId), in makeMoodIntent()193 private void setMood(int moodId, int textId, boolean showTicker) { in setMood() argument202 .setSmallIcon(moodId) // the status icon in setMood()206 .setContentIntent(makeMoodIntent(moodId)); // The intent to send clicked in setMood()218 private void setMoodView(int moodId, int textId) { in setMoodView() argument226 notif.contentIntent = makeMoodIntent(moodId); in setMoodView()233 notif.icon = moodId; in setMoodView()238 contentView.setImageViewResource(R.id.icon, moodId); in setMoodView()
93 private void showNotification(int moodId, int textId) { in showNotification() argument108 .setSmallIcon(moodId) in showNotification()