Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DActivityOptions.java22 public static final String FLICKER_APP_PACKAGE = "com.android.server.wm.flicker.testapp"; field in ActivityOptions
26 public static final ComponentName COMPONENT = new ComponentName(FLICKER_APP_PACKAGE,
27 FLICKER_APP_PACKAGE + ".SimpleActivity");
32 public static final ComponentName COMPONENT = new ComponentName(FLICKER_APP_PACKAGE,
33 FLICKER_APP_PACKAGE + ".SeamlessRotationActivity");
41 public static final ComponentName COMPONENT = new ComponentName(FLICKER_APP_PACKAGE,
42 FLICKER_APP_PACKAGE + ".ImeActivity");
46 FLICKER_APP_PACKAGE + ".ImeActivity.FINISH_ACTIVITY";
50 FLICKER_APP_PACKAGE + ".ImeActivity.START_DIALOG_THEMED_ACTIVITY";
54 FLICKER_APP_PACKAGE + ".ImeActivity.TOGGLE_ORIENTATION";
[all …]
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DAssistantAppHelper.kt85 Until.findObject(By.res(ActivityOptions.FLICKER_APP_PACKAGE, "vis_frame")), in openUI()