Home
last modified time | relevance | path

Searched defs:componentName (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java110 final ComponentName componentName = getComponentName(); in testConstructor() local
137 ComponentName componentName = new ComponentName("com.android.view", in testGetShortClassName() local
189 final ComponentName componentName = getComponentName(); in testUnflattenFromString() local
207 final ComponentName componentName = new ComponentName("com.android.view", in testFlattenToShortString() local
272 final ComponentName componentName = getComponentName(); in testHashCode() local
290 final ComponentName componentName = getComponentName(); in testWriteToParcel() local
314 final ComponentName componentName = new ComponentName(mContext, this.getClass()); in getComponentName() local
/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java76 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testWriteToParcel() local
108 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testGetThemeResource() local
137 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testDescribeContents() local
DPackageItemInfo_DisplayNameComparatorTest.java57 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testDisplayNameComparator() local
DInstrumentationInfoTest.java71 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME); in testInstrumentationInfo() local
DServiceInfoTest.java70 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo() local
DPackageManagerTest.java506 ComponentName[] componentName = {new ComponentName(PACKAGE_NAME, ACTIVITY_NAME)}; in testOpPackagePreferredActivities() local
586 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testAccessEnabledSetting() local
821 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testGetResources() local
DPackageItemInfoTest.java160 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in getTestItemInfo() local
/cts/tests/tests/app/src/android/app/cts/
DTabActivityTest.java166 final ComponentName componentName = new ComponentName(context, MockTabActivity.class); in testChildTitleCallback() local