Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerInternal.java34 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown()
36 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification()
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java50 private int notificationId = -1; field in NetInitiatedActivity
/frameworks/base/apex/media/framework/java/android/media/
DMediaSession2Service.java311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java282 void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification()
869 public void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse()
1162 void reportNiNotification(int notificationId, int niType, int notifyFlags, in reportNiNotification()
1380 protected void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse()
1521 private static native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1399 final NotificationId notificationId = beforeNotifs.valueAt(i); local
1499 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local
1639 private void cancelNotification(NotificationId notificationId) { in cancelNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java126 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1266 private void reportNiNotification(int notificationId, int niType, int notifyFlags, int timeout, in reportNiNotification()
1519 public void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java893 private void hideNotification(int notificationId) { in hideNotification()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java655 protected void sendNiResponse(int notificationId, int userResponse) {} in sendNiResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4583 int notificationId = CS_NOTIFICATION; in setNotification() local
4677 notificationManager.cancel(Integer.toString(mSubId), notificationId); in setNotification() local
4694 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
/frameworks/base/services/core/java/com/android/server/
DSensorPrivacyService.java618 int notificationId; in showSensorUseReminderNotification() local