Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java43 import com.android.launcher3.testing.TestLogging;
65 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onWorkspaceItemLongClick()
67 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick"); in onWorkspaceItemLongClick()
142 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onAllAppsItemLongClick"); in onAllAppsItemLongClick()
DWorkspaceTouchListener.java48 import com.android.launcher3.testing.TestLogging;
206 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in maybeShowMenu()
DItemClickHandler.java64 import com.android.launcher3.testing.TestLogging;
377 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java5 import com.android.launcher3.testing.TestLogging;
72 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
DSysUiOverlayInputConsumer.java25 import com.android.launcher3.testing.TestLogging;
87 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
DOverviewWithoutFocusInputConsumer.java28 import com.android.launcher3.testing.TestLogging;
82 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
DOverviewInputConsumer.java32 import com.android.launcher3.testing.TestLogging;
114 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
DBubbleBarInputConsumer.java34 import com.android.launcher3.testing.TestLogging;
131 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
DProgressDelegateInputConsumer.java35 import com.android.launcher3.testing.TestLogging;
138 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onDragStart()
DDeviceLockedInputConsumer.java45 import com.android.launcher3.testing.TestLogging;
251 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
DOtherActivityInputConsumer.java47 import com.android.launcher3.testing.TestLogging;
412 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in notifyGestureStarted()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayDragLayer.java35 import com.android.launcher3.testing.TestLogging;
82 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragLayer.java42 import com.android.launcher3.testing.TestLogging;
270 TestLogging.recordMotionEvent(TestProtocol.SEQUENCE_MAIN, "Touch event", ev); in dispatchTouchEvent()
DTaskbarNavButtonController.java55 import com.android.launcher3.testing.TestLogging;
336 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onOverviewToggle"); in navigateToOverview()
DKeyboardQuickSwitchView.java53 import com.android.launcher3.testing.TestLogging;
697 TestLogging.recordKeyEvent(
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java238 TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest); in call()
365 TestLogging.setEventConsumer( in call()
378 TestLogging.setEventConsumer(null); in call()
DTestLogging.java29 public final class TestLogging { class
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java48 import com.android.launcher3.testing.TestLogging;
277 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
DLauncherWidgetHolder.java48 import com.android.launcher3.testing.TestLogging;
258 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseActivity.java48 import com.android.launcher3.testing.TestLogging;
322 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onBackInvoked"); in registerBackDispatcher()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java53 import com.android.launcher3.testing.TestLogging;
276 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/window/
DRecentsWindowManager.kt46 import com.android.launcher3.testing.TestLogging in <lambda>()
172 TestLogging.recordEvent(SEQUENCE_MAIN, "onBackInvoked") in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt40 import com.android.launcher3.testing.TestLogging in <lambda>()
414 TestLogging.recordEvent( in <lambda>()
DTaskView.kt62 import com.android.launcher3.testing.TestLogging in <lambda>()
1322 TestLogging.recordEvent( in <lambda>()
1374 TestLogging.recordEvent( in <lambda>()
1425 TestLogging.recordEvent( in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java61 import com.android.launcher3.testing.TestLogging;
109 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick");

12