Searched refs:mImplementor (Results 1 – 2 of 2) sorted by relevance
208 private final String mImplementor; field in RadioManager.ModuleProperties235 mImplementor = implementor; in ModuleProperties()292 return mImplementor; in getImplementor()431 mImplementor = in.readString(); in ModuleProperties()467 dest.writeString(mImplementor); in writeToParcel()493 + ", mImplementor=" + mImplementor + ", mProduct=" + mProduct in toString()505 return Objects.hash(mId, mServiceName, mClassId, mImplementor, mProduct, mVersion, in hashCode()519 if (!Objects.equals(mImplementor, other.mImplementor)) return false; in equals()
121 private final String mImplementor; field in SoundTrigger.ModuleProperties151 this.mImplementor = requireNonNull(implementor); in ModuleProperties()176 return mImplementor; in getImplementor()336 if (!mImplementor.equals(other.mImplementor)) { in equals()389 result = prime * result + mImplementor.hashCode(); in hashCode()