Searched refs:mOffloadType (Results 1 – 2 of 2) sorted by relevance
55 private final long mOffloadType; field in OffloadServiceInfo81 mOffloadType = offloadType; in OffloadServiceInfo()98 mOffloadType = in.readLong(); in OffloadServiceInfo()108 dest.writeLong(mOffloadType); in writeToParcel()194 return mOffloadType; in getOffloadType()218 mOffloadType, mSubtypes.toString()); in toString()226 return mPriority == that.mPriority && mOffloadType == that.mOffloadType in equals()237 mOffloadType, mSubtypes); in hashCode()
266 final long mOffloadType; field in NsdService.OffloadEngineInfo274 this.mOffloadType = offloadType; in OffloadEngineInfo()2173 || ((offloadEngineInfo.mOffloadType in sendOffloadServiceInfosUpdate()