Home
last modified time | relevance | path

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

1234

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DComponentNameUtils.java29 public static String getActivityName(ComponentName componentName) { in getActivityName()
38 public static String getWindowName(ComponentName componentName) { in getWindowName()
47 public static String getLogTag(ComponentName componentName) { in getLogTag()
/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/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/
DContextCrossProfileTestConnection.java25 public void onServiceConnected(ComponentName componentName, IBinder service) { in onServiceConnected()
29 public void onServiceDisconnected(ComponentName componentName) { in onServiceDisconnected()
/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.java39 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testDisplayNameComparator() local
DPackageManagerTest.java455 ComponentName[] componentName = {new ComponentName(PACKAGE_NAME, ACTIVITY_NAME)}; in testAddPreferredActivity() local
515 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testAccessEnabledSetting() local
635 ComponentName componentName = new ComponentName(PACKAGE_NAME, ACTIVITY_NAME); in testGetResources() local
1150 final ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testGetInfo_noMetaData_InActivity() local
1161 final ComponentName componentName = new ComponentName(mContext, MockService.class); in testGetInfo_noMetaData_InService() local
1172 final ComponentName componentName = new ComponentName(mContext, MockReceiver.class); in testGetInfo_noMetaData_InBroadcastReceiver() local
1183 final ComponentName componentName = new ComponentName(mContext, MockContentProvider.class); in testGetInfo_noMetaData_InContentProvider() local
1224 final ComponentName componentName = new ComponentName(mContext, MockActivity.class); in testGetInfo_checkMetaData_InActivity() local
1235 final ComponentName componentName = new ComponentName(mContext, MockService.class); in testGetInfo_checkMetaData_InService() local
1246 final ComponentName componentName = new ComponentName(mContext, MockReceiver.class); in testGetInfo_checkMetaData_InBroadcastReceiver() local
[all …]
DInstrumentationInfoTest.java36 ComponentName componentName = new ComponentName(PACKAGE_NAME, INSTRUMENTATION_NAME); in testInstrumentationInfo() local
DServiceInfoTest.java35 ComponentName componentName = new ComponentName(PACKAGE_NAME, SERVICE_NAME); in testServiceInfo() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DHideOverlayWindowsTest.java79 ComponentName componentName = new ComponentName( in testApplicationOverlayHiddenWhenRequested() local
101 ComponentName componentName = new ComponentName( in testSystemApplicationOverlayFlagNoEffectWithoutPermission() local
124 ComponentName componentName = new ComponentName( in testInternalSystemApplicationOverlaysNotHidden() local
141 ComponentName componentName = new ComponentName( in testSystemApplicationOverlaysNotHidden() local
158 ComponentName componentName = new ComponentName( in testSystemApplicationOverlayHiddenWithoutFlag() local
DActivityMetricsLoggerTests.java140 private void assertMetricsLogs(ComponentName componentName, in assertMetricsLogs()
170 private void assertEventLogsContainsLaunchTime(List<Event> events, ComponentName componentName, in assertEventLogsContainsLaunchTime()
178 ComponentName componentName, IntConsumer launchTimeVerifier) { in verifyLaunchTimeEventLogs()
445 private LogMaker waitForMetricsLog(ComponentName componentName, int category) { in waitForMetricsLog()
471 private LogMaker getMetricsLog(ComponentName componentName, int category) { in getMetricsLog()
478 private static boolean isComponentMatched(LogMaker log, ComponentName componentName) { in isComponentMatched()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricSecurityTests.java178 final ComponentName componentName = getComponentName(requestedStrength); in testBiometricStrength_forSensor_authAllowed() local
184 ActivitySession activitySession = new ActivitySession(this, componentName)) { in testBiometricStrength_forSensor_authAllowed() argument
225 final ComponentName componentName = getComponentName(requestedStrength); in testBiometricStrength_forSensor_authDisallowed() local
231 ActivitySession activitySession = new ActivitySession(this, componentName)) { in testBiometricStrength_forSensor_authDisallowed() argument
359 final ComponentName componentName = getComponentName(requestedStrength); in testBiometricStrengthDowngraded_forSensor() local
362 ActivitySession activitySession = new ActivitySession(this, componentName)) { in testBiometricStrengthDowngraded_forSensor() argument
522 final ComponentName componentName = getComponentName(requestedStrength); in testBiometricStrengthUpgraded_forSensor() local
528 ActivitySession activitySession = new ActivitySession(this, componentName)) { in testBiometricStrengthUpgraded_forSensor() argument
DActivitySession.java33 public ActivitySession(@NonNull BiometricTestBase test, @NonNull ComponentName componentName) { in ActivitySession()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicyController.java39 UserReference user, PackageReference pkg, ComponentName componentName) { in DevicePolicyController()
68 public ComponentName componentName() { in componentName() method in DevicePolicyController
DAdbDevicePolicyParser27.java69 ComponentName componentName = ComponentName.unflattenFromString( in parseDeviceOwner() local
112 ComponentName componentName = ComponentName.unflattenFromString( in extractProfileOwner() local
DProfileOwner.java39 ComponentName componentName) { in ProfileOwner()
DDeviceOwner.java39 ComponentName componentName) { in DeviceOwner()
/cts/tests/tests/car/src/android/car/cts/
DCarRotaryImeTest.java124 ComponentName componentName = ComponentName.unflattenFromString(flattenedComponentName); in isValidIme() local
134 @NonNull ComponentName componentName) { in imeSettingContains()
/cts/tests/tests/sharesheet/src/android/sharesheet/cts/
DCtsSharesheetChooserTargetService.java31 public List<ChooserTarget> onGetChooserTargets(ComponentName componentName, in onGetChooserTargets()
/cts/suite/audio_quality/lib/src/
DClientImpl.cpp42 android::String8 componentName("com.android.cts.audiotest/.CtsAudioClientActivity"); in init() local
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceTestUtils.java24 …public static SmartspaceTarget getBasicSmartspaceTarget(String id, ComponentName componentName, Us… in getBasicSmartspaceTarget()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileSharingTest.java59 ComponentName componentName = in startSwitchToOtherProfileIntent() local
80 ComponentName componentName = in startSwitchToOtherProfileIntent_chooser() local
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java54 final ComponentName componentName = extras.getParcelable(EXTRA_COMPONENT_NAME); in onReceive() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2020_0294.java51 ComponentName componentName = in testPocCVE_2020_0294() local
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DComponentPowerStateInfo.java25 protected ComponentPowerStateInfo(String componentName, boolean powerState) { in ComponentPowerStateInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPasswordMinimumRestrictionsTest.java187 ComponentName componentName, int length) throws Exception { in invokeSetMethod()
197 ComponentName componentName) throws Exception { in invokeGetMethod()

1234