Home | History | Annotate | Download | only in app

Lines Matching defs:PerformanceReport

128 import com.android.dialer.performancereport.PerformanceReport;
308 PerformanceReport.recordClick(UiAction.Type.TEXT_CHANGE_WITH_INPUT);
345 PerformanceReport.recordClick(UiAction.Type.OPEN_SEARCH);
523 if (!PerformanceReport.isRecording()) {
524 PerformanceReport.startRecording();
755 PerformanceReport.recordClick(UiAction.Type.OPEN_DIALPAD);
789 PerformanceReport.recordClick(UiAction.Type.OPEN_CALL_HISTORY);
1162 PerformanceReport.setStartingTabIndex(tabIndex);
1164 PerformanceReport.setStartingTabIndex(DialtactsPagerAdapter.TAB_INDEX_SPEED_DIAL);
1366 PerformanceReport.recordClick(UiAction.Type.PRESS_ANDROID_BACK_BUTTON);
1379 PerformanceReport.recordClick(UiAction.Type.HIDE_KEYBOARD_IN_SEARCH);
1449 PerformanceReport.recordClick(UiAction.Type.CLOSE_DIALPAD);
1465 PerformanceReport.recordClick(UiAction.Type.CLOSE_DIALPAD);
1477 PerformanceReport.recordScrollStateChange(scrollState);