/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerInternal.java | 34 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/ |
D | NetInitiatedActivity.java | 50 private int notificationId = -1; field in NetInitiatedActivity
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppFGSTracker.java | 254 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()
|
D | AppRestrictionController.java | 577 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/ |
D | BackgroundRestrictionTest.java | 581 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/ |
D | NetworkPolicyManagerService.java | 1517 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/ |
D | GnssNative.java | 286 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/ |
D | GnssLocationProvider.java | 1376 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/ |
D | GpsNetInitiatedHandler.java | 128 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverStateMachine.java | 893 private void hideNotification(int notificationId) { in hideNotification()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 669 protected void sendNiResponse(int notificationId, int userResponse) {} in sendNiResponse()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ServiceStateTracker.java | 4589 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/ |
D | SensorPrivacyService.java | 594 int notificationId; in showSensorUseReminderNotification() local
|