Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A 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()
H A DWorkspaceTouchListener.java42 import com.android.launcher3.testing.TestLogging;
169 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in onLongPress()
H A DItemClickHandler.java61 import com.android.launcher3.testing.TestLogging;
300 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DDelegateInputConsumer.java5 import com.android.launcher3.testing.TestLogging;
48 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
H A DSysUiOverlayInputConsumer.java23 import com.android.launcher3.testing.TestLogging;
71 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
H A DOverviewWithoutFocusInputConsumer.java31 import com.android.launcher3.testing.TestLogging;
75 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
H A DOverviewInputConsumer.java31 import com.android.launcher3.testing.TestLogging;
97 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
H A DProgressDelegateInputConsumer.java32 import com.android.launcher3.testing.TestLogging;
127 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onDragStart()
H A DDeviceLockedInputConsumer.java43 import com.android.launcher3.testing.TestLogging;
226 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
H A DOtherActivityInputConsumer.java52 import com.android.launcher3.testing.TestLogging;
376 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers");
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarNavButtonController.java29 import com.android.launcher3.testing.TestLogging;
177 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in navigateToOverview()
H A DTaskbarDragLayer.java30 import com.android.launcher3.testing.TestLogging;
187 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/
H A DDebugTestInformationHandler.java162 TestLogging.setEventConsumer( in call()
175 TestLogging.setEventConsumer(null); in call()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetHost.java42 import com.android.launcher3.testing.TestLogging;
317 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
H A DBaseWidgetSheet.java41 import com.android.launcher3.testing.TestLogging;
115 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DTestLogging.java28 public final class TestLogging { class
H A DTestInformationHandler.java149 TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest); in call()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DOptionsPopupView.java52 import com.android.launcher3.testing.TestLogging;
228 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTouchInteractionService.java80 import com.android.launcher3.testing.TestLogging;
190 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in onOverviewToggle()
576 TestLogging.recordMotionEvent( in onInputEvent()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java77 import com.android.launcher3.testing.TestLogging;
693 TestLogging.recordEvent( in launchTaskAnimated()
731 TestLogging.recordEvent( in launchTask()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java170 import com.android.launcher3.testing.TestLogging;
1806 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: processShortcutFromDrop"); in processShortcutFromDrop()
1949 TestLogging.recordKeyEvent(TestProtocol.SEQUENCE_MAIN, "Key event", event); in dispatchKeyEvent()
1966 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()