Searched refs:PerformanceReport (Results 1 – 14 of 14) sorted by relevance
36 import com.android.dialer.performancereport.PerformanceReport;74 if (PerformanceReport.isRecording()) { in CallIntentBuilder()76 .setTimeSinceAppLaunch(PerformanceReport.getTimeSinceAppLaunch()) in CallIntentBuilder()77 .setTimeSinceFirstClick(PerformanceReport.getTimeSinceFirstClick()) in CallIntentBuilder()78 .addAllUiActionsSinceAppLaunch(PerformanceReport.getActions()) in CallIntentBuilder()79 .addAllUiActionTimestampsSinceAppLaunch(PerformanceReport.getActionTimestamps()) in CallIntentBuilder()80 .setStartingTabIndex(PerformanceReport.getStartingTabIndex()) in CallIntentBuilder()82 PerformanceReport.stopRecording(); in CallIntentBuilder()
34 import com.android.dialer.performancereport.PerformanceReport;149 if (PerformanceReport.isRecording()) { in build()151 .setTimeSinceAppLaunch(PerformanceReport.getTimeSinceAppLaunch()) in build()152 .setTimeSinceFirstClick(PerformanceReport.getTimeSinceFirstClick()) in build()153 .addAllUiActionsSinceAppLaunch(PerformanceReport.getActions()) in build()154 .addAllUiActionTimestampsSinceAppLaunch(PerformanceReport.getActionTimestamps()) in build()155 .setStartingTabIndex(PerformanceReport.getStartingTabIndex()) in build()157 PerformanceReport.stopRecording(); in build()
30 public final class PerformanceReport { class43 PerformanceReport.recordClick(UiAction.Type.SCROLL);58 private PerformanceReport() {} in PerformanceReport() method in PerformanceReport150 PerformanceReport.startingTabIndex = startingTabIndex; in setStartingTabIndex()154 PerformanceReport.ignoreActionOnce = ignoreActionOnce; in setIgnoreActionOnce()
30 import com.android.dialer.performancereport.PerformanceReport;77 PerformanceReport.recordClick(UiAction.Type.COPY_NUMBER_IN_CALL_DETAIL); in onClick()82 PerformanceReport.recordClick(UiAction.Type.EDIT_NUMBER_BEFORE_CALL_IN_CALL_DETAIL); in onClick()84 PerformanceReport.setIgnoreActionOnce(UiAction.Type.TEXT_CHANGE_WITH_INPUT); in onClick()
56 import com.android.dialer.performancereport.PerformanceReport;126 PerformanceReport.recordClick(UiAction.Type.CLOSE_CALL_DETAIL_WITH_CANCEL_BUTTON); in onCreate()144 if (!PerformanceReport.isRecording()) { in onResume()145 PerformanceReport.startRecording(); in onResume()213 PerformanceReport.logOnScrollStateChange(recyclerView); in setupRecyclerViewForEntries()223 PerformanceReport.recordClick(UiAction.Type.PRESS_ANDROID_BACK_BUTTON); in onBackPressed()
42 import com.android.dialer.performancereport.PerformanceReport;108 if (!PerformanceReport.isRecording()) { in onResume()109 PerformanceReport.startRecording(); in onResume()158 PerformanceReport.recordClick(UiAction.Type.CLOSE_CALL_HISTORY_WITH_CANCEL_BUTTON); in onOptionsItemSelected()223 PerformanceReport.recordClick(UiAction.Type.PRESS_ANDROID_BACK_BUTTON); in onBackPressed()
71 import com.android.dialer.performancereport.PerformanceReport;311 PerformanceReport.logOnScrollStateChange(recyclerView); in setupView()
89 import com.android.dialer.performancereport.PerformanceReport;328 PerformanceReport.recordClick(UiAction.Type.CLICK_CALL_LOG_ITEM);
87 import com.android.dialer.performancereport.PerformanceReport;1062 PerformanceReport.recordClick(UiAction.Type.OPEN_CALL_DETAIL); in onClick()
116 import com.android.dialer.performancereport.PerformanceReport;286 PerformanceReport.recordClick(UiAction.Type.TEXT_CHANGE_WITH_INPUT);318 PerformanceReport.recordClick(UiAction.Type.OPEN_SEARCH);492 if (!PerformanceReport.isRecording()) { in onResume()493 PerformanceReport.startRecording(); in onResume()685 PerformanceReport.recordClick(UiAction.Type.OPEN_DIALPAD); in onClick()719 PerformanceReport.recordClick(UiAction.Type.OPEN_CALL_HISTORY); in onMenuItemClick()1072 PerformanceReport.setStartingTabIndex(tabIndex); in displayFragment()1074 PerformanceReport.setStartingTabIndex(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL); in displayFragment()1214 PerformanceReport.recordClick(UiAction.Type.PRESS_ANDROID_BACK_BUTTON); in onBackPressed()[all …]
38 import com.android.dialer.performancereport.PerformanceReport;192 if (disconnectTimeMillis != -1 && PerformanceReport.isRecording()) { in restartPerformanceRecordingIfARecentCallExist()193 PerformanceReport.startRecording(); in restartPerformanceRecordingIfARecentCallExist()
47 import com.android.dialer.performancereport.PerformanceReport;256 PerformanceReport.logOnScrollStateChange(recyclerView); in onLoadFinished()
47 import com.android.dialer.performancereport.PerformanceReport;293 PerformanceReport.recordClick(actionTypeList[position]); in onPageSelected()
95 import com.android.dialer.performancereport.PerformanceReport;1165 PerformanceReport.recordClick(UiAction.Type.PRESS_CALL_BUTTON_WITHOUT_CALLING); in handleDialButtonPressed()1176 PerformanceReport.recordClick(UiAction.Type.PRESS_CALL_BUTTON_WITHOUT_CALLING); in handleDialButtonPressed()1213 PerformanceReport.setIgnoreActionOnce(UiAction.Type.TEXT_CHANGE_WITH_INPUT); in handleDialButtonClickWithEmptyDigits()