/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordLoggerTest.java | 141 assertFalse(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService() 145 assertTrue(NotificationRecordLogger.isForegroundService(p.r)); in testIsForegroundService()
|
H A D | NotificationManagerServiceTest.java | 11440 assertFalse(n.isForegroundService());
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ColorizedFgsCoordinator.java | 70 return notification.isForegroundService()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | MetricsHelper.java | 70 && a.operation.isForegroundService())), in registerPuller()
|
H A D | AlarmManagerService.java | 4358 && (alarm.operation.isActivity() || alarm.operation.isForegroundService())) { in isExemptFromBatterySaver()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordLogger.java | 529 this.is_foreground_service = NotificationRecordLogger.isForegroundService(p.r); in NotificationReported() 569 static boolean isForegroundService(@NonNull NotificationRecord r) { in isForegroundService() method
|
H A D | NotificationRecord.java | 975 public boolean isForegroundService() { in isForegroundService() method in NotificationRecord
|
H A D | NotificationManagerService.java | 3190 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 D | HighPriorityProviderTest.java | 175 when(notification.isForegroundService()).thenReturn(true); in lowImportanceForeground()
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaButtonReceiverHolder.java | 288 } else if (pendingIntent.isForegroundService() || pendingIntent.isService()) { in getComponentType()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImpl.java | 613 if (notification.isForegroundService()) { in shouldSuppressHeadsUpWhenAwakeForOldWhen()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | PendingIntent.java | 1332 public boolean isForegroundService() { in isForegroundService() method in PendingIntent
|
H A D | ActivityManager.java | 1081 public static boolean isForegroundService(int procState) { in isForegroundService() method in ActivityManager
|
H A D | Notification.java | 6910 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 D | BatteryStatsImpl.java | 10483 (ActivityManager.isForegroundService(procState)); in updateUidProcessStateLocked()
|
/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 ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2312 HSPLandroid/app/Notification;->isForegroundService()Z
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7938 Landroid/app/Notification;->isForegroundService()Z 8168 Landroid/app/PendingIntent;->isForegroundService()Z
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2312 HSPLandroid/app/Notification;->isForegroundService()Z
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6928 method public boolean isForegroundService();
|