Home
last modified time | relevance | path

Searched refs:isForegroundService (Results 1 – 20 of 20) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java141 assertFalse(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService()
145 assertTrue(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService()
H A DNotificationManagerServiceTest.java11440 assertFalse(n.isForegroundService());
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DColorizedFgsCoordinator.java70 return notification.isForegroundService()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DMetricsHelper.java70 && a.operation.isForegroundService())), in registerPuller()
H A DAlarmManagerService.java4358 && (alarm.operation.isActivity() || alarm.operation.isForegroundService())) { in isExemptFromBatterySaver()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java529 this.is_foreground_service = NotificationRecordLogger.isForegroundService(p.r); in NotificationReported()
569 static boolean isForegroundService(@NonNull NotificationRecord r) { in isForegroundService() method
H A DNotificationRecord.java975 public boolean isForegroundService() { in isForegroundService() method in NotificationRecord
H A DNotificationManagerService.java3190 if (r.isForegroundService()) {
6760 if (notification.isForegroundService()) {
6948 if (notification.isForegroundService() && fgsPolicy == NOT_FOREGROUND_SERVICE) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DHighPriorityProviderTest.java175 when(notification.isForegroundService()).thenReturn(true); in lowImportanceForeground()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java288 } else if (pendingIntent.isForegroundService() || pendingIntent.isService()) { in getComponentType()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java613 if (notification.isForegroundService()) { in shouldSuppressHeadsUpWhenAwakeForOldWhen()
/aosp14/frameworks/base/core/java/android/app/
H A DPendingIntent.java1332 public boolean isForegroundService() { in isForegroundService() method in PendingIntent
H A DActivityManager.java1081 public static boolean isForegroundService(int procState) { in isForegroundService() method in ActivityManager
H A DNotification.java6910 public boolean isForegroundService() { in isForegroundService() method in Notification.Builder
6929 return isForegroundService() || isUserInitiatedJob(); in isFgsOrUij()
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java10483 (ActivityManager.isForegroundService(procState)); in updateUidProcessStateLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt2312 HSPLandroid/app/Notification;->isForegroundService()Z
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7938 Landroid/app/Notification;->isForegroundService()Z
8168 Landroid/app/PendingIntent;->isForegroundService()Z
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt2312 HSPLandroid/app/Notification;->isForegroundService()Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6928 method public boolean isForegroundService();