Searched refs:TestLogging (Results 1 – 17 of 17) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 38 import com.android.launcher3.testing.TestLogging; 53 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onWorkspaceItemLongClick"); in onWorkspaceItemLongClick() 83 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "onAllAppsItemLongClick"); in onAllAppsItemLongClick()
|
D | WorkspaceTouchListener.java | 42 import com.android.launcher3.testing.TestLogging; 170 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Workspace.longPress"); in onLongPress()
|
D | ItemClickHandler.java | 58 import com.android.launcher3.testing.TestLogging; 291 TestLogging.recordEvent( in startAppShortcutOrInfoActivity()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/ |
D | DelegateInputConsumer.java | 5 import com.android.launcher3.testing.TestLogging; 48 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
|
D | SysUiOverlayInputConsumer.java | 23 import com.android.launcher3.testing.TestLogging; 71 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
|
D | OverviewWithoutFocusInputConsumer.java | 31 import com.android.launcher3.testing.TestLogging; 75 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onInterceptTouch()
|
D | OverviewInputConsumer.java | 31 import com.android.launcher3.testing.TestLogging; 97 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
|
D | DeviceLockedInputConsumer.java | 43 import com.android.launcher3.testing.TestLogging; 224 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
|
D | OtherActivityInputConsumer.java | 53 import com.android.launcher3.testing.TestLogging; 377 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers");
|
/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/ |
D | DebugTestInformationHandler.java | 118 TestLogging.setEventConsumer( in call() 131 TestLogging.setEventConsumer(null); in call()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 40 import com.android.launcher3.testing.TestLogging; 100 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "Widgets.onLongClick"); in onLongClick()
|
D | LauncherAppWidgetHost.java | 42 import com.android.launcher3.testing.TestLogging; 317 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startConfigActivity"); in startConfigActivity()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | OptionsPopupView.java | 52 import com.android.launcher3.testing.TestLogging; 234 TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "start: startSettings"); in startSettings()
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestLogging.java | 26 public final class TestLogging { class
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TouchInteractionService.java | 80 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/ |
D | TaskView.java | 84 import com.android.launcher3.testing.TestLogging; 606 TestLogging.recordEvent( in launchTaskAnimated() 640 TestLogging.recordEvent( in launchTask()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 160 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()
|