Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tileimpl/
DQSTileImplTest.java285 verify(mQsLogger).logTileLongClick(eq(SPEC), eq(StatusBarState.SHADE), in testLongClick_log()
298 inOrder.verify(mQsLogger).logTileLongClick(eq(SPEC), anyInt(), anyInt(), eq(0)); in testHandleLongClick_log()
299 inOrder.verify(mQsLogger).logTileLongClick(eq(SPEC), anyInt(), anyInt(), eq(1)); in testHandleLongClick_log()
302 inOrder.verify(mQsLogger).logTileLongClick(eq(SPEC), anyInt(), anyInt(), eq(2)); in testHandleLongClick_log()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
DQSLogger.kt171 fun logTileLongClick(tileSpec: String, statusBarState: Int, state: Int, eventId: Int) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java331 mQSLogger.logTileLongClick(mTileSpec, mStatusBarStateController.getState(), mState.state, in longClick()