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.java62 import com.android.tv.perf.EventNames;
345 EventNames.PROGRAM_GUIDE_SCROLL_VERTICALLY); in ProgramGuide()
348 EventNames.PROGRAM_GUIDE_SCROLL_VERTICALLY); in ProgramGuide()
367 EventNames.PROGRAM_GUIDE_SCROLL_HORIZONTALLY); in ProgramGuide()
370 EventNames.PROGRAM_GUIDE_SCROLL_HORIZONTALLY); in ProgramGuide()
389 mTimerEvent, EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
392 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
413 mTimerEvent, EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
416 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()
429 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;
173 mPerformanceMonitor.stopTimer(queryTimer, EventNames.ON_DEVICE_SEARCH); in query()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java43 import com.android.tv.perf.EventNames;
684 EventNames.PROGRAM_DATA_MANAGER_PROGRAMS_PREFETCH_TASK_DO_IN_BACKGROUND); in doInBackground()
714 EventNames.PROGRAM_GUIDE_SHOW_FROM_EMPTY_CACHE); in onPostExecute()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcherImpl.java61 import com.android.tv.perf.EventNames;
718 mPerformanceMonitor.stopTimer(mTimerEvent, EventNames.FETCH_EPG_TASK); in onPostExecute()
719 mPerformanceMonitor.recordMemory(EventNames.FETCH_EPG_TASK); in onPostExecute()