Searched refs:isHotspotOn (Results 1 – 4 of 4) sorted by relevance
121 boolean isHotspotOn(); in isHotspotOn() method
66 assertTrue(mSettingHelper.get().isHotspotOn()); in testTurnOnOffHotspot()
82 Boolean currentHotspotState = mSettingHelper.get().isHotspotOn(); in testRestrictedNetworkSettings()84 Boolean newHotspotState = mSettingHelper.get().isHotspotOn(); in testRestrictedNetworkSettings()
161 boolean isOn = isHotspotOn(); in turnOnOffHotspot()188 public boolean isHotspotOn() { in isHotspotOn() method in SettingHelperImpl