Searched refs:mForegroundServiceTypes (Results 1 – 3 of 3) sorted by relevance
87 public final int mForegroundServiceTypes; field in ForegroundServiceDelegationOptions109 mForegroundServiceTypes = foregroundServiceTypes; in ForegroundServiceDelegationOptions()208 int mForegroundServiceTypes; // The foreground service types it consists of field in ForegroundServiceDelegationOptions.Builder271 mForegroundServiceTypes = foregroundServiceTypes; in setForegroundServiceTypes()293 mForegroundServiceTypes, in build()
638 private int mForegroundServiceTypes; field in AppFGSTracker.PackageDurations657 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()
4267 sInfo.mForegroundServiceType = fgsDelegateOptions.mForegroundServiceTypes; in retrieveServiceLocked()8414 r.foregroundServiceType = options.mForegroundServiceTypes; in startForegroundServiceDelegateLocked()