/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/ |
D | YouTubeJankTests.java | 49 private static final String PACKAGE_NAME = "com.google.android.youtube"; field in YouTubeJankTests 83 launchApp(PACKAGE_NAME); in launchYouTube() 86 Until.findObject(By.res(PACKAGE_NAME, "pane_fragment_container")), LONG_TIMEOUT); in launchYouTube() 103 @GfxMonitor(processName=PACKAGE_NAME) 106 Until.findObject(By.res(PACKAGE_NAME, "pane_fragment_container")), LONG_TIMEOUT); in testYouTubeRecomendationWindowFling() 118 By.res(PACKAGE_NAME, "done_button")), LONG_TIMEOUT); in dismissCling() 123 … By.res(PACKAGE_NAME, "dogfood_warning_dialog_dismiss_button").text("OK")), LONG_TIMEOUT); in dismissCling() 128 Until.findObject(By.res(PACKAGE_NAME, "skip_button").text("Skip")), LONG_TIMEOUT); in dismissCling() 133 Until.findObject(By.res(PACKAGE_NAME, "text").text("Find music faster")), LONG_TIMEOUT); in dismissCling() 136 Until.findObject(By.res(PACKAGE_NAME, "ok").text("OK")), LONG_TIMEOUT); in dismissCling() [all …]
|
D | CalendarJankTests.java | 57 private static final String PACKAGE_NAME = "com.google.android.calendar"; field in CalendarJankTests 74 mCalendarSelector = By.res(PACKAGE_NAME, "timely_list"); in setUp() 77 mCalendarSelector = By.res(PACKAGE_NAME, "main_pane"); in setUp() 97 launchApp(PACKAGE_NAME); in launchCalendar() 117 @GfxMonitor(processName=PACKAGE_NAME) 130 By.pkg(PACKAGE_NAME).clazz(View.class).desc("Got it")), LONG_TIMEOUT); in dismissCling() 138 PACKAGE_NAME, "right_arrow_touch")), LONG_TIMEOUT)) != null && counter > 0) { in dismissCling() 145 By.res(PACKAGE_NAME, "done_button").text(pattern)), LONG_TIMEOUT); in dismissCling() 152 By.res(PACKAGE_NAME, "button_dismiss").text(pattern)), LONG_TIMEOUT); in dismissCling()
|
D | BooksJankTests.java | 51 private static final String PACKAGE_NAME = "com.google.android.apps.books"; field in BooksJankTests 84 launchApp(PACKAGE_NAME); in launchBooks() 103 @GfxMonitor(processName=PACKAGE_NAME) 107 By.res(PACKAGE_NAME, "content_container")), LONG_TIMEOUT); in doNotRun_BooksRecommendationPageFling() 139 if (!mDevice.hasObject(By.res(PACKAGE_NAME, "play_drawer_container"))) { in openNavigationDrawer() 142 Until.hasObject(By.res(PACKAGE_NAME, "play_drawer_list")), LONG_TIMEOUT)); in openNavigationDrawer() 159 Until.findObject(By.res(PACKAGE_NAME, "cards_grid")), LONG_TIMEOUT); in getNumberOfVisibleBooks()
|
D | GMailJankTests.java | 55 private static final String PACKAGE_NAME = "com.google.android.gm"; field in GMailJankTests 87 launchApp(PACKAGE_NAME); in launchGMail() 95 Until.findObject(By.res(PACKAGE_NAME, "conversation_list_view")), SHORT_TIMEOUT); in prepGMailInboxFling() 112 @GfxMonitor(processName=PACKAGE_NAME) 115 Until.findObject(By.res(PACKAGE_NAME, "conversation_list_view")), LONG_TIMEOUT); in testGMailInboxFling() 144 @GfxMonitor(processName=PACKAGE_NAME) 162 Until.findObject(By.res(PACKAGE_NAME, "account_list_button")), in prepFlingNavDrawer() 186 @GfxMonitor(processName=PACKAGE_NAME) 211 Until.findObject(By.res(PACKAGE_NAME, "content_pane")), SHORT_TIMEOUT); in getNavigationDrawerContainer()
|
D | ChromeJankTests.java | 52 private static final String PACKAGE_NAME = "com.android.chrome"; field in ChromeJankTests 86 launchApp(PACKAGE_NAME); in launchChrome() 105 @GfxMonitor(processName=PACKAGE_NAME)
|
D | ContactsJankTests.java | 56 private static final String PACKAGE_NAME = "com.google.android.contacts"; field in ContactsJankTests 87 launchApp(PACKAGE_NAME); in launchContacts() 112 @GfxMonitor(processName=PACKAGE_NAME)
|
/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) 79 @GfxMonitor(processName = PACKAGE_NAME) 92 @GfxMonitor(processName = PACKAGE_NAME) 105 @GfxMonitor(processName = PACKAGE_NAME) 118 @GfxMonitor(processName = PACKAGE_NAME) 134 @GfxMonitor(processName = PACKAGE_NAME) 151 @GfxMonitor(processName = PACKAGE_NAME) 168 @GfxMonitor(processName = PACKAGE_NAME)
|
D | UiBenchTextJankTests.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 64 @GfxMonitor(processName = PACKAGE_NAME) 81 @GfxMonitor(processName = PACKAGE_NAME) 98 @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 | 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 | UiBenchJankTestsHelper.java | 39 public static final String PACKAGE_NAME = "com.android.test.uibench"; field in UiBenchJankTestsHelper 64 ComponentName cn = new ComponentName(PACKAGE_NAME, in launchActivity() 65 String.format("%s.%s", PACKAGE_NAME, activityName)); in launchActivity()
|
D | UiBenchWebView.java | 20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME; 63 @GfxMonitor(processName = PACKAGE_NAME)
|
/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/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/ |
D | ApiDemoJankTests.java | 46 private static final String PACKAGE_NAME = "com.example.android.apis"; field in ApiDemoJankTests 84 .getLaunchIntentForPackage(PACKAGE_NAME); in launchApiDemos() 140 @GfxMonitor(processName=PACKAGE_NAME) 143 UiObject2 redBallTile = mDevice.wait(Until.findObject(By.res(PACKAGE_NAME, "ball")), in testActivityTransitionAnimation() 159 @GfxMonitor(processName=PACKAGE_NAME) 162 UiObject2 flipButton = mDevice.findObject(By.res(PACKAGE_NAME, "button")); in testViewFlipAnimation() 176 @GfxMonitor(processName=PACKAGE_NAME) 179 UiObject2 runCloningButton = mDevice.findObject(By.res(PACKAGE_NAME, "startButton")); in testCloningAnimation() 193 @GfxMonitor(processName=PACKAGE_NAME) 196 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; 101 @GfxMonitor(processName=PACKAGE_NAME) 114 @GfxMonitor(processName=PACKAGE_NAME) 147 @GfxMonitor(processName=PACKAGE_NAME)
|
D | UiBenchJankTestsHelper.java | 44 public static final String PACKAGE_NAME = "com.android.test.uibench"; field in UiBenchJankTestsHelper 73 .getLaunchIntentForPackage(PACKAGE_NAME); in launchUiBench()
|
/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)
|