HomeSort by relevance Sort by last modified time
    Searched full:targetcomponent (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
PersistentIntentResolvingTest.java 122 ComponentName targetComponent = new ComponentName(PACKAGE_NAME,
124 mDevicePolicyManager.addPersistentPreferredActivity(getWho(), filter, targetComponent);
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 312 ComponentName targetComponent = new ComponentName(
316 targetIntent.setComponent(targetComponent);
322 realActivity = targetComponent;
326 realActivity = targetComponent;
    [all...]
ActivityManagerService.java 767 ComponentName targetComponent, String targetProcess) {
771 mTargetComponent = targetComponent;
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java     [all...]

Completed in 492 milliseconds