Searched refs:mAaaServerTrustedNames (Results 1 – 1 of 1) sorted by relevance
136 private String[] mAaaServerTrustedNames = null; field in PasspointConfiguration144 mAaaServerTrustedNames = aaaServerTrustedNames; in setAaaServerTrustedNames()153 return mAaaServerTrustedNames; in getAaaServerTrustedNames()769 mAaaServerTrustedNames = source.mAaaServerTrustedNames; in PasspointConfiguration()804 dest.writeStringArray(mAaaServerTrustedNames); in writeToParcel()832 && (mAaaServerTrustedNames == null ? that.mAaaServerTrustedNames == null in equals()833 : Arrays.equals(mAaaServerTrustedNames, that.mAaaServerTrustedNames)) in equals()920 if (mAaaServerTrustedNames != null) { in toString()922 .append(String.join(";", mAaaServerTrustedNames)).append("\n"); in toString()1010 if (mAaaServerTrustedNames != null) { in validateForCommonR1andR2()[all …]