Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java60 import com.android.tv.perf.EventNames;
340 EventNames.PROGRAM_GUIDE_SCROLL_VERTICALLY); in ProgramGuide()
343 EventNames.PROGRAM_GUIDE_SCROLL_VERTICALLY); in ProgramGuide()
362 EventNames.PROGRAM_GUIDE_SCROLL_HORIZONTALLY); in ProgramGuide()
365 EventNames.PROGRAM_GUIDE_SCROLL_HORIZONTALLY); in ProgramGuide()
384 mTimerEvent, EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
387 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
408 mTimerEvent, EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
411 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
424 mPerformanceMonitor.recordMemory(EventNames.MEMORY_ON_PROGRAM_GUIDE_CLOSE); in ProgramGuide()
[all …]
/packages/apps/TV/src/com/android/tv/perf/
DEventNames.java30 public final class EventNames { class
62 private EventNames() {} in EventNames() method in EventNames
DPerformanceMonitor.java19 import static com.android.tv.perf.EventNames.EventName;
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java36 import com.android.tv.perf.EventNames;
161 mPerformanceMonitor.stopTimer(queryTimer, EventNames.ON_DEVICE_SEARCH); in query()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java41 import com.android.tv.perf.EventNames;
611 EventNames.PROGRAM_DATA_MANAGER_PROGRAMS_PREFETCH_TASK_DO_IN_BACKGROUND); in doInBackground()
644 EventNames.PROGRAM_GUIDE_SHOW_FROM_EMPTY_CACHE); in onPostExecute()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java58 import com.android.tv.perf.EventNames;
738 mPerformanceMonitor.stopTimer(mTimerEvent, EventNames.FETCH_EPG_TASK); in onPostExecute()
739 mPerformanceMonitor.recordMemory(EventNames.FETCH_EPG_TASK); in onPostExecute()