Home
last modified time | relevance | path

Searched refs:getTestInfo (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java262 Bundle getTestInfo(String request) { in getTestInfo() method in LauncherInstrumentation
272 return getTestInfo(TestProtocol.REQUEST_WINDOW_INSETS) in getTargetInsets()
625 if (getTestInfo( in waitForLauncherInitialized()
1273 getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING); in enableDebugTracing()
1294 return getTestInfo(TestProtocol.REQUEST_OVERVIEW_ACTIONS_ENABLED).getBoolean( in overviewActionsEnabled()
1299 getTestInfo(TestProtocol.REQUEST_MOCK_SENSOR_ROTATION); in disableSensorRotation()
1303 getTestInfo(TestProtocol.REQUEST_DISABLE_DEBUG_TRACING); in disableDebugTracing()
1307 return getTestInfo(TestProtocol.REQUEST_TOTAL_PSS_KB). in getTotalPssKb()
1312 final Bundle testInfo = getTestInfo(TestProtocol.REQUEST_PID); in getPid()
1317 getTestInfo(TestProtocol.REQUEST_JAVA_LEAK); in produceJavaLeak()
[all …]
DAllApps.java53 mIconHeight = mLauncher.getTestInfo( in AllApps()
193 return mLauncher.getTestInfo( in getAllAppsScroll()
236 mLauncher.getTestInfo(TestProtocol.REQUEST_FREEZE_APP_LIST); in freeze()
243 mLauncher.getTestInfo(TestProtocol.REQUEST_UNFREEZE_APP_LIST); in unfreeze()
248 final Bundle testInfo = mLauncher.getTestInfo(TestProtocol.REQUEST_APP_LIST_FREEZE_FLAGS); in verifyNotFrozen()
DLogEventChecker.java44 return mLauncher.getTestInfo(TestProtocol.REQUEST_START_EVENT_LOGGING) != null; in start()
58 rawEvents = mLauncher.getTestInfo(TestProtocol.REQUEST_GET_TEST_EVENTS) in finishSync()
81 mLauncher.getTestInfo(TestProtocol.REQUEST_STOP_EVENT_LOGGING); in finishNoWait()
DBackground.java78 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
119 final int swipeLength = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview()
DOverview.java57 mLauncher.getTestInfo( in switchToAllApps()
DWorkspace.java109 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps()