Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHotspotController.java23 boolean isHotspotSupported(); in isHotspotSupported() method
DHotspotControllerImpl.java95 public boolean isHotspotSupported() { in isHotspotSupported() method in HotspotControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DHotspotTile.java91 state.visible = mController.isHotspotSupported() && mUsageTracker.isRecentlyUsed(); in handleUpdateState()