Home
last modified time | relevance | path

Searched refs:PACKAGE_NAME (Results 1 – 20 of 20) sorted by relevance

/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
DYouTubeJankTests.java49 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 …]
DCalendarJankTests.java57 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()
DBooksJankTests.java51 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()
DGMailJankTests.java55 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()
DChromeJankTests.java52 private static final String PACKAGE_NAME = "com.android.chrome"; field in ChromeJankTests
86 launchApp(PACKAGE_NAME); in launchChrome()
105 @GfxMonitor(processName=PACKAGE_NAME)
DContactsJankTests.java56 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/
DUiBenchJankTests.java20 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)
DUiBenchTextJankTests.java20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME;
64 @GfxMonitor(processName = PACKAGE_NAME)
81 @GfxMonitor(processName = PACKAGE_NAME)
98 @GfxMonitor(processName = PACKAGE_NAME)
DUiBenchRenderingJankTests.java20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME;
64 @GfxMonitor(processName = PACKAGE_NAME)
80 @GfxMonitor(processName = PACKAGE_NAME)
DUiBenchTransitionsJankTests.java20 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)
DUiBenchJankTestsHelper.java39 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()
DUiBenchWebView.java20 import static com.android.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME;
63 @GfxMonitor(processName = PACKAGE_NAME)
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/
DDownloadAppTests.java78 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 …]
DDownloadAppTestHelper.java50 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/
DApiDemoJankTests.java46 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/
DUiBenchJankTests.java35 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)
DUiBenchRenderingJankTests.java35 import static com.android.wearable.uibench.janktests.UiBenchJankTestsHelper.PACKAGE_NAME;
78 @GfxMonitor(processName=PACKAGE_NAME)
91 @GfxMonitor(processName=PACKAGE_NAME)
DUiBenchTextJankTests.java20 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)
DUiBenchJankTestsHelper.java44 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/
DDialerJankTests.java61 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)