Home
last modified time | relevance | path

Searched defs:targetIntent (Results 1 – 25 of 533) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt70 val targetIntent = Intent(Intent.ACTION_VIEW) in createDataProvider() constant
82 val targetIntent = in test_sendSingleTextFileWithoutPreview_resolvesToFilePreviewUi() constant
101 val targetIntent = in test_sendSingleTextFileWithDisplayNameAndTitle_displayNameTakesPrecedenceOverTitle() constant
124 val targetIntent = Intent(Intent.ACTION_SEND).apply { type = "image/png" } in test_sendIntentWithoutUris_resolvesToTextPreviewUiSynchronously() constant
134 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_STREAM, uri) } in test_sendSingleImage_resolvesToImagePreviewUi() constant
150 val targetIntent = in test_sendSingleFile_resolvesToFilePreviewUi() constant
168 val targetIntent = in test_sendSingleImageWithFailingGetType_resolvesToFilePreviewUi() constant
189 val targetIntent = in test_sendSingleFileWithFailingMetadata_resolvesToFilePreviewUi() constant
214 val targetIntent = in test_sendSingleImageWithFailingGetTypeDisjointTitleRead_resolvesToFilePreviewUi() constant
237 val targetIntent = in test_sendSingleFileWithFailingImageMetadata_resolvesToFilePreviewUi() constant
[all …]
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/payloadtoggle/domain/update/
DSelectionChangeCallbackImplTest.kt80 val targetIntent = in <lambda>() constant
173 val targetIntent = Intent(ACTION_SEND_MULTIPLE) in <lambda>() constant
212 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
248 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
299 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
342 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
370 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
392 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
419 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
451 val targetIntent = Intent(ACTION_SEND) in <lambda>() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DChooserActionFactoryTest.kt103 val targetIntent = in nonSendAction_noCopyRunnable() constant
128 val targetIntent = Intent(Intent.ACTION_SEND) in sendActionNoText_noCopyRunnable() constant
149 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_TEXT, "Text") } in sendActionWithTextCopyRunnable() constant
176 val targetIntent = Intent() in createFactory() constant
DChooserListAdapterDataTest.kt55 private val targetIntent = Intent(Intent.ACTION_SEND) constant
77 val targetIntent = Intent(Intent.ACTION_SEND) in test_twoTargetsWithNonOverlappingInitialIntent_threeTargetsInResolverAdapter() constant
142 val targetIntent = Intent(Intent.ACTION_SEND) in test_twoTargetsWithOverlappingInitialIntent_oneTargetsInResolverAdapter() constant
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/deeplink/
DDeepLinkHomepageActivity.java76 Intent targetIntent; in maybeLaunchDeepLinkActivity() local
112 private String getTopLevelHeaderKey(Intent targetIntent) { in getTopLevelHeaderKey()
128 public static Intent convertToDeepLinkHomepageIntent(@NonNull Intent targetIntent) { in convertToDeepLinkHomepageIntent()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/
DNotificationActivityStarter.java72 private android.content.Intent targetIntent; field in NotificationActivityStarter.SettingsIntent
80 public SettingsIntent(@org.jetbrains.annotations.NotNull() in SettingsIntent()
130 …r.notification.NotificationActivityStarter.SettingsIntent copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/
DPreviewDataProvider.java29 private final android.content.Intent targetIntent = null; field in PreviewDataProvider
58 android.content.Intent targetIntent, @org.jetbrains.annotations.Nullable() in PreviewDataProvider()
146 android.content.Intent targetIntent, @org.jetbrains.annotations.Nullable() in PreviewDataProvider()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserActionFactory.java126 Intent targetIntent, in ChooserActionFactory()
244 Intent targetIntent, in makeCopyButtonRunnable()
268 private static ClipData extractTextToCopy(Intent targetIntent) { in extractTextToCopy()
DShortcutSelectionLogic.java80 Intent targetIntent, in addServiceResults()
163 ChooserTarget target, Intent targetIntent) { in createResolvedIntentForCallerTarget()
DResolverListAdapter.java108 Intent targetIntent, in ResolverListAdapter()
137 Intent targetIntent, in ResolverListAdapter()
869 Intent targetIntent, in makeOtherProfileDisplayResolveInfo()
DChooserListAdapter.java170 Intent targetIntent, in ChooserListAdapter()
210 Intent targetIntent, in ChooserListAdapter()
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/contentpreview/payloadtoggle/domain/interactor/
DUpdateChooserRequestInteractor.java28 public final void applyUpdate(@org.jetbrains.annotations.NotNull() in applyUpdate()
33 public final void setTargetIntent(@org.jetbrains.annotations.NotNull() in setTargetIntent()
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/onboarding/
DOnboardingActivity.java30 private android.content.Intent targetIntent; field in OnboardingActivity
72 android.content.Intent targetIntent) { in createIntent()
/aosp_15_r20/packages/apps/Settings/tests/spa_unit/src/com/android/settings/activityembedding/
DEmbeddedDeepLinkUtilsTest.kt37 val targetIntent = Intent().setClassName( in getTrampolineIntent_intentSelector_shouldNotChangeIntentAction() constant
/aosp_15_r20/out/soong/.intermediates/packages/modules/IntentResolver/IntentResolver-core/android_common/kapt/gen/stubs/com/android/intentresolver/data/model/
DChooserRequest.java24 private final android.content.Intent targetIntent = null; field in ChooserRequest
215 public ChooserRequest(@org.jetbrains.annotations.NotNull() in ChooserRequest()
620 …inal com.android.intentresolver.data.model.ChooserRequest copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/navigation/
DTrampolineActivity.kt73 val targetIntent = in onCreate() constant
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sharesheet/
H A DSharesheetAdditionalContentProvider.java131 Intent targetIntent = chooserIntent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in updateChooseAction() local
186 Intent targetIntent = chooserIntent.getParcelableExtra(Intent.EXTRA_INTENT, Intent.class); in updateChooserResultIntentSender() local
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/inject/
DActivityModelModule.kt66 fun targetIntent(chooserReq: ValidationResult<ChooserRequest>): Intent = in <lambda>() method
/aosp_15_r20/development/apps/ShareTest/src/com/android/sharetest/
H A DAdditionalContentProvider.kt84 targetIntent -> in <lambda>() method
129 targetIntent -> in <lambda>() method
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/ui/viewmodel/
DChooserRequestReader.kt74 val targetIntent = required(IntentOrUri(EXTRA_INTENT)).maybeAddSendActionFlags() in readChooserRequest() constant
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/
H A DResolverListController.java69 Intent targetIntent, in ResolverListController()
88 Intent targetIntent, in ResolverListController()
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ui/viewmodel/
DChooserRequestTest.kt252 val targetIntent = in textSharedTextAndTitle() constant
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DImmutableTargetInfo.java160 public Builder setTargetIntent(Intent targetIntent) { in setTargetIntent()
591 Intent targetIntent, in ImmutableTargetInfo()
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DUnderdevelopedSettings.java26 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null); in getTargetIntent() local
/aosp_15_r20/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
H A DSmokeTestActivity.java35 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null); in getTargetIntent() local

12345678910>>...22