Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt48 val targetIntent = Intent(Intent.ACTION_VIEW) in test_nonSendIntentAction_resolvesToTextPreviewUiSynchronously() constant
59 val targetIntent = in test_sendSingleTextFileWithoutPreview_resolvesToFilePreviewUi() constant
76 val targetIntent = Intent(Intent.ACTION_SEND).apply { type = "image/png" } in test_sendIntentWithoutUris_resolvesToTextPreviewUiSynchronously() constant
87 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_STREAM, uri) } in test_sendSingleImage_resolvesToImagePreviewUi() constant
102 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_STREAM, uri) } in test_sendSingleNonImage_resolvesToFilePreviewUi() constant
117 val targetIntent = in test_sendSingleImageWithFailingGetType_resolvesToFilePreviewUi() constant
136 val targetIntent = in test_sendSingleImageWithFailingMetadata_resolvesToFilePreviewUi() constant
158 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_STREAM, uri) } in test_SingleNonImageUriWithImageTypeInGetStreamTypes_useImagePreviewUi() constant
193 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_STREAM, uri) } in testMetadataToImagePreview() constant
211 val targetIntent = in test_multipleImageUri_useImagePreviewUi() constant
[all …]
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserActionFactoryTest.kt119 val targetIntent = in nonSendAction_noCopyRunnable() constant
145 val targetIntent = Intent(Intent.ACTION_SEND) in sendActionNoText_noCopyRunnable() constant
168 val targetIntent = Intent(Intent.ACTION_SEND).apply { putExtra(Intent.EXTRA_TEXT, "Text") } in sendActionWithText_nonNullCopyRunnable() constant
191 val targetIntent = Intent() in createFactory() constant
DChooserWrapperActivity.java75 Intent targetIntent, in createChooserListAdapter()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DChooserContentPreviewUi.java97 Intent targetIntent, in ChooserContentPreviewUi()
118 Intent targetIntent, in createContentPreview()
198 Intent targetIntent, in createTextPreview()
DPreviewDataProvider.kt78 private val targetIntent: Intent, in <lambda>() constant in com.android.intentresolver.contentpreview.PreviewDataProvider
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DShortcutSelectionLogic.java70 Intent targetIntent, in addServiceResults()
153 ChooserTarget target, Intent targetIntent) { in createResolvedIntentForCallerTarget()
DChooserActionFactory.java233 Intent targetIntent, in makeCopyButtonRunnable()
DResolverListAdapter.java102 Intent targetIntent, in ResolverListAdapter()
DResolverListController.java69 Intent targetIntent, in ResolverListController()
DChooserListAdapter.java140 Intent targetIntent, in ChooserListAdapter()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInstalledAppResultTask.java91 final Intent targetIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in query() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsActivityTest.java123 Intent targetIntent = new Intent().setClassName("android", in getTrampolineIntent_intentSelector_shouldNotChangeIntentAction() local
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DDatabaseIndexingUtils.java86 public static Intent buildSearchTrampolineIntent(Intent targetIntent, String highlightMenuKey) { in buildSearchTrampolineIntent()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DImmutableTargetInfo.java159 public Builder setTargetIntent(Intent targetIntent) { in setTargetIntent()
590 Intent targetIntent, in ImmutableTargetInfo()
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt40 private val targetIntent = Intent("target") constant
/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java461 final Intent targetIntent; in launchDeepLinkIntentToRight() local