/cts/tests/tests/content/src/android/content/cts/ |
D | ComponentNameTest.java | 81 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/ |
D | ActivityInfoTest.java | 50 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
|
D | PackageItemInfo_DisplayNameComparatorTest.java | 37 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testDisplayNameComparator() local
|
D | ServiceInfoTest.java | 33 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo() local
|
D | InstrumentationInfoTest.java | 34 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME); in testInstrumentationInfo() local
|
D | PackageManagerTest.java | 326 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
|
D | PackageItemInfoTest.java | 95 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in getTestItemInfo() local
|
/cts/suite/audio_quality/lib/src/ |
D | ClientImpl.cpp | 42 android::String8 componentName("com.android.cts.audiotest/.CtsAudioClientActivity"); in init() local
|
/cts/tests/tests/app/src/android/app/cts/ |
D | TabActivityTest.java | 92 final ComponentName componentName = new ComponentName(context, MockTabActivity.class); in testChildTitleCallback() local
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 335 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/ |
D | TvInputInfoTest.java | 64 final ComponentName componentName = in testTvInputInfoOp() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncoderTest.java | 175 private void testEncoder(String componentName, MediaFormat format) { in testEncoder()
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 1429 private AppWidgetProviderInfo getProviderInfo(ComponentName componentName) { in getProviderInfo()
|