Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
H A DIntentCreator.java62 Intent chooserIntent = Intent.createChooser(shareIntent, null) in getShareIntent() local
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
H A DPaintChipsWidget.kt278 val chooserIntent = Intent.createChooser(shareIntent, null).apply { regex
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java2597 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testOneInitialIntent_noAutolaunch() local
2636 Intent chooserIntent = createChooserIntent(createSendTextIntent(), initialIntents); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2669 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2703 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2735 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testDeduplicateCallerTargetRankedTarget() local
2952 Intent chooserIntent = new Intent(); in createChooserIntent() local
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java1284 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent() local