Searched refs:mRegistrationType (Results 1 – 4 of 4) sorted by relevance
27 private final int mRegistrationType; field in MeasurementRegistrationResponseStats42 mRegistrationType = builder.mRegistrationType; in MeasurementRegistrationResponseStats()62 && mRegistrationType == that.mRegistrationType in equals()80 mRegistrationType, in hashCode()100 + mRegistrationType in toString()131 return mRegistrationType; in getRegistrationType()182 private final int mRegistrationType; field in MeasurementRegistrationResponseStats.Builder209 mRegistrationType = registrationType; in Builder()
31 private int mRegistrationType; field in MeasurementOdpRegistrationStats44 && mRegistrationType == measurementOdpRegistrationStats.getRegistrationType() in equals()50 return Objects.hash(mCode, mRegistrationType, mRegistrationStatus); in hashCode()58 return mRegistrationType; in getRegistrationType()82 mBuilding.mRegistrationType = registrationType; in setRegistrationType()
54 @RegistrationType private final int mRegistrationType; field in RegistrationRequest64 mRegistrationType = builder.mRegistrationType; in RegistrationRequest()78 mRegistrationType = in.readInt(); in RegistrationRequest()125 out.writeInt(mRegistrationType); in writeToParcel()148 return mRegistrationType; in getRegistrationType()197 @RegistrationType private final int mRegistrationType; field in RegistrationRequest.Builder233 mRegistrationType = type; in Builder()273 if (mRegistrationType != REGISTER_SOURCE && mRegistrationType != REGISTER_TRIGGER) { in build()
58 private RegistrationType mRegistrationType; field in OdpRegistrationStatus67 mRegistrationType = registrationType; in OdpRegistrationStatus()73 return mRegistrationType; in getRegistrationType()78 mRegistrationType = type; in setRegistrationType()