Searched refs:logHandleSecondaryClick (Results 1 – 3 of 3) sorted by relevance
248 inOrder.verify(mQsLogger).logHandleSecondaryClick(SPEC, 0); in testHandleSecondaryClick_log()249 inOrder.verify(mQsLogger).logHandleSecondaryClick(SPEC, 1); in testHandleSecondaryClick_log()251 inOrder.verify(mQsLogger).logHandleSecondaryClick(SPEC, 2); in testHandleSecondaryClick_log()
145 fun logHandleSecondaryClick(tileSpec: String, eventId: Int) { in <lambda>() method
601 mQSLogger.logHandleSecondaryClick(mTileSpec, msg.arg1); in handleMessage()