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.java102 private static final int MSG_GET_CURRENT_POSITION = 1000; field in TimeShiftManager
677 mHandler.removeMessages(MSG_GET_CURRENT_POSITION); in onAvailabilityChanged()
682 mHandler.sendEmptyMessageDelayed(MSG_GET_CURRENT_POSITION, in onAvailabilityChanged()
727 mHandler.sendEmptyMessageDelayed(MSG_GET_CURRENT_POSITION, in handleGetCurrentPosition()
1367 case MSG_GET_CURRENT_POSITION: in handleMessage()