Searched refs:isHotspotTransient (Results 1 – 5 of 5) sorted by relevance
141 when(mHotspotController.isHotspotTransient()).thenReturn(false); in testIcon_whenDisabled_isOffState()153 when(mHotspotController.isHotspotTransient()).thenReturn(true); in testIcon_whenTransient_isSearchState()165 when(mHotspotController.isHotspotTransient()).thenReturn(false); in testIcon_whenEnabled_isOnState()
24 boolean isHotspotTransient(); in isHotspotTransient() method
200 public boolean isHotspotTransient() { in isHotspotTransient() method in HotspotControllerImpl
34 public boolean isHotspotTransient() { in isHotspotTransient() method in FakeHotspotController
135 final boolean isTransient = transientEnabling || mHotspotController.isHotspotTransient(); in handleUpdateState()