Searched refs:ctsTestAppIntent (Results 1 – 1 of 1) sorted by relevance
39 Intent ctsTestAppIntent = new Intent(Intent.ACTION_MAIN); in onCreate() local40 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()