Searched refs:isNetworkSwitchEnabled (Results 1 – 3 of 3) sorted by relevance
63 if (!mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)) { in testHotspotName()71 assertFalse("Hotspot is enabled", mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)); in testHotspotName()94 if (!mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)) { in testWifiAndHotspotEnabledTogether()99 "Hotspot is not enabled", mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)); in testWifiAndHotspotEnabledTogether()112 if (!mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)) { in testNetworkAndinternetSettings()117 "Hotspot is not enabled", mStatusBarHelper.get().isNetworkSwitchEnabled(HOTSPOT)); in testNetworkAndinternetSettings()
161 boolean isNetworkSwitchEnabled(String target); in isNetworkSwitchEnabled() method
216 public boolean isNetworkSwitchEnabled(String target) { in isNetworkSwitchEnabled() method in StatusBarHelperImpl