Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java96 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 DJobNotificationCoordinator.java88 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 DJobServiceContext.java303 public void setNotification(int jobId, int notificationId, in setNotification()
934 private void doSetNotification(JobCallback cb, int jodId, int notificationId, in doSetNotification()
H A DJobConcurrencyManager.java1945 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, int userId, in isNotificationAssociatedWithAnyUserInitiatedJobs()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java37 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 DNetInitiatedActivity.java50 private int notificationId = -1; field in NetInitiatedActivity
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DIJobCallback.aidl119 void setNotification(int jobId, int notificationId, in setNotification()
H A DJobService.java456 public final void setNotification(@NonNull JobParameters params, int notificationId, in setNotification()
H A DJobServiceEngine.java494 public void setNotification(@NonNull JobParameters params, int notificationId, in setNotification()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/
H A DJobSchedulerInternal.java69 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, in isNotificationAssociatedWithAnyUserInitiatedJobs()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationService.java212 CharSequence name, int notificationId) { in showNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A 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()
H A DAppRestrictionController.java576 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 DBackgroundRestrictionTest.java635 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 DNetworkPolicyManagerService.java1531 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 DGnssNative.java287 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 DGpsNetInitiatedHandler.java128 public int notificationId; field in GpsNetInitiatedHandler.GpsNiNotification
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java899 private void hideNotification(int notificationId) { in hideNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1479 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 DFakeGnssHal.java689 protected void sendNiResponse(int notificationId, int userResponse) {} in sendNiResponse()
/aosp14/frameworks/base/services/core/java/com/android/server/sensorprivacy/
H A DSensorPrivacyService.java614 int notificationId; in showSensorUseReminderNotification() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...