Searched refs:TEST_INFO_RESPONSE_FIELD (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationHandler.java | 72 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()
|
D | TestProtocol.java | 59 public static final String TEST_INFO_RESPONSE_FIELD = "response"; field in TestProtocol
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | QuickstepTestInformationHandler.java | 28 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/ |
D | BaseOverview.java | 57 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in flingForward() 95 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in flingBackward()
|
D | Background.java | 69 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in goToOverviewUnchecked() 96 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD) + mLauncher.getTouchSlop(); in goToOverviewUnchecked()
|
D | AllApps.java | 52 .getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in AllApps() 226 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD)); in verifyNotFrozen()
|
D | Overview.java | 58 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD), in switchToAllApps()
|
D | AllAppsFromOverview.java | 54 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchBackToOverview()
|
D | Workspace.java | 65 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in switchToAllApps()
|
D | LauncherInstrumentation.java | 502 getBoolean(TestProtocol.TEST_INFO_RESPONSE_FIELD)) { in waitForLauncherInitialized() 1003 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD); in getTotalPssKb()
|