Searched refs:mAttributionLabel (Results 1 – 1 of 1) sorted by relevance
50 private final @Nullable CharSequence mAttributionLabel; field in PermissionGroupUsage97 this.mAttributionLabel = attributionLabel; in PermissionGroupUsage()168 return mAttributionLabel; in getAttributionLabel()199 "attributionLabel = " + mAttributionLabel + ", " + in toString()225 && java.util.Objects.equals(mAttributionLabel, that.mAttributionLabel) in equals()244 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionLabel); in hashCode()260 if (mAttributionLabel != null) flg |= 0x80; in writeToParcel()268 if (mAttributionLabel != null) dest.writeCharSequence(mAttributionLabel); in writeToParcel()307 this.mAttributionLabel = attributionLabel; in PermissionGroupUsage()