Searched refs:SYSTEMUI_PACKAGE (Results 1 – 3 of 3) sorted by relevance
96 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in BaseLauncherTaplTest322 By.res(SYSTEMUI_PACKAGE, resId)); in hasSystemUiObject()343 Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000)); in aggressivelyUnlockSysUi()371 Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000); in verifyKeyguardInvisible()
41 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in OverviewTask259 BySelector divider = By.res(SYSTEMUI_PACKAGE, "docked_divider_handle"); in open()
185 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in LauncherInstrumentation585 if (SYSTEMUI_PACKAGE.equals(visibleApps)) return "Only System UI views are visible"; in getSystemAnomalyMessage()651 .filter(pkg -> pkg != null && !SYSTEMUI_PACKAGE.equals(pkg)) in getVisiblePackages()901 ? getLauncherPackageName() : SYSTEMUI_PACKAGE; in getNavigationButtonResPackage()1425 return mDevice.hasObject(By.res(SYSTEMUI_PACKAGE, resId)); in hasSystemUiObject()1431 Until.findObject(By.res(SYSTEMUI_PACKAGE, resId)), WAIT_TIME_MS); in waitForSystemUiObject()