Searched refs:isHotspotOn (Results 1 – 4 of 4) sorted by relevance
121 boolean isHotspotOn(); in isHotspotOn() method
69 assertTrue(mSettingHelper.get().isHotspotOn()); in testTurnOnOffHotspot()
84 assertFalse("Hotspot is not disabled", mSettingHelper.get().isHotspotOn()); in testRestrictedNetworkSettings()
201 boolean isOn = isHotspotOn(); in turnOnOffHotspot()219 public boolean isHotspotOn() { in isHotspotOn() method in SettingHelperImpl