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

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointPolicy.java112 public boolean isHomeSp() { method in class:WifiPasspointPolicy
287 } else if (this.mIsHomeSp == true && another.isHomeSp() == false) {
291 } else if ((this.mIsHomeSp == true && another.isHomeSp() == true)) {
319 } else if ((this.mIsHomeSp == false && another.isHomeSp() == false)) {

Completed in 15 milliseconds