Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java62 private void updateNotification(int presetIndex) { in updateNotification() method in MainActivity
72 updateNotification((Integer) v.itemView.getTag()); in onClick()
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/
DFindPhoneActivity.java80 public static void updateNotification(Context context, String notificationText) { in updateNotification() method in FindPhoneActivity
DFindPhoneService.java97 FindPhoneActivity.updateNotification(this, notificationText); in onHandleIntent()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicService.java510 updateNotification(mSongTitle + " (playing)"); in onPrepared()
515 void updateNotification(String text) { in updateNotification() method in MusicService