Searched refs:TEST_INFO_RESPONSE_FIELD (Results 1 – 12 of 12) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
H A D | TestInformationHandler.java | 125 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call() 135 response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD, mDeviceProfile.isTablet); in call() 139 response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call() 149 TestProtocol.TEST_INFO_RESPONSE_FIELD, TestLogging.sHadEventsNotFromTest); in call() 154 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call() 201 bundleSetter.set(response, TestProtocol.TEST_INFO_RESPONSE_FIELD, value);
|
H A D | TestProtocol.java | 71 public static final String TEST_INFO_RESPONSE_FIELD = "response"; field in TestProtocol
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | QuickstepTestInformationHandler.java | 39 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call() 47 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call() 63 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, focusedTaskRect.height()); in call() 74 response.putParcelable(TestProtocol.TEST_INFO_RESPONSE_FIELD, gridTaskRect); in call()
|
/aosp12/packages/apps/Launcher3/ext_tests/src/com/android/launcher3/testing/ |
H A D | DebugTestInformationHandler.java | 144 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, Os.getpid()); in call() 189 TestProtocol.TEST_INFO_RESPONSE_FIELD, new ArrayList<>(sEvents)); in call() 208 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, sActivitiesCreatedCount); in call() 213 response.putStringArray(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call()
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | AllApps.java | 55 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in AllApps() 199 .getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getAllAppsScroll() 254 mLauncher.assertEquals(message, 0, testInfo.getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD)); in verifyNotFrozen()
|
H A D | LauncherInstrumentation.java | 317 .getParcelable(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getTargetInsets() 322 .getParcelable(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getWindowInsets() 327 .getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD); in isTablet() 332 .getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD); in isTwoPanels() 337 TestProtocol.TEST_INFO_RESPONSE_FIELD); in getFocusedTaskHeightForTablet() 342 .getParcelable(TestProtocol.TEST_INFO_RESPONSE_FIELD)); in getGridTaskRectForTablet() 359 .getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD); in hadNontestEvents() 748 getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) { in waitForLauncherInitialized() 1634 .getStringArrayList(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getRecentTasks() 1647 .getStringArray(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getActivities() [all …]
|
H A D | Background.java | 143 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD) + mLauncher.getTouchSlop(); in goToOverviewUnchecked() 199 TestProtocol.TEST_INFO_RESPONSE_FIELD); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() 222 TestProtocol.TEST_INFO_RESPONSE_FIELD); in sendUpPointerToEnterOverviewToLauncher()
|
H A D | AllAppsFromOverview.java | 55 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchBackToOverview()
|
H A D | Overview.java | 58 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD), in switchToAllApps()
|
H A D | Workspace.java | 85 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchToAllApps() 214 TestProtocol.TEST_INFO_RESPONSE_FIELD); in getStartDragThreshold()
|
H A D | Widgets.java | 98 .getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getWidgetsScroll()
|
H A D | LogEventChecker.java | 63 .getStringArrayList(TestProtocol.TEST_INFO_RESPONSE_FIELD); in finishSync()
|