Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A 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()
H A DLauncherInstrumentation.java299 Bundle getTestInfo(String request) { in getTestInfo() method in LauncherInstrumentation
300 return getTestInfo(request, /*arg=*/ null); in getTestInfo()
303 Bundle getTestInfo(String request, String arg) { in getTestInfo() method in LauncherInstrumentation
316 return getTestInfo(TestProtocol.REQUEST_TARGET_INSETS) in getTargetInsets()
321 return getTestInfo(TestProtocol.REQUEST_WINDOW_INSETS) in getWindowInsets()
326 return getTestInfo(TestProtocol.REQUEST_IS_TABLET) in isTablet()
331 return getTestInfo(TestProtocol.REQUEST_IS_TWO_PANELS) in isTwoPanels()
746 if (getTestInfo( in waitForLauncherInitialized()
1619 getTestInfo(TestProtocol.REQUEST_FORCE_GC); in forceGc()
1628 getTestInfo(TestProtocol.REQUEST_VIEW_LEAK); in produceViewLeak()
[all …]
H A 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()
H A DBackground.java142 final int swipeLength = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
198 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
221 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher()
H A DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview()
H A DOverview.java56 mLauncher.getTestInfo( in switchToAllApps()
H A DWorkspace.java83 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps()
213 return launcher.getTestInfo(TestProtocol.REQUEST_START_DRAG_THRESHOLD).getInt( in getStartDragThreshold()
H A DWidgets.java96 return mLauncher.getTestInfo( in getWidgetsScroll()
/aosp12/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DTestBase.java45 public String getTestInfo() { in getTestInfo() method in TestBase
H A DGoogLeNet.java232 public String getTestInfo() { in getTestInfo() method in GoogLeNet
H A DBlasBenchmark.java111 r.testInfo = mTest.getTestInfo(); in runBenchmarkLoop()
H A DBNNMTest.java367 public String getTestInfo() { in getTestInfo() method in BNNMTest
H A DSGEMMTest.java277 public String getTestInfo() { in getTestInfo() method in SGEMMTest