Searched refs:updateNotification (Results 1 – 4 of 4) sorted by relevance
62 private void updateNotification(int presetIndex) { in updateNotification() method in MainActivity72 updateNotification((Integer) v.itemView.getTag()); in onClick()
80 public static void updateNotification(Context context, String notificationText) { in updateNotification() method in FindPhoneActivity
97 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()
510 updateNotification(mSongTitle + " (playing)"); in onPrepared()515 void updateNotification(String text) { in updateNotification() method in MusicService