Searched refs:SYSTEMUI_PACKAGE (Results 1 – 3 of 3) sorted by relevance
41 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in OverviewTask218 BySelector divider = By.res(SYSTEMUI_PACKAGE, "docked_divider_handle"); in open()
184 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in LauncherInstrumentation583 if (SYSTEMUI_PACKAGE.equals(visibleApps)) return "Only System UI views are visible"; in getSystemAnomalyMessage()644 .filter(pkg -> pkg != null && !SYSTEMUI_PACKAGE.equals(pkg)) in getVisiblePackages()872 ? getLauncherPackageName() : SYSTEMUI_PACKAGE; in getNavigationButtonResPackage()1381 return mDevice.hasObject(By.res(SYSTEMUI_PACKAGE, resId)); in hasSystemUiObject()1387 Until.findObject(By.res(SYSTEMUI_PACKAGE, resId)), WAIT_TIME_MS); in waitForSystemUiObject()
111 private static final String SYSTEMUI_PACKAGE = "com.android.systemui"; field in AbstractLauncherUiTest327 By.res(SYSTEMUI_PACKAGE, resId)); in hasSystemUiObject()348 Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000)); in aggressivelyUnlockSysUi()378 Until.gone(By.res(SYSTEMUI_PACKAGE, "keyguard_status_view")), 60000); in verifyKeyguardInvisible()