Searched refs:isWifi (Results 1 – 6 of 6) sorted by relevance
268 assertFalse(mConnectionUT.isWifi()); in testSetWifiDeprecated()274 assertTrue(mConnectionUT.isWifi()); in testSetWifiDeprecated()281 assertFalse(mConnectionUT.isWifi()); in testSetWifi()287 assertTrue(mConnectionUT.isWifi()); in testSetWifi()294 assertFalse(mConnectionUT.isWifi()); in testSetWifi2()302 assertTrue(mConnectionUT.isWifi()); in testSetWifi2()
508 boolean isWifi = networkCapabilities.hasTransport(NetworkCapabilities.TRANSPORT_WIFI) && in ignoreWifiUnvalidationPenalty()511 return isWifi && !avoidBadWifi && everValidated; in ignoreWifiUnvalidationPenalty()
168 public boolean isWifi(String iface) { in isWifi() method in TetheringConfiguration
520 if (cfg.isWifi(iface)) { in ifaceNameToType()871 } else if (cfg.isWifi(iface)) { in sendTetherStateChangedBroadcast()
934 public boolean isWifi() { in isWifi() method in Connection
5694 HSPLcom/android/server/connectivity/tethering/TetheringConfiguration;->isWifi(Ljava/lang/String;)Z