Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DSliceBroadcastRelay.java40 public static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in SliceBroadcastRelay
59 registerBroadcast.setPackage(SYSTEMUI_PACKAGE); in registerReceiver()
79 registerBroadcast.setPackage(SYSTEMUI_PACKAGE); in unregisterReceivers()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java45 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in UiBot
69 boolean gotIt = mDevice.wait(Until.hasObject(By.pkg(SYSTEMUI_PACKAGE)), mTimeout); in getNotification()
70 assertTrue("could not get system ui (" + SYSTEMUI_PACKAGE + ")", gotIt); in getNotification()
85 By.res(SYSTEMUI_PACKAGE, "notification_stack_scroller")), mTimeout); in getNotification2()
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DLetterboxAppHelper.kt24 import android.tools.helpers.SYSTEMUI_PACKAGE
46 Until.findObject(By.res(SYSTEMUI_PACKAGE, "size_compat_restart_button")), in clickRestart()
55 By.res(SYSTEMUI_PACKAGE, "letterbox_restart_dialog_restart_button") in clickRestart()
DPipAppHelper.kt28 import android.tools.helpers.SYSTEMUI_PACKAGE in <lambda>()
285 uiDevice.wait(Until.gone(By.res(SYSTEMUI_PACKAGE, "dismiss")), FIND_TIMEOUT) in <lambda>()
337 val dismissSelector = By.res(SYSTEMUI_PACKAGE, "dismiss") in <lambda>()
352 val dismissSelector = By.res(SYSTEMUI_PACKAGE, "dismiss") in <lambda>()
361 val expandSelector = By.res(SYSTEMUI_PACKAGE, "expand_button") in <lambda>()
DDesktopModeAppHelper.kt21 import android.tools.helpers.SYSTEMUI_PACKAGE
52 get() = By.res(SYSTEMUI_PACKAGE, CAPTION) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble/src/com/android/wm/shell/flicker/bubble/
DBaseBubbleScreen.kt29 import android.tools.helpers.SYSTEMUI_PACKAGE
109 const val SYSTEM_UI_PACKAGE = SYSTEMUI_PACKAGE in FlickerTestData()
/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
DIconPackOverlayTest.java54 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in IconPackOverlayTest
117 containsAllOverlayedIcons(SYSTEMUI_PACKAGE, SYSTEMUI_ICON_PACK_OVERLAY_PACKAGES); in testSystemUI_containAllOverlayedIcons()
147 hasEqualVectorDrawableAttributes(SYSTEMUI_PACKAGE, SYSTEMUI_ICON_PACK_OVERLAY_PACKAGES); in testSystemUI_hasEqualVectorDrawableAttributes()