Searched refs:mForegroundServiceType (Results 1 – 2 of 2) sorted by relevance
179 public @ForegroundServiceType int mForegroundServiceType = FOREGROUND_SERVICE_TYPE_NONE; field in ServiceInfo188 mForegroundServiceType = orig.mForegroundServiceType; in ServiceInfo()196 return mForegroundServiceType; in getForegroundServiceType()225 dest.writeInt(mForegroundServiceType); in writeToParcel()242 mForegroundServiceType = source.readInt(); in ServiceInfo()
5480 s.info.mForegroundServiceType = sa.getInt( in parseService()