Searched defs:targetComponent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DTransferOwnershipMetadataManager.java93 TAG_TARGET_COMPONENT, params.targetComponent.flattenToString());
140 String targetComponent = null;
154 targetComponent = parser.getText();
166 return new Metadata(adminComponent, targetComponent, userId, adminType);
181 final ComponentName targetComponent; field in class:TransferOwnershipMetadataManager.Metadata
184 Metadata(@NonNull ComponentName sourceComponent, @NonNull ComponentName targetComponent, argument
187 this.targetComponent = targetComponent;
189 Preconditions.checkNotNull(targetComponent);
215 && targetComponent
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java4909 public WaitInfo(ComponentName targetComponent, WaitResult result) { argument
4910 this.mTargetComponent = targetComponent;
4914 public boolean matches(ComponentName targetComponent) { argument
4915 return mTargetComponent == null || mTargetComponent.equals(targetComponent);
H A DActivityManagerService.java1159 ComponentName targetComponent, String targetProcess) {
1163 mTargetComponent = targetComponent;
22936 int targetUid, ComponentName targetComponent, String targetProcess) {
22946 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent);
22949 components.put(targetComponent, sourceUids);
22958 ass = new Association(sourceUid, sourceProcess, targetUid, targetComponent,
22972 ComponentName targetComponent) {
22981 SparseArray<ArrayMap<String, Association>> sourceUids = components.get(targetComponent);
1158 Association(int sourceUid, String sourceProcess, int targetUid, ComponentName targetComponent, String targetProcess) argument
22935 startAssociationLocked(int sourceUid, String sourceProcess, int sourceState, int targetUid, ComponentName targetComponent, String targetProcess) argument
22971 stopAssociationLocked(int sourceUid, String sourceProcess, int targetUid, ComponentName targetComponent) argument
[all...]

Completed in 386 milliseconds