Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAutofillActivity.java32 private static final String AUTOFILL_PACKAGE_NAME = "com.android.cts.devicepolicy.autofillapp"; field in AutofillActivity
33 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity";
43 launchIntent.setComponent(new ComponentName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME)); in onCreate()
DAutofillRestrictionsTest.java29 private static final String AUTOFILL_PACKAGE_NAME = "com.android.cts.devicepolicy.autofillapp"; field in AutofillRestrictionsTest
30 private static final String AUTOFILL_ACTIVITY_NAME = AUTOFILL_PACKAGE_NAME + ".SimpleActivity";
79 launchIntent.setClassName(AUTOFILL_PACKAGE_NAME, AUTOFILL_ACTIVITY_NAME); in launchActivityAndGetEnabled()