Searched refs:isHotspotSupported (Results 1 – 5 of 5) sorted by relevance
143 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_default()150 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()155 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()
112 public boolean isHotspotSupported() { in isHotspotSupported() method in HotspotControllerImpl119 pw.print(" available="); pw.println(isHotspotSupported()); in dump()240 callback.onHotspotAvailabilityChanged(isHotspotSupported()); in fireHotspotAvailabilityChanged()
27 boolean isHotspotSupported(); in isHotspotSupported() method
44 public boolean isHotspotSupported() { in isHotspotSupported() method in FakeHotspotController
59 return mHotspotController.isHotspotSupported(); in isAvailable()