Searched refs:mProxyLabel (Results 1 – 1 of 1) sorted by relevance
51 private final @Nullable CharSequence mProxyLabel; field in PermissionGroupUsage98 this.mProxyLabel = proxyLabel; in PermissionGroupUsage()176 return mProxyLabel; in getProxyLabel()200 "proxyLabel = " + mProxyLabel + ", " + in toString()226 && java.util.Objects.equals(mProxyLabel, that.mProxyLabel) in equals()245 _hash = 31 * _hash + java.util.Objects.hashCode(mProxyLabel); in hashCode()261 if (mProxyLabel != null) flg |= 0x100; in writeToParcel()269 if (mProxyLabel != null) dest.writeCharSequence(mProxyLabel); in writeToParcel()308 this.mProxyLabel = proxyLabel; in PermissionGroupUsage()