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