OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTOFILL_PACKAGE_NAME
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
AutofillActivity.java
32
private static final String
AUTOFILL_PACKAGE_NAME
= "com.android.cts.devicepolicy.autofillapp";
33
private static final String AUTOFILL_ACTIVITY_NAME =
AUTOFILL_PACKAGE_NAME
+ ".SimpleActivity";
43
launchIntent.setComponent(new ComponentName(
AUTOFILL_PACKAGE_NAME
, AUTOFILL_ACTIVITY_NAME));
AutofillRestrictionsTest.java
29
private static final String
AUTOFILL_PACKAGE_NAME
= "com.android.cts.devicepolicy.autofillapp";
30
private static final String AUTOFILL_ACTIVITY_NAME =
AUTOFILL_PACKAGE_NAME
+ ".SimpleActivity";
77
launchIntent.setClassName(
AUTOFILL_PACKAGE_NAME
, AUTOFILL_ACTIVITY_NAME);
Completed in 72 milliseconds