Searched refs:operatorFriendlyName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DScanResult.java264 public CharSequence operatorFriendlyName; field in class:ScanResult
457 operatorFriendlyName = source.operatorFriendlyName;
535 dest.writeString((operatorFriendlyName != null) ? operatorFriendlyName.toString() : "");
605 sr.operatorFriendlyName = in.readString();

Completed in 339 milliseconds