Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DHotspotControllerImplTest.java143 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_default()
150 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()
155 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHotspotControllerImpl.java112 public boolean isHotspotSupported() { in isHotspotSupported() method in HotspotControllerImpl
119 pw.print(" available="); pw.println(isHotspotSupported()); in dump()
240 callback.onHotspotAvailabilityChanged(isHotspotSupported()); in fireHotspotAvailabilityChanged()
DHotspotController.java27 boolean isHotspotSupported(); in isHotspotSupported() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeHotspotController.java44 public boolean isHotspotSupported() { in isHotspotSupported() method in FakeHotspotController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java59 return mHotspotController.isHotspotSupported(); in isAvailable()