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

  /packages/apps/Contacts/src/com/android/contacts/calllog/
VoicemailNotifier.java 34 public void updateNotification(Uri newCallUri);
DefaultVoicemailNotifier.java 89 public void updateNotification(Uri newCallUri) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 83 public void updateNotification(IBinder key, StatusBarNotification notification);
125 public void updateNotification(IBinder key, StatusBarNotification notification) {
236 mCallbacks.updateNotification(ne.key, ne.notification);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 305 mNotifier.updateNotification();
BluetoothOppNotification.java 134 public void updateNotification() {
BluetoothOppService.java 159 mNotifier.updateNotification();
511 mNotifier.updateNotification();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 58 updateNotification(context, (Alarm)
187 private void updateNotification(Context context, Alarm alarm, int timeout) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 106 public void updateNotification(Collection<DownloadInfo> downloads) {
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 455 public void updateNotification(IBinder key, StatusBarNotification notification) {
458 throw new IllegalArgumentException("updateNotification key not found: " + key);
463 mBar.updateNotification(key, notification);
NotificationManagerService.java 760 mStatusBar.updateNotification(r.statusBarKey, n);
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 510 updateNotification(mSongTitle + " (playing)");
515 void updateNotification(String text) {
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 259 updateNotification(
450 private static void updateNotification(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 588 public void updateNotification(IBinder key, StatusBarNotification notification) {
589 if (DEBUG) Slog.d(TAG, "updateNotification(" + key + " -> " + notification + ")");
593 Slog.w(TAG, "updateNotification for unknown key: " + key);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java     [all...]

Completed in 378 milliseconds