Searched refs:mForegroundServiceType (Results 1 – 4 of 4) sorted by relevance
572 public @ForegroundServiceType int mForegroundServiceType = FOREGROUND_SERVICE_TYPE_NONE; field in ServiceInfo581 mForegroundServiceType = orig.mForegroundServiceType; in ServiceInfo()589 return mForegroundServiceType; in getForegroundServiceType()662 dest.writeInt(mForegroundServiceType); in writeToParcel()679 mForegroundServiceType = source.readInt(); in ServiceInfo()
5453 s.info.mForegroundServiceType = sa.getInt( in parseService()
600 si.mForegroundServiceType = s.getForegroundServiceType(); in generateServiceInfo()
4267 sInfo.mForegroundServiceType = fgsDelegateOptions.mForegroundServiceTypes; in retrieveServiceLocked()