Searched refs:mInformation (Results 1 – 2 of 2) sorted by relevance
66 @Nullable private String mInformation; field in UriParserResults83 mInformation = information; in UriParserResults()122 return mInformation; in getInformation()154 dest.writeString(mInformation); in writeToParcel()185 sbuf.append(", mInformation= ").append(mInformation); in toString()198 && Objects.equals(mInformation, results.mInformation) in equals()209 mInformation, in hashCode()
62 private String mInformation; field in AdbQrCode122 mInformation = getValueOrNull(keyValueList, PREFIX_DPP_INFORMATION); in parseWifiDppQrCode()216 return mInformation; in getInformation()