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/
DAllApps.java50 mIconHeight = mLauncher.getTestInfo( in AllApps()
212 mLauncher.getTestInfo(TestProtocol.REQUEST_FREEZE_APP_LIST); in freeze()
219 mLauncher.getTestInfo(TestProtocol.REQUEST_UNFREEZE_APP_LIST); in unfreeze()
224 mLauncher.assertEquals(message, 0, mLauncher.getTestInfo( in verifyNotFrozen()
DLauncherInstrumentation.java215 Bundle getTestInfo(String request) { in getTestInfo() method in LauncherInstrumentation
500 if (getTestInfo( in waitForLauncherInitialized()
994 getTestInfo(TestProtocol.REQUEST_ENABLE_DEBUG_TRACING); in enableDebugTracing()
998 getTestInfo(TestProtocol.REQUEST_DISABLE_DEBUG_TRACING); in disableDebugTracing()
1002 return getTestInfo(TestProtocol.REQUEST_TOTAL_PSS_KB). in getTotalPssKb()
1007 getTestInfo(TestProtocol.REQUEST_JAVA_LEAK); in produceJavaLeak()
1011 getTestInfo(TestProtocol.REQUEST_NATIVE_LEAK); in produceNativeLeak()
DBaseOverview.java55 final int leftMargin = mLauncher.getTestInfo( in flingForward()
93 final int rightMargin = mLauncher.getTestInfo( in flingBackward()
DBackground.java68 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
95 final int swipeLength = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked()
DOverview.java56 mLauncher.getTestInfo( in switchToAllApps()
DAllAppsFromOverview.java52 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview()
DWorkspace.java63 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps()