HomeSort by relevance Sort by last modified time
    Searched refs:updateNotification (Results 1 - 21 of 21) 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);
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 65 - (NSRect)updateNotification:(const message_center::Notification*)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     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 83 updateNotification(
115 updateNotification(state, callList);
126 public void updateNotification(InCallState state, CallList callList) {
127 Log.d(this, "updateNotification");
InCallPresenter.java 401 mStatusBarNotifier.updateNotification(mInCallState, mCallList);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 510 updateNotification(mSongTitle + " (playing)");
515 void updateNotification(String text) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
NotificationController.java 80 updateNotification(notifyPrintJobs);
83 private void updateNotification(List<PrintJobInfo> printJobs) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 229 void updateNotification() {
301 updateNotification();
HandoverService.java 299 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 511 public void updateNotification(IBinder key, StatusBarNotification notification) {
514 throw new IllegalArgumentException("updateNotification key not found: " + key);
519 mBar.updateNotification(key, notification);
NotificationManagerService.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 210 updateNotification();
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 285 updateNotification(context, newMsgThreadId != THREAD_NONE, threads.size(),
    [all...]

Completed in 2140 milliseconds