Searched refs:mForegroundServiceType (Results 1 – 3 of 3) sorted by relevance
204 public @ForegroundServiceType int mForegroundServiceType = FOREGROUND_SERVICE_TYPE_NONE; field in ServiceInfo213 mForegroundServiceType = orig.mForegroundServiceType; in ServiceInfo()221 return mForegroundServiceType; in getForegroundServiceType()250 dest.writeInt(mForegroundServiceType); in writeToParcel()267 mForegroundServiceType = source.readInt(); in ServiceInfo()
5397 s.info.mForegroundServiceType = sa.getInt( in parseService()
556 si.mForegroundServiceType = s.getForegroundServiceType(); in generateServiceInfoUnchecked()