Home
last modified time | relevance | path

Searched refs:targetComponent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java312 ComponentName targetComponent = new ComponentName( in setIntent() local
316 targetIntent.setComponent(targetComponent); in setIntent()
322 realActivity = targetComponent; in setIntent()
326 realActivity = targetComponent; in setIntent()
DActivityManagerService.java767 ComponentName targetComponent, String targetProcess) { in Association() argument
771 mTargetComponent = targetComponent; in Association()
16874 ComponentName targetComponent, String targetProcess) { in startAssociationLocked() argument
16884 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent); in startAssociationLocked()
16887 components.put(targetComponent, sourceUids); in startAssociationLocked()
16896 ass = new Association(sourceUid, sourceProcess, targetUid, targetComponent, in startAssociationLocked()
16909 ComponentName targetComponent) { in stopAssociationLocked() argument
16918 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent); in stopAssociationLocked()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java2665 ComponentName targetComponent;
2679 targetComponent = syncAdapterInfo.componentName;
2688 targetComponent = info.service;
2710 if (!activeSyncContext.bindToSyncAdapter(targetComponent, info.userId)) {
2711 Log.e(TAG, "Bind attempt failed - target: " + targetComponent);