Searched refs:NOT_FOREGROUND_SERVICE (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManagerInternal.java | 72 NOT_FOREGROUND_SERVICE, enumConstant
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 21 import static android.app.ActivityManagerInternal.ServiceNotificationPolicy.NOT_FOREGROUND_SERVICE; 2237 .thenReturn(NOT_FOREGROUND_SERVICE); in testCancelAllNotifications_FgsFlag_NoFgs_Allowed() 9441 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 10188 .thenReturn(NOT_FOREGROUND_SERVICE); 11353 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11438 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11566 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11583 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11609 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11629 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActiveServices.java | 2776 return ServiceNotificationPolicy.NOT_FOREGROUND_SERVICE; in applyForegroundServiceNotificationLocked() 2788 return ServiceNotificationPolicy.NOT_FOREGROUND_SERVICE; in applyForegroundServiceNotificationLocked() 2832 return ServiceNotificationPolicy.NOT_FOREGROUND_SERVICE; in applyForegroundServiceNotificationLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 20 import static android.app.ActivityManagerInternal.ServiceNotificationPolicy.NOT_FOREGROUND_SERVICE; 6948 if (notification.isForegroundService() && fgsPolicy == NOT_FOREGROUND_SERVICE) {
|