Home
last modified time | relevance | path

Searched refs:mActivationListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DDoubleTapHelperTest.java55 @Mock private DoubleTapHelper.ActivationListener mActivationListener; field in DoubleTapHelperTest
73 mActivationListener, in setup()
110 verify(mActivationListener).onActiveChanged(true); in testDoubleTap_success()
146 verify(mActivationListener).onActiveChanged(true); in testSingleTap_timeout()
149 verify(mActivationListener).onActiveChanged(true); in testSingleTap_timeout()
175 verify(mActivationListener, never()).onActiveChanged(true); in testSingleTap_slop()
214 verify(mActivationListener).onActiveChanged(true); in testDoubleTap_slop()
220 verify(mActivationListener).onActiveChanged(false); in testDoubleTap_slop()
263 verify(mActivationListener, never()).onActiveChanged(true); in testSlideBack()
264 verify(mActivationListener, never()).onActiveChanged(false); in testSlideBack()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDoubleTapHelper.java33 private final ActivationListener mActivationListener; field in DoubleTapHelper
58 mActivationListener = activationListener; in DoubleTapHelper()
130 mActivationListener.onActiveChanged(true); in makeActive()
137 mActivationListener.onActiveChanged(false); in makeInactive()