Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java240 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY); in play()
256 mTracker.sendTimeShiftAction(mLastActionId); in pause()
282 mTracker.sendTimeShiftAction(mLastActionId); in rewind()
299 mTracker.sendTimeShiftAction(mLastActionId); in fastForward()
325 mTracker.sendTimeShiftAction(mLastActionId); in jumpToPrevious()
350 mTracker.sendTimeShiftAction(mLastActionId); in jumpToNext()
772 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PLAY); in togglePlayPause()
775 mTracker.sendTimeShiftAction(TIME_SHIFT_ACTION_ID_PAUSE); in togglePlayPause()
/packages/apps/TV/src/com/android/tv/analytics/
DTracker.java223 void sendTimeShiftAction(@TimeShiftManager.TimeShiftActionId int actionId); in sendTimeShiftAction() method
DStubTracker.java123 public void sendTimeShiftAction(@TimeShiftManager.TimeShiftActionId int actionId) {} in sendTimeShiftAction() method in StubTracker