Searched refs:mAaaServerTrustedNames (Results 1 – 1 of 1) sorted by relevance
100 private String[] mAaaServerTrustedNames = null; field in PasspointConfiguration108 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()