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

  /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/
CommandQueue.java 73 public void updateNotification(IBinder key, StatusBarNotification notification);
110 public void updateNotification(IBinder key, StatusBarNotification notification) {
183 mCallbacks.updateNotification(ne.key, ne.notification);
StatusBarService.java 394 public void updateNotification(IBinder key, StatusBarNotification notification) {
402 Slog.w(TAG, "updateNotification for unknown key: " + key);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 44 updateNotification(context, (Alarm)
159 private void updateNotification(Context context, Alarm alarm, int timeout) {
  /frameworks/base/services/java/com/android/server/
StatusBarManagerService.java 327 public void updateNotification(IBinder key, StatusBarNotification notification) {
330 throw new IllegalArgumentException("updateNotification key not found: " + key);
335 mBar.updateNotification(key, notification);
NotificationManagerService.java 761 mStatusBar.updateNotification(r.statusBarKey, n);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 287 mNotifier.updateNotification();
BluetoothOppService.java 161 mNotifier.updateNotification();
513 mNotifier.updateNotification();
    [all...]
BluetoothOppNotification.java 133 public void updateNotification() {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 107 public void updateNotification(Collection<DownloadInfo> downloads) {
DownloadService.java 349 mNotifier.updateNotification(mDownloads.values());
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 259 updateNotification(
450 private static void updateNotification(

Completed in 777 milliseconds