/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/ |
H A D | JobNotificationCoordinatorTest.java | 96 final int notificationId = 23; in testParameterValidation() local 144 final int notificationId = 23; in testSingleJob_DetachOnStop() local 166 final int notificationId = 23; in testSingleJob_RemoveOnStop() local 247 final int notificationId = 23; in testSingleJob_EnqueueSameNotificationId() local 322 final int notificationId = 23; in testMultipleJobs_sameApp_EnqueueSameNotificationId() local 365 final int notificationId = 23; in testMultipleJobs_sameApp_DifferentUsers() local 412 final int notificationId = 23; in testMultipleJobs_differentApps() local 455 final int notificationId = 23; in testUserStop_SingleJob_DetachOnStop() local 479 final int notificationId = 23; in testUserStop_MultipleJobs_sameApp_EnqueueSameNotificationId_DetachOnStop() local 521 final int notificationId = 23; in testUserInitiatedJob_hasNotificationFlag() local [all …]
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobNotificationCoordinator.java | 88 public final int notificationId; field in JobNotificationCoordinator.NotificationDetails 96 int notificationId, String notificationChannel, in NotificationDetails() 114 int callingPid, int callingUid, int notificationId, @NonNull Notification notification, in enqueueNotification() 196 final int notificationId = details.notificationId; in removeNotificationAssociation() local 230 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, in isNotificationAssociatedWithAnyUserInitiatedJobs() 253 int notificationId) { in isNotificationUsedForAnyUij() 275 int notificationId) { in maybeDeleteNotificationIdAssociation()
|
H A D | JobServiceContext.java | 303 public void setNotification(int jobId, int notificationId, in setNotification() 934 private void doSetNotification(JobCallback cb, int jodId, int notificationId, in doSetNotification()
|
H A D | JobConcurrencyManager.java | 1945 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, int userId, in isNotificationAssociatedWithAnyUserInitiatedJobs()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerInternal.java | 37 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown() 39 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification() 41 void removeUserInitiatedJobFlagFromNotification(String pkg, int notificationId, int userId); in removeUserInitiatedJobFlagFromNotification()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | NetInitiatedActivity.java | 50 private int notificationId = -1; field in NetInitiatedActivity
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/ |
H A D | IJobCallback.aidl | 119 void setNotification(int jobId, int notificationId, in setNotification()
|
H A D | JobService.java | 456 public final void setNotification(@NonNull JobParameters params, int notificationId, in setNotification()
|
H A D | JobServiceEngine.java | 494 public void setNotification(@NonNull JobParameters params, int notificationId, in setNotification()
|
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/ |
H A D | JobSchedulerInternal.java | 69 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, in isNotificationAssociatedWithAnyUserInitiatedJobs()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | BiometricNotificationService.java | 212 CharSequence name, int notificationId) { in showNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A 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()
|
H A D | AppRestrictionController.java | 576 int notificationId) { in setNotificationId() 2569 int notificationId = settings.getNotificationId(notificationType); in getNotificationIdIfNecessary() local 2588 int notificationId = getNotificationIdIfNecessary(notificationType, packageName, uid); in postNotificationIfNecessary() local 2606 void postNotification(int notificationId, String packageName, int uid, String title, in postNotification() 2657 final int notificationId = in cancelRequestBgRestrictedIfNecessary() local 2671 final int notificationId = in cancelLongRunningFGSNotificationIfNecessary() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | BackgroundRestrictionTest.java | 635 final int notificationId = 1000; in testBgCurrentDrainMonitor() local 1240 int notificationId = checkNotificationShown( in testLongFGSMonitor() local 1646 final int notificationId = 1000; in runExemptionTestOnce() local 2603 final int[] notificationId = new int[packageName.length]; in checkNotificationShown() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/net/ |
H A D | NetworkPolicyManagerService.java | 1531 final NotificationId notificationId = beforeNotifs.valueAt(i); local 1632 final NotificationId notificationId = new NotificationId(policy, type); in enqueueNotification() local 1751 private void cancelNotification(NotificationId notificationId) { in cancelNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 287 void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification() 938 public void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse() 1247 void reportNiNotification(int notificationId, int niType, int notifyFlags, in reportNiNotification() 1491 protected void sendNiResponse(int notificationId, int userResponse) { in sendNiResponse() 1651 private static native void native_send_ni_response(int notificationId, int userResponse); in native_send_ni_response()
|
/aosp14/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 128 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverStateMachine.java | 899 private void hideNotification(int notificationId) { in hideNotification()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssLocationProvider.java | 1479 private void reportNiNotification(int notificationId, int niType, int notifyFlags, int timeout, in reportNiNotification() 1832 public void onReportNiNotification(int notificationId, int niType, int notifyFlags, in onReportNiNotification()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 689 protected void sendNiResponse(int notificationId, int userResponse) {} in sendNiResponse()
|
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/ |
H A D | SensorPrivacyService.java | 614 int notificationId; in showSensorUseReminderNotification() local
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |