Home
last modified time | relevance | path

Searched defs:chooserIntent (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt278 val chooserIntent = Intent.createChooser(shareIntent, null).apply { regex
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java2099 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testOneInitialIntent_noAutolaunch() local
2133 Intent chooserIntent = createChooserIntent(createSendTextIntent(), initialIntents); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2162 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2192 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2218 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testDeduplicateCallerTargetRankedTarget() local
2403 Intent chooserIntent = new Intent(); in createChooserIntent() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java400 Intent chooserIntent = Intent.createChooser( in shareSelectedDocuments() local
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1224 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent() local