Searched refs:mImplementor (Results 1 – 1 of 1) sorted by relevance
105 private final String mImplementor; field in RadioManager.ModuleProperties119 mImplementor = implementor; in ModuleProperties()149 return mImplementor; in getImplementor()211 mImplementor = in.readString(); in ModuleProperties()240 dest.writeString(mImplementor); in writeToParcel()258 + ", mImplementor=" + mImplementor + ", mProduct=" + mProduct in toString()272 result = prime * result + ((mImplementor == null) ? 0 : mImplementor.hashCode()); in hashCode()294 if (mImplementor == null) { in equals()297 } else if (!mImplementor.equals(other.getImplementor())) in equals()