Searched refs:mForegroundServiceType (Results 1 – 5 of 5) sorted by relevance
632 public @ForegroundServiceType int mForegroundServiceType = FOREGROUND_SERVICE_TYPE_NONE; field in ServiceInfo641 mForegroundServiceType = orig.mForegroundServiceType; in ServiceInfo()649 return mForegroundServiceType; in getForegroundServiceType()724 dest.writeInt(mForegroundServiceType); in writeToParcel()741 mForegroundServiceType = source.readInt(); in ServiceInfo()
5453 s.info.mForegroundServiceType = sa.getInt( in parseService()
405 si.mForegroundServiceType = s.getForegroundServiceType(); in generateServiceInfo()
655 si.mForegroundServiceType = s.getForegroundServiceType(); in generateServiceInfo()
4825 sInfo.mForegroundServiceType = fgsDelegateOptions.mForegroundServiceTypes; in retrieveServiceLocked()