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

  /frameworks/base/media/java/android/media/
MediaSessionService2.java 225 public int getNotificationId() {
  /frameworks/av/packages/MediaComponents/src/com/android/media/
MediaSessionService2Impl.java 120 mInstance.startForeground(mediaNotification.getNotificationId(),
134 mNotificationManager.notify(mediaNotification.getNotificationId(),
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionService2.java 292 public int getNotificationId() {
  /packages/apps/Dialer/java/com/android/incallui/
ExternalCallNotifier.java 136 if (info.getNotificationId() == notificationId
195 context, NOTIFICATION_TAG, notifications.get(call).getNotificationId());
259 NotificationBroadcastReceiver.EXTRA_NOTIFICATION_ID, info.getNotificationId());
267 PendingIntent.getBroadcast(context, info.getNotificationId(), intent, 0))
287 context, NOTIFICATION_TAG, info.getNotificationId(), notification);
422 public int getNotificationId() {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationActionUtils.java 555 public int getNotificationId() {
    [all...]
NotificationUtils.java 383 getNotificationId(notification.account.getAccountManagerAccount(), folder);
458 getNotificationId(notification.account.getAccountManagerAccount(), folder);
503 final int notificationId = getNotificationId(account.getAccountManagerAccount(), folder);
607 getNotificationId(account.getAccountManagerAccount(), folder);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java     [all...]

Completed in 1608 milliseconds