Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DComponentNameTest.java81 final ComponentName componentName = getComponentName(); in testConstructor() local
98 ComponentName componentName = new ComponentName("com.android.view", in testGetShortClassName() local
128 final ComponentName componentName = getComponentName(); in testUnflattenFromString() local
141 final ComponentName componentName = new ComponentName("com.android.view", in testFlattenToShortString() local
181 final ComponentName componentName = getComponentName(); in testHashCode() local
194 final ComponentName componentName = getComponentName(); in testWriteToParcel() local
213 final ComponentName componentName = new ComponentName(mContext, this.getClass()); in getComponentName() local
/cts/tests/tests/content/src/android/content/pm/cts/
DActivityInfoTest.java50 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testWriteToParcel() local
77 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testGetThemeResource() local
96 ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testDescribeContents() local
DPackageItemInfo_DisplayNameComparatorTest.java37 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testDisplayNameComparator() local
DServiceInfoTest.java33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo() local
DInstrumentationInfoTest.java34 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME); in testInstrumentationInfo() local
DPackageManagerTest.java326 ComponentName[] componentName = {new ComponentName(PACKAGE_NAME, ACTIVITY_NAME)}; in testAddPreferredActivity() local
384 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testAccessEnabledSetting() local
446 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testGetResources() local
DPackageItemInfoTest.java95 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in getTestItemInfo() local
/cts/suite/audio_quality/lib/src/
DClientImpl.cpp42 android::String8 componentName("com.android.cts.audiotest/.CtsAudioClientActivity"); in init() local
/cts/tests/tests/app/src/android/app/cts/
DTabActivityTest.java92 final ComponentName componentName = new ComponentName(context, MockTabActivity.class); in testChildTitleCallback() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java335 protected boolean setProfileOwner(String componentName, int userId) in setProfileOwner()
343 protected void setProfileOwnerOrFail(String componentName, int userId) in setProfileOwnerOrFail()
351 protected void setDeviceAdmin(String componentName) throws DeviceNotAvailableException { in setDeviceAdmin()
359 protected boolean setDeviceOwner(String componentName) throws DeviceNotAvailableException { in setDeviceOwner()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputInfoTest.java64 final ComponentName componentName = in testTvInputInfoOp() local
/cts/tests/tests/media/src/android/media/cts/
DEncoderTest.java175 private void testEncoder(String componentName, MediaFormat format) { in testEncoder()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1429 private AppWidgetProviderInfo getProviderInfo(ComponentName componentName) { in getProviderInfo()