Home
last modified time | relevance | path

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 DTestInformationHandler.java125 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 DTestProtocol.java71 public static final String TEST_INFO_RESPONSE_FIELD = "response"; field in TestProtocol
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DQuickstepTestInformationHandler.java39 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 DDebugTestInformationHandler.java144 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 DAllApps.java55 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 DLauncherInstrumentation.java317 .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 DBackground.java143 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 DAllAppsFromOverview.java55 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchBackToOverview()
H A DOverview.java58 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD), in switchToAllApps()
H A DWorkspace.java85 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchToAllApps()
214 TestProtocol.TEST_INFO_RESPONSE_FIELD); in getStartDragThreshold()
H A DWidgets.java98 .getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getWidgetsScroll()
H A DLogEventChecker.java63 .getStringArrayList(TestProtocol.TEST_INFO_RESPONSE_FIELD); in finishSync()