Lines Matching refs:mLabel
486 private final CharSequence mLabel; field in PhoneAccount
507 Objects.equals(mLabel, that.mLabel) && in equals()
517 mHighlightColor, mLabel, mShortDescription, mSupportedUriSchemes, in hashCode()
533 private CharSequence mLabel; field in PhoneAccount.Builder
551 this.mLabel = label; in Builder()
566 mLabel = phoneAccount.getLabel(); in Builder()
589 this.mLabel = label; in setLabel()
807 mLabel, in build()
837 mLabel = label; in PhoneAccount()
931 return mLabel; in getLabel()
1084 out.writeCharSequence(mLabel); in writeToParcel()
1131 mLabel = in.readCharSequence(); in PhoneAccount()