Home
last modified time | relevance | path

Searched refs:TEST_INFO_RESPONSE_FIELD (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java72 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) distance); in call()
82 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) distance); in call()
87 response.putBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD, isLauncherInitialized()); in call()
115 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call()
128 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, mem.getTotalPss()); in call()
156 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call()
DTestProtocol.java59 public static final String TEST_INFO_RESPONSE_FIELD = "response"; field in TestProtocol
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DQuickstepTestInformationHandler.java28 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
35 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
42 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, in call()
51 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, leftMargin); in call()
65 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, rightMargin); in call()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBaseOverview.java57 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in flingForward()
95 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in flingBackward()
DBackground.java69 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in goToOverviewUnchecked()
96 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD) + mLauncher.getTouchSlop(); in goToOverviewUnchecked()
DAllApps.java52 .getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in AllApps()
226 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD)); in verifyNotFrozen()
DOverview.java58 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD), in switchToAllApps()
DAllAppsFromOverview.java54 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchBackToOverview()
DWorkspace.java65 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchToAllApps()
DLauncherInstrumentation.java502 getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) { in waitForLauncherInitialized()
1003 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getTotalPssKb()