Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/config/desktopmode/
DComponents.kt22 import android.tools.helpers.SYSTEMUI_PACKAGE in <lambda>()
28 ComponentTemplate("APP_HEADER") { ComponentNameMatcher(SYSTEMUI_PACKAGE, "caption_handle") } in <lambda>()
/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 …]
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DQuickSettingsHelper.java53 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in QuickSettingsHelper
55 private static final BySelector FOOTER_SELECTOR = By.res(SYSTEMUI_PACKAGE, "qs_footer");
80 .createPackageContext(SYSTEMUI_PACKAGE, CONTEXT_IGNORE_SECURITY); in obtainDefaultQSTiles()
84 .getIdentifier(QS_DEFAULT_TILES_RES, "string", SYSTEMUI_PACKAGE); in obtainDefaultQSTiles()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt50 @VisibleForTesting const val SYSTEMUI_PACKAGE = "com.android.systemui" constant
70 val enabled = this.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps")) == null in isQuickstepEnabled()
87 val navBar = this.findObject(By.res(SYSTEMUI_PACKAGE, "navigation_bar_frame")) in openQuickstep()
147 val recentsSelector = By.res(SYSTEMUI_PACKAGE, "recent_apps") in longPressRecents()
253 get() = By.res(SYSTEMUI_PACKAGE, "docked_divider_handle")
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DUtils.kt60 const val SYSTEMUI_PACKAGE = "com.android.systemui" in <lambda>() constant
230 val uid = packageManager.getApplicationInfo(SYSTEMUI_PACKAGE, 0).uid in outputFileName()