Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/perf/
DEventNames.java34 FETCH_EPG_TASK,
45 public static final String FETCH_EPG_TASK = "FetchEpgTask"; field in EventNames
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java718 mPerformanceMonitor.stopTimer(mTimerEvent, EventNames.FETCH_EPG_TASK); in onPostExecute()
719 mPerformanceMonitor.recordMemory(EventNames.FETCH_EPG_TASK); in onPostExecute()