Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
H A DActivityOptions.java27 FLICKER_APP_PACKAGE + ".SimpleActivity");
42 FLICKER_APP_PACKAGE + ".ImeActivity");
79 FLICKER_APP_PACKAGE + ".TransparentActivity");
91 FLICKER_APP_PACKAGE + ".DialogThemedActivity");
97 FLICKER_APP_PACKAGE + ".PortraitOnlyActivity");
154 FLICKER_APP_PACKAGE + ".MailActivity");
172 FLICKER_APP_PACKAGE + ".GameActivity");
178 FLICKER_APP_PACKAGE + ".LaunchNewActivity");
205 FLICKER_APP_PACKAGE + ".PipActivity");
240 new ComponentName(FLICKER_APP_PACKAGE, FLICKER_APP_PACKAGE + ".GameActivity");
[all …]
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DAssistantAppHelper.kt85 Until.findObject(By.res(ActivityOptions.FLICKER_APP_PACKAGE, "vis_frame")),