Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DTimeShiftManager.java110 private static final int MSG_GET_CURRENT_POSITION = 1000; field in TimeShiftManager
688 mHandler.removeMessages(MSG_GET_CURRENT_POSITION); in onAvailabilityChanged()
698 MSG_GET_CURRENT_POSITION, REQUEST_CURRENT_POSITION_INTERVAL); in onAvailabilityChanged()
750 MSG_GET_CURRENT_POSITION, REQUEST_CURRENT_POSITION_INTERVAL); in handleGetCurrentPosition()
1409 case MSG_GET_CURRENT_POSITION: in handleMessage()