Home
last modified time | relevance | path

Searched refs:SYSTEMUI_PACKAGE (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java43 public static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in ActivityHelper
110 while (!mDevice.wait(Until.hasObject(By.res(SYSTEMUI_PACKAGE, "recents_view")), in clearRecents()
120 By.res(SYSTEMUI_PACKAGE, "recents_view")), ONE_SECOND * 5)); in clearRecents()
124 By.res(SYSTEMUI_PACKAGE, "task_view_thumbnail")), ONE_SECOND * 5).size(); in clearRecents()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java67 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in SystemUiJankTests
418 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
453 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
474 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
509 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
546 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
583 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
631 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
669 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
673 UiObject2 brightness = mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "slider")); in testChangeBrightness()
[all …]