Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java163 verify(mQsLogger).logTileClick(eq(SPEC), eq(StatusBarState.SHADE), eq(Tile.STATE_ACTIVE), in testClick_log()
176 inOrder.verify(mQsLogger).logTileClick(eq(SPEC), anyInt(), anyInt(), eq(0)); in testHandleClick_log()
177 inOrder.verify(mQsLogger).logTileClick(eq(SPEC), anyInt(), anyInt(), eq(1)); in testHandleClick_log()
180 inOrder.verify(mQsLogger).logTileClick(eq(SPEC), anyInt(), anyInt(), eq(2)); in testHandleClick_log()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/logging/
H A DQSLogger.kt99 fun logTileClick(tileSpec: String, statusBarState: Int, state: Int, eventId: Int) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java304 mQSLogger.logTileClick(mTileSpec, mStatusBarStateController.getState(), mState.state, in click()