Searched refs:mPerformanceMonitor (Results 1 – 10 of 10) sorted by relevance
163 private final PerformanceMonitor mPerformanceMonitor; field in ProgramGuide192 mPerformanceMonitor = singletons.getPerformanceMonitor(); in ProgramGuide()344 mPerformanceMonitor.startJankRecorder( in ProgramGuide()347 mPerformanceMonitor.stopJankRecorder( in ProgramGuide()366 mPerformanceMonitor.startJankRecorder( in ProgramGuide()369 mPerformanceMonitor.stopJankRecorder( in ProgramGuide()388 mPerformanceMonitor.stopTimer( in ProgramGuide()392 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()412 mPerformanceMonitor.stopTimer( in ProgramGuide()416 mPerformanceMonitor.stopJankRecorder(EventNames.PROGRAM_GUIDE_SHOW); in ProgramGuide()[all …]
60 private PerformanceMonitor mPerformanceMonitor; field in MockTvSingletons166 return mPerformanceMonitor != null ? mPerformanceMonitor : mApp.getPerformanceMonitor(); in getPerformanceMonitor()170 mPerformanceMonitor = performanceMonitor; in setPerformanceMonitor()
52 @Inject PerformanceMonitor mPerformanceMonitor; field in LiveTvApplication70 return mPerformanceMonitor; in getPerformanceMonitor()
119 private final PerformanceMonitor mPerformanceMonitor; field in ProgramDataManager186 mPerformanceMonitor = performanceMonitor; in ProgramDataManager()592 mFromEmptyCacheTimeEvent = mPerformanceMonitor.startTimer(); in onPreExecute()598 TimerEvent asyncTimeEvent = mPerformanceMonitor.startTimer(); in doInBackground()682 mPerformanceMonitor.stopTimer( in doInBackground()712 mPerformanceMonitor.stopTimer( in onPostExecute()
42 @Inject PerformanceMonitor mPerformanceMonitor; field in DeveloperOptionFragment111 mPerformanceMonitor.startPerformanceMonitorEventDebugActivity( in getItemList()
132 @Inject PerformanceMonitor mPerformanceMonitor; field in TvApplication143 mPerformanceMonitor.startMemoryMonitor(); in onCreate()144 mPerformanceMonitor.startCrashMonitor(); in onCreate()343 return mPerformanceMonitor; in getPerformanceMonitor()
90 @Inject PerformanceMonitor mPerformanceMonitor; field in LocalSearchProvider121 TimerEvent queryTimer = mPerformanceMonitor.startTimer(); in query()173 mPerformanceMonitor.stopTimer(queryTimer, EventNames.ON_DEVICE_SEARCH); in query()
126 private final PerformanceMonitor mPerformanceMonitor; field in EpgFetcherImpl154 mPerformanceMonitor = performanceMonitor; in EpgFetcherImpl()544 mTimerEvent = mPerformanceMonitor.startTimer(); in onPreExecute()718 mPerformanceMonitor.stopTimer(mTimerEvent, EventNames.FETCH_EPG_TASK); in onPostExecute()719 mPerformanceMonitor.recordMemory(EventNames.FETCH_EPG_TASK); in onPostExecute()
79 private final PerformanceMonitor mPerformanceMonitor = new StubPerformanceMonitor(); field in TestSingletonApp204 return mPerformanceMonitor; in getPerformanceMonitor()
130 private PerformanceMonitor mPerformanceMonitor = new StubPerformanceMonitor(); field in EpgFetcherImplTest172 mPerformanceMonitor, in setup()