Home
last modified time | relevance | path

Searched defs:targetComponent (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInflatingListActivity.java38 final ComponentName targetComponent = getIntent().getComponent(); in createListAdapter() local
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DTransferOwnershipMetadataManager.java138 String targetComponent = null; in parseMetadataFile() local
179 final ComponentName targetComponent; field in TransferOwnershipMetadataManager.Metadata
182 Metadata(@NonNull ComponentName sourceComponent, @NonNull ComponentName targetComponent, in Metadata()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsRequestReceiver.kt63 val targetComponent = try { regex
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java701 @NonNull ComponentName targetComponent) { in ShareShortcutInfo()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java136 final ComponentName targetComponent = ComponentName.createRelative( in testFindActivityByTargetComponent() local
H A DTaskTests.java929 final ComponentName targetComponent = in testTaskIntentActivityAlias() local
H A DActivityRecordTests.java1250 final ComponentName targetComponent = ComponentName.createRelative( in testFinishActivityIfPossible_sendResultImmediately() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java1004 ComponentName targetComponent = new ComponentName( in setIntent() local
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3694 ComponentName targetComponent; in dispatchSyncOperation() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1237 ComponentName targetComponent, String targetProcess) { in Association()
16170 int targetUid, long targetVersionCode, ComponentName targetComponent, in startAssociationLocked()
16207 long targetVersionCode, ComponentName targetComponent, String targetProcess) { in stopAssociationLocked()