Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillActivity.java33 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity"; field in AutofillActivity
43 launchIntent.setComponent(new ComponentName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME)); in onCreate()
56 throw new IllegalStateException(AUTOFILL_ACTIVITY_NAME + " didn't finish in 2 seconds"); in isAutofillEnabled()
DAutofillRestrictionsTest.java30 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity"; field in AutofillRestrictionsTest
79 launchIntent.setClassName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME); in launchActivityAndGetEnabled()