Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java100 private String[] mAaaServerTrustedNames = null; field in PasspointConfiguration
108 mAaaServerTrustedNames = aaaServerTrustedNames; in setAaaServerTrustedNames()
117 return mAaaServerTrustedNames; in getAaaServerTrustedNames()
708 mAaaServerTrustedNames = source.mAaaServerTrustedNames; in PasspointConfiguration()
742 dest.writeStringArray(mAaaServerTrustedNames); in writeToParcel()
769 && (mAaaServerTrustedNames == null ? that.mAaaServerTrustedNames == null in equals()
770 : Arrays.equals(mAaaServerTrustedNames, that.mAaaServerTrustedNames)) in equals()
854 if (mAaaServerTrustedNames != null) { in toString()
856 .append(String.join(";", mAaaServerTrustedNames)).append("\n"); in toString()