Home
last modified time | relevance | path

Searched defs:originalIntent (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DIChooserWrapper.java39 DisplayResolveInfo createTestDisplayResolveInfo(Intent originalIntent, ResolveInfo pri, in createTestDisplayResolveInfo()
H A DChooserWrapperActivity.java110 protected TargetInfo getNearbySharingTarget(Intent originalIntent) { in getNearbySharingTarget()
227 public DisplayResolveInfo createTestDisplayResolveInfo(Intent originalIntent, ResolveInfo pri, in createTestDisplayResolveInfo()
/aosp14/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java55 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, Intent pOrigIntent, in DisplayResolveInfo()
61 public DisplayResolveInfo(Intent originalIntent, ResolveInfo pri, CharSequence pLabel, in DisplayResolveInfo()
/aosp14/frameworks/base/core/java/android/provider/
H A DContactsInternal.java91 private static boolean maybeStartManagedQuickContact(Context context, Intent originalIntent) { in maybeStartManagedQuickContact()
H A DContactsContract.java9248 boolean isContactIdIgnored, long directoryId, Intent originalIntent) { in rebuildManagedQuickContactsIntent()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStartInterceptorTest.java324 Intent originalIntent = new Intent(); in testLockedManagedProfileShowWhenLocked() local
356 Intent originalIntent = new Intent(); in testLockedManagedProfileShowWhenLockedEncryptedStorageDirectBootAware() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DResolveIntentHelper.java413 Intent originalIntent = null; in queryIntentReceiversInternal() local
H A DComputerEngine.java510 Intent originalIntent = null; in queryIntentActivitiesInternal() local
609 list, false, originalIntent, resolvedType, filterCallingUid); in queryIntentActivitiesInternal() local
645 Intent originalIntent = null; in queryIntentServicesInternal() local
704 list, false, originalIntent, resolvedType, callingUid); in queryIntentServicesInternal() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueueImpl.java984 private static Intent prepareReceiverIntent(@NonNull Intent originalIntent, in prepareReceiverIntent()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1638 final Intent originalIntent = intent.getParcelableExtra(EXTRA_ORIGINAL_INTENT); in dumpIntent() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java1370 Intent originalIntent, String callingPackage, @Nullable String callingFeatureId, in createLaunchIntent()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java10597 boolean isContactIdIgnored, long directoryId, Intent originalIntent) { in startManagedQuickContact()
10613 Intent originalIntent) { in startManagedQuickContact()
H A DIDevicePolicyManager.aidl342 …lookupKey, long contactId, boolean isContactIdIgnored, long directoryId, in Intent originalIntent); in startManagedQuickContact()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java8767 public void setOriginalIntent(@Nullable Intent originalIntent) { in setOriginalIntent()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java14681 boolean isContactIdIgnored, long actualDirectoryId, Intent originalIntent) { in startManagedQuickContact()