HomeSort by relevance Sort by last modified time
    Searched refs:updateNotification (Results 1 - 18 of 18) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
VoicemailNotifier.java 34 public void updateNotification(Uri newCallUri);
CallLogNotificationsService.java 77 DefaultVoicemailNotifier.getInstance(this).updateNotification(voicemailUri);
DefaultVoicemailNotifier.java 88 public void updateNotification(Uri newCallUri) {
  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBar.aidl 28 void updateNotification(IBinder key, in StatusBarNotification notification);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
TvStatusBar.java 52 public void updateNotification(IBinder key, StatusBarNotification notification) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 85 public void updateNotification(IBinder key, StatusBarNotification notification);
133 public void updateNotification(IBinder key, StatusBarNotification notification) {
272 mCallbacks.updateNotification(ne.key, ne.notification);
BaseStatusBar.java 768 // TODO(cwren) normalize variable names with those in updateNotification
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 57 updateNotification(context, (Alarm)
213 private void updateNotification(Context context, Alarm alarm, int timeout) {
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 510 updateNotification(mSongTitle + " (playing)");
515 void updateNotification(String text) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 213 void updateNotification() {
285 updateNotification();
HandoverService.java 276 transfer.updateNotification();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 305 mNotifier.updateNotification();
BluetoothOppService.java 159 mNotifier.updateNotification();
537 mNotifier.updateNotification();
    [all...]
BluetoothOppNotification.java 143 public void updateNotification() {
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 502 public void updateNotification(IBinder key, StatusBarNotification notification) {
505 throw new IllegalArgumentException("updateNotification key not found: " + key);
510 mBar.updateNotification(key, notification);
NotificationManagerService.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 208 updateNotification();
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 285 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
    [all...]

Completed in 384 milliseconds