Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.java51 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in AutomationUtils
82 boolean enabled = device.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps")) == null; in isQuickstepEnabled()
90 UiObject2 navBar = device.findObject(By.res(SYSTEMUI_PACKAGE, "navigation_bar_frame")); in openQuickstep()
168 BySelector recentsSelector = By.res(SYSTEMUI_PACKAGE, "recent_apps"); in longPressRecents()
207 return By.res(SYSTEMUI_PACKAGE, "docked_divider_handle"); in getSplitScreenDividerSelector()
255 return By.res(SYSTEMUI_PACKAGE, "background"); in getPipWindowSelector()
264 UiObject2 exitPipObject = device.findObject(By.res(SYSTEMUI_PACKAGE, "dismiss")); in closePipWindow()
/platform_testing/libraries/system-helpers/activity-helper/src/android/system/helpers/
DActivityHelper.java42 public static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in ActivityHelper
109 while (!mDevice.wait(Until.hasObject(By.res(SYSTEMUI_PACKAGE, "recents_view")), in clearRecents()
119 By.res(SYSTEMUI_PACKAGE, "recents_view")), ONE_SECOND * 5)); in clearRecents()
123 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.java66 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in SystemUiJankTests
405 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
440 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
461 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
496 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
533 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
570 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
618 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
654 @GfxMonitor(processName = SYSTEMUI_PACKAGE)
656 UiObject2 brightness = mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "slider")); in testChangeBrightness()
[all …]