Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java264 public CharSequence operatorFriendlyName; field in ScanResult
457 operatorFriendlyName = source.operatorFriendlyName; in ScanResult()
535 dest.writeString((operatorFriendlyName != null) ? operatorFriendlyName.toString() : ""); in writeToParcel()
605 sr.operatorFriendlyName = in.readString();
/frameworks/base/api/
Dcurrent.txt24337 field public java.lang.CharSequence operatorFriendlyName;
Dtest-current.txt24406 field public java.lang.CharSequence operatorFriendlyName;
Dsystem-current.txt26566 field public java.lang.CharSequence operatorFriendlyName;