Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/tether/
DWifiTetherSwitchBarController.java116 if (!isWifiApActivated()) return; in stopTether()
123 if (isWifiApActivated()) return; in startTether()
130 private boolean isWifiApActivated() { in isWifiApActivated() method in WifiTetherSwitchBarController