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.java156 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_default()
163 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()
168 assertTrue(mController.isHotspotSupported()); in testHotspotSupported_rightConditions()
201 assertFalse(controller.isHotspotSupported()); in testHotspotSupported_resource_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHotspotControllerImpl.java129 public boolean isHotspotSupported() { in isHotspotSupported() method in HotspotControllerImpl
136 pw.print(" available="); pw.println(isHotspotSupported()); in dump()
258 callback.onHotspotAvailabilityChanged(isHotspotSupported()); in fireHotspotAvailabilityChanged()
DHotspotController.java27 boolean isHotspotSupported(); in isHotspotSupported() method
/frameworks/base/packages/SystemUI/tests/utils/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.java86 return mHotspotController.isHotspotSupported(); in isAvailable()