Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 13 of 13) 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/services/core/java/com/android/server/am/
DAppFGSTracker.java254 int notificationId, boolean canceling) { in handleForegroundServiceNotificationUpdated()
306 private void handleNotificationPosted(String pkgName, int uid, int notificationId) { in handleNotificationPosted()
336 private void handleNotificationRemoved(String pkgName, int uid, int notificationId) { in handleNotificationRemoved()
DAppRestrictionController.java577 int notificationId) { in setNotificationId()
2608 int notificationId = settings.getNotificationId(notificationType); in getNotificationIdIfNecessary() local
2627 int notificationId = getNotificationIdIfNecessary(notificationType, packageName, uid); in postNotificationIfNecessary() local
2645 void postNotification(int notificationId, String packageName, int uid, String title, in postNotification()
2696 final int notificationId = in cancelRequestBgRestrictedIfNecessary() local
2710 final int notificationId = in cancelLongRunningFGSNotificationIfNecessary() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java581 final int notificationId = 1000; in testBgCurrentDrainMonitor() local
1186 int notificationId = checkNotificationShown( in testLongFGSMonitor() local
1592 final int notificationId = 1000; in runExemptionTestOnce() local
2549 final int[] notificationId = new int[packageName.length]; in checkNotificationShown() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1517 final NotificationId notificationId = beforeNotifs.valueAt(i); local
1618 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local
1758 private void cancelNotification(NotificationId notificationId) { in cancelNotification()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java286 void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification()
937 public void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse()
1230 void reportNiNotification(int notificationId, int niType, int notifyFlags, in reportNiNotification()
1474 protected void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse()
1630 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/location/gnss/
DGnssLocationProvider.java1376 private void reportNiNotification(int notificationId, int niType, int notifyFlags, int timeout, in reportNiNotification()
1710 public void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java128 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
/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.java669 protected void sendNiResponse(int notificationId, int userResponse) {} in sendNiResponse()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java4589 int notificationId = CS_NOTIFICATION; in setNotification() local
4683 notificationManager.cancel(Integer.toString(mSubId), notificationId); in setNotification() local
4700 notificationManager.notify(Integer.toString(mSubId), notificationId, mNotification); in setNotification() local
/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DSensorPrivacyService.java594 int notificationId; in showSensorUseReminderNotification() local