Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityViewTest.java21 import static android.server.wm.app.Components.INPUT_METHOD_TEST_ACTIVITY;
234 launchActivityInActivityView(INPUT_METHOD_TEST_ACTIVITY, extras); in testInputMethod()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java191 public static final ComponentName INPUT_METHOD_TEST_ACTIVITY = field in Components