Home
last modified time | relevance | path

Searched refs:mForegroundServiceTypes (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DForegroundServiceDelegationOptions.java87 public final int mForegroundServiceTypes; field in ForegroundServiceDelegationOptions
109 mForegroundServiceTypes = foregroundServiceTypes; in ForegroundServiceDelegationOptions()
208 int mForegroundServiceTypes; // The foreground service types it consists of field in ForegroundServiceDelegationOptions.Builder
271 mForegroundServiceTypes = foregroundServiceTypes; in setForegroundServiceTypes()
293 mForegroundServiceTypes, in build()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppFGSTracker.java638 private int mForegroundServiceTypes; field in AppFGSTracker.PackageDurations
657 mForegroundServiceTypes = other.mForegroundServiceTypes; in PackageDurations()
670 if (!startFgs && mForegroundServiceTypes != FOREGROUND_SERVICE_TYPE_NONE) { in addEvent()
682 mForegroundServiceTypes = FOREGROUND_SERVICE_TYPE_NONE; in addEvent()
690 if (serviceTypes == mForegroundServiceTypes || !hasForegroundServices()) { in setForegroundServiceType()
694 int changes = serviceTypes ^ mForegroundServiceTypes; in setForegroundServiceType()
718 mForegroundServiceTypes = serviceTypes; in setForegroundServiceType()
H A DActiveServices.java4267 sInfo.mForegroundServiceType = fgsDelegateOptions.mForegroundServiceTypes; in retrieveServiceLocked()
8414 r.foregroundServiceType = options.mForegroundServiceTypes; in startForegroundServiceDelegateLocked()