Searched refs:AUTOFILL_ACTIVITY_NAME (Results 1 – 2 of 2) sorted by relevance
33 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity"; field in AutofillActivity43 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()
30 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity"; field in AutofillRestrictionsTest79 launchIntent.setClassName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME); in launchActivityAndGetEnabled()