Searched refs:SYSTEM_UI_NAME (Results 1 – 2 of 2) sorted by relevance
35 public static final String SYSTEM_UI_NAME = "com.android.systemui"; field in UiConstants
22 import static com.android.adservices.tests.ui.libs.UiConstants.SYSTEM_UI_NAME;608 return By.pkg(SYSTEM_UI_NAME).res(SYSTEM_UI_NAME, resourceId); in sysuiResSelector()