Home
last modified time | relevance | path

Searched refs:mInformation (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DUriParserResults.java66 @Nullable private String mInformation; field in UriParserResults
83 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()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DAdbQrCode.java62 private String mInformation; field in AdbQrCode
122 mInformation = getValueOrNull(keyValueList, PREFIX_DPP_INFORMATION); in parseWifiDppQrCode()
216 return mInformation; in getInformation()