Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java92 private String[] mAaaServerTrustedNames = null; field in PasspointConfiguration
100 mAaaServerTrustedNames = aaaServerTrustedNames; in setAaaServerTrustedNames()
109 return mAaaServerTrustedNames; in getAaaServerTrustedNames()
573 mAaaServerTrustedNames = source.mAaaServerTrustedNames; in PasspointConfiguration()
601 dest.writeStringArray(mAaaServerTrustedNames); in writeToParcel()
622 && (mAaaServerTrustedNames == null ? that.mAaaServerTrustedNames == null in equals()
623 : Arrays.equals(mAaaServerTrustedNames, that.mAaaServerTrustedNames)) in equals()
700 if (mAaaServerTrustedNames != null) { in toString()
702 .append(String.join(";", mAaaServerTrustedNames)).append("\n"); in toString()