Searched refs:mLastActionId (Results 1 – 1 of 1) sorted by relevance
162 private int mLastActionId = 0; field in TimeShiftManager244 mLastActionId = TIME_SHIFT_ACTION_ID_PLAY; in play()258 mLastActionId = TIME_SHIFT_ACTION_ID_PAUSE; in pause()259 mTracker.sendTimeShiftAction(mLastActionId); in pause()284 mLastActionId = TIME_SHIFT_ACTION_ID_REWIND; in rewind()285 mTracker.sendTimeShiftAction(mLastActionId); in rewind()301 mLastActionId = TIME_SHIFT_ACTION_ID_FAST_FORWARD; in fastForward()302 mTracker.sendTimeShiftAction(mLastActionId); in fastForward()327 mLastActionId = TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS; in jumpToPrevious()328 mTracker.sendTimeShiftAction(mLastActionId); in jumpToPrevious()[all …]