Home
last modified time | relevance | path

Searched refs:MENU_ACTION_ON (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvPipMenuTests.kt180 uiDevice.waitForTvPipMenuElementWithDescription(Components.PipActivity.MENU_ACTION_ON)
194 Components.PipActivity.MENU_ACTION_ON)?.also {
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
H A DComponents.java47 public static final String MENU_ACTION_ON = "On"; field in Components.PipActivity