Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java50 private static final ComponentName FEATURE_A_ACTIVITY = field in SplitAppTest
92 assertActivitiesDoNotExist(context, FEATURE_A_ACTIVITY, FEATURE_B_ACTIVITY, in shouldLoadDefault()
106 assertActivitiesDoNotExist(context, FEATURE_A_ACTIVITY, FEATURE_B_ACTIVITY, in shouldLoadPolishLocale()
114 new Intent().setComponent(FEATURE_A_ACTIVITY)); in shouldLoadFeatureADefault()
130 new Intent().setComponent(FEATURE_A_ACTIVITY)).createConfigurationContext(PL); in shouldLoadFeatureAPolishLocale()
216 assertActivitiesDoNotExist(context, FEATURE_A_ACTIVITY, FEATURE_B_ACTIVITY); in shouldLoadFeatureCDefault()
232 assertActivitiesDoNotExist(context, FEATURE_A_ACTIVITY, FEATURE_B_ACTIVITY); in shouldLoadFeatureCPolishLocale()
/cts/hostsidetests/classloaders/splits/apps/src/com/android/cts/classloadersplitapp/
DSplitAppTest.java58 private static final ComponentName FEATURE_A_ACTIVITY = field in SplitAppTest
87 new Intent().setComponent(FEATURE_A_ACTIVITY)); in testFeatureAClassLoader()