Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java53 mIconHeight = mLauncher.getTestInfo( in AllApps()
197 return mLauncher.getTestInfo( in getAllAppsScroll()
240 mLauncher.getTestInfo(TestProtocol.REQUEST_FREEZE_APP_LIST); in freeze()
247 mLauncher.getTestInfo(TestProtocol.REQUEST_UNFREEZE_APP_LIST); in unfreeze()
252 final Bundle testInfo = mLauncher.getTestInfo(TestProtocol.REQUEST_APP_LIST_FREEZE_FLAGS); in verifyNotFrozen()
DLauncherInstrumentation.java269 Bundle getTestInfo(String request) { in getTestInfo() method in LauncherInstrumentation
282 return getTestInfo(TestProtocol.REQUEST_WINDOW_INSETS) in getTargetInsets()
646 if (getTestInfo( in waitForLauncherInitialized()
1366 getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING); in enableDebugTracing()
1370 return getTestInfo(TestProtocol.REQUEST_OVERVIEW_SHARE_ENABLED).getBoolean( in overviewShareEnabled()
1375 return getTestInfo(TestProtocol.REQUEST_OVERVIEW_CONTENT_PUSH_ENABLED).getBoolean( in overviewContentPushEnabled()
1380 getTestInfo(TestProtocol.REQUEST_MOCK_SENSOR_ROTATION); in disableSensorRotation()
1384 getTestInfo(TestProtocol.REQUEST_DISABLE_DEBUG_TRACING); in disableDebugTracing()
1390 getTestInfo(TestProtocol.REQUEST_FORCE_GC); in forceGc()
1394 final Bundle testInfo = getTestInfo(TestProtocol.REQUEST_PID); in getPid()
[all …]
DLogEventChecker.java48 return mLauncher.getTestInfo(TestProtocol.REQUEST_START_EVENT_LOGGING) != null; in start()
62 rawEvents = mLauncher.getTestInfo(TestProtocol.REQUEST_GET_TEST_EVENTS) in finishSync()
87 mLauncher.getTestInfo(TestProtocol.REQUEST_STOP_EVENT_LOGGING); in finishNoWait()
DBackground.java79 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
116 final int swipeLength = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
DOverview.java57 mLauncher.getTestInfo( in switchToAllApps()
DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview()
DWidgets.java95 return mLauncher.getTestInfo( in getWidgetsScroll()
DWorkspace.java79 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps()