/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/ |
D | UiBenchJankTests.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 66 @GfxMonitor(processName = PACKAGE_NAME) 77 @GfxMonitor(processName = PACKAGE_NAME) 88 @GfxMonitor(processName = PACKAGE_NAME) 99 @GfxMonitor(processName = PACKAGE_NAME) 110 @GfxMonitor(processName = PACKAGE_NAME) 121 @GfxMonitor(processName = PACKAGE_NAME) 131 @GfxMonitor(processName = PACKAGE_NAME) 141 @GfxMonitor(processName = PACKAGE_NAME) 151 @GfxMonitor(processName = PACKAGE_NAME) [all …]
|
D | UiBenchLeanbackJankTests.java | 29 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 115 @GfxMonitor(processName = PACKAGE_NAME) 116 @GfxFrameStatsMonitor(processName = PACKAGE_NAME) 126 @GfxMonitor(processName = PACKAGE_NAME) 127 @GfxFrameStatsMonitor(processName = PACKAGE_NAME) 138 @GfxMonitor(processName = PACKAGE_NAME) 139 @GfxFrameStatsMonitor(processName = PACKAGE_NAME) 151 @GfxMonitor(processName = PACKAGE_NAME) 152 @GfxFrameStatsMonitor(processName = PACKAGE_NAME)
|
D | UiBenchTransitionsJankTests.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 64 By.res(mHelper.PACKAGE_NAME, imageName)), mHelper.TIMEOUT); in clickImage() 72 @GfxMonitor(processName = PACKAGE_NAME)
|
D | UiBenchRenderingJankTests.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 64 @GfxMonitor(processName = PACKAGE_NAME) 80 @GfxMonitor(processName = PACKAGE_NAME)
|
D | UiBenchTextJankTests.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 82 @GfxMonitor(processName = PACKAGE_NAME) 99 @GfxMonitor(processName = PACKAGE_NAME)
|
D | UiBenchWebView.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 63 @GfxMonitor(processName = PACKAGE_NAME)
|
D | UiBenchJankTestsHelper.java | 50 public static final String PACKAGE_NAME = "com.android.test.uibench"; field in UiBenchJankTestsHelper 77 ComponentName cn = new ComponentName(PACKAGE_NAME, in launchActivity() 78 String.format("%s.%s", PACKAGE_NAME, activityName)); in launchActivity()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTests.java | 78 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testScroll() 91 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testSortByName() 100 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testSortBySize() 108 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testSortByTime() 116 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testToggleViewTypeForDownloadItems() 118 String.format("%s:id/%s", DownloadAppTestHelper.PACKAGE_NAME, UIViewType.LIST))), in testToggleViewTypeForDownloadItems() 122 String.format("%s:id/%s", DownloadAppTestHelper.PACKAGE_NAME, UIViewType.GRID))), in testToggleViewTypeForDownloadItems() 130 mDLAppHelper.launchApp(DownloadAppTestHelper.PACKAGE_NAME, DownloadAppTestHelper.APP_NAME); in testCABMenuShow() 136 DownloadAppTestHelper.PACKAGE_NAME))), mDLAppHelper.TIMEOUT)) == null in testCABMenuShow() 141 DownloadAppTestHelper.PACKAGE_NAME))), mDLAppHelper.TIMEOUT)) == null in testCABMenuShow() [all …]
|
D | DownloadAppTestHelper.java | 50 public static final String PACKAGE_NAME = "com.android.documentsui"; field in DownloadAppTestHelper 88 .wait(Until.findObject(By.res(PACKAGE_NAME, "menu_sort")), 200); in sortByParam() 153 DownloadAppTestHelper.PACKAGE_NAME,view.toString()))),200)) == null in verifyDownloadViewType()
|
/platform_testing/tests/functional/calculator/src/com/android/calculator/functional/ |
D | CalculatorHelper.java | 38 public static final String PACKAGE_NAME = "com.google.android.calculator"; field in CalculatorHelper 67 Until.findObject(By.res(PACKAGE_NAME, resource_id)), in clickButton() 91 Until.findObject(By.res(PACKAGE_NAME, result)), in getResultText() 99 Until.findObject(By.res(PACKAGE_NAME, result)), in clearResults() 107 Until.findObject(By.res(PACKAGE_NAME, result)), in scrollResults() 118 Until.findObject(By.res(PACKAGE_NAME, "pad_advanced")), in showAdvancedPad() 129 Until.findObject(By.res(PACKAGE_NAME, "pad_advanced")), in dismissAdvancedPad()
|
D | CalculatorTests.java | 58 mCalculatorHelper.launchApp(CalculatorHelper.PACKAGE_NAME, CalculatorHelper.APP_NAME); in launchCalculator() 109 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "del")), in testClearButton() 170 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "message")), in testComplexCalculationTimeout() 189 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "toggle_mode")), in testDegRadSwitch() 194 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "mode")), in testDegRadSwitch()
|
/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/ |
D | ApiDemoJankTests.java | 47 private static final String PACKAGE_NAME = "com.example.android.apis"; field in ApiDemoJankTests 86 .getLaunchIntentForPackage(PACKAGE_NAME); in launchApiDemos() 142 @GfxMonitor(processName=PACKAGE_NAME) 145 UiObject2 redBallTile = mDevice.wait(Until.findObject(By.res(PACKAGE_NAME, "ball")), in testActivityTransitionAnimation() 161 @GfxMonitor(processName=PACKAGE_NAME) 164 UiObject2 flipButton = mDevice.findObject(By.res(PACKAGE_NAME, "button")); in testViewFlipAnimation() 178 @GfxMonitor(processName=PACKAGE_NAME) 181 UiObject2 runCloningButton = mDevice.findObject(By.res(PACKAGE_NAME, "startButton")); in testCloningAnimation() 195 @GfxMonitor(processName=PACKAGE_NAME) 198 By.res(PACKAGE_NAME, "startButton").text("RUN")), LONG_TIMEOUT); in testLoadingJank() [all …]
|
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
D | UiBenchJankTests.java | 35 import static com.android.wearable.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 77 @GfxMonitor(processName=PACKAGE_NAME) 93 @GfxMonitor(processName=PACKAGE_NAME) 105 @GfxMonitor(processName=PACKAGE_NAME) 121 @GfxMonitor(processName=PACKAGE_NAME) 137 @GfxMonitor(processName=PACKAGE_NAME) 168 @GfxMonitor(processName=PACKAGE_NAME) 203 @GfxMonitor(processName=PACKAGE_NAME)
|
D | UiBenchRenderingJankTests.java | 35 import static com.android.wearable.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 78 @GfxMonitor(processName=PACKAGE_NAME) 91 @GfxMonitor(processName=PACKAGE_NAME)
|
D | UiBenchTextJankTests.java | 20 import static com.android.wearable.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 84 @GfxMonitor(processName=PACKAGE_NAME) 97 @GfxMonitor(processName=PACKAGE_NAME) 130 @GfxMonitor(processName=PACKAGE_NAME)
|
D | UiBenchJankTestsHelper.java | 48 public static final String PACKAGE_NAME = "com.android.test.uibench"; field in UiBenchJankTestsHelper 79 .getLaunchIntentForPackage(PACKAGE_NAME); in launchUiBench()
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/loggers/ |
D | DeviceFileLoggerHostTest.java | 49 private static final String PACKAGE_NAME = "android.device.collectors"; field in DeviceFileLoggerHostTest 60 assertTrue(isPackageInstalled(PACKAGE_NAME)); in setUp() 62 new RemoteAndroidTestRunner(PACKAGE_NAME, AJUR_RUNNER, getDevice().getIDevice()); in setUp()
|
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/ |
D | LogcatOnFailureCollectorHostTest.java | 55 private static final String PACKAGE_NAME = "android.device.collectors"; field in LogcatOnFailureCollectorHostTest 67 assertTrue(isPackageInstalled(PACKAGE_NAME)); in setUp() 68 mOptions = new DeviceTestRunOptions(PACKAGE_NAME); in setUp()
|
D | ScreenshotOnFailureCollectorHostTest.java | 53 private static final String PACKAGE_NAME = "android.device.collectors"; field in ScreenshotOnFailureCollectorHostTest 65 assertTrue(isPackageInstalled(PACKAGE_NAME)); in setUp() 67 new RemoteAndroidTestRunner(PACKAGE_NAME, AJUR_RUNNER, getDevice().getIDevice()); in setUp()
|
D | BatterystatsCollectorHostTest.java | 61 private static final String PACKAGE_NAME = "android.device.collectors"; field in BatterystatsCollectorHostTest 74 assertTrue(isPackageInstalled(PACKAGE_NAME)); in setUp() 76 new RemoteAndroidTestRunner(PACKAGE_NAME, AJUR_RUNNER, getDevice().getIDevice()); in setUp()
|
D | DeviceCollectorsTest.java | 54 private static final String PACKAGE_NAME = "android.device.collectors"; field in DeviceCollectorsTest 68 assertTrue(isPackageInstalled(PACKAGE_NAME)); in setUp() 70 new RemoteAndroidTestRunner(PACKAGE_NAME, AJUR_RUNNER, getDevice().getIDevice()); in setUp() 249 DeviceTestRunOptions options = new DeviceTestRunOptions(PACKAGE_NAME); in testLogOnly()
|
/platform_testing/tests/microbenchmarks/uibench/src/com/android/uibench/microbenchmark/ |
D | UiBenchJankHelper.java | 52 public static final String PACKAGE_NAME = "com.android.test.uibench"; field in UiBenchJankHelper 68 return PACKAGE_NAME; in getPackage() 84 new ComponentName(PACKAGE_NAME, String.format("%s.%s", PACKAGE_NAME, activityName)); in launchActivity() 331 Until.findObject(By.res(PACKAGE_NAME, imageName)), FIND_OBJECT_TIMEOUT); in clickImage()
|
/platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/ |
D | DialerJankTests.java | 61 private static final String PACKAGE_NAME = "com.google.android.dialer"; field in DialerJankTests 96 launchApp(PACKAGE_NAME); in launchDialer() 121 @GfxMonitor(processName=PACKAGE_NAME) 141 launchApp(PACKAGE_NAME); in launchCallLog() 149 @GfxMonitor(processName=PACKAGE_NAME)
|