Home
last modified time | relevance | path

Searched refs:TestLogging (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java38 import com.android.launcher3.testing.TestLogging;
53 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick"); in onWorkspaceItemLongClick()
83 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onAllAppsItemLongClick"); in onAllAppsItemLongClick()
DWorkspaceTouchListener.java42 import com.android.launcher3.testing.TestLogging;
170 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in onLongPress()
DItemClickHandler.java58 import com.android.launcher3.testing.TestLogging;
291 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java5 import com.android.launcher3.testing.TestLogging;
48 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
DSysUiOverlayInputConsumer.java23 import com.android.launcher3.testing.TestLogging;
71 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
DOverviewWithoutFocusInputConsumer.java31 import com.android.launcher3.testing.TestLogging;
75 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
DOverviewInputConsumer.java31 import com.android.launcher3.testing.TestLogging;
97 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
DDeviceLockedInputConsumer.java43 import com.android.launcher3.testing.TestLogging;
224 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
DOtherActivityInputConsumer.java53 import com.android.launcher3.testing.TestLogging;
377 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers");
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
DDebugTestInformationHandler.java118 TestLogging.setEventConsumer( in call()
131 TestLogging.setEventConsumer(null); in call()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java40 import com.android.launcher3.testing.TestLogging;
100 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
DLauncherAppWidgetHost.java42 import com.android.launcher3.testing.TestLogging;
317 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java52 import com.android.launcher3.testing.TestLogging;
234 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestLogging.java26 public final class TestLogging { class
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java80 import com.android.launcher3.testing.TestLogging;
191 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in onOverviewToggle()
524 TestLogging.recordMotionEvent( in onInputEvent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java84 import com.android.launcher3.testing.TestLogging;
606 TestLogging.recordEvent( in launchTaskAnimated()
640 TestLogging.recordEvent( in launchTask()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java160 import com.android.launcher3.testing.TestLogging;
1777 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: processShortcutFromDrop"); in processShortcutFromDrop()
1920 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Key event", event); in dispatchKeyEvent()
1937 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()