Home
last modified time | relevance | path

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

/cts/tests/inputmethod/testlauncher/src/android/view/inputmethod/ctstestlauncher/
DLauncherActivity.java39 Intent ctsTestAppIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local
40 ctsTestAppIntent.setComponent(new ComponentName( in onCreate()
43 ctsTestAppIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onCreate()
47 ctsTestAppIntent.putExtra( in onCreate()
51 ctsTestAppIntent.putExtra(MockTestActivityUtil.EXTRA_HANDWRITING_DELEGATE, true); in onCreate()
55 ctsTestAppIntent.putExtra( in onCreate()
62 delegatorView.setHandwritingDelegatorCallback(() -> startActivity(ctsTestAppIntent)); in onCreate()