Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/widget/
DPaintChipsWidget.kt278 val chooserIntent = Intent.createChooser(shareIntent, null).apply { in makeTextSharePendingIntent() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/
DDefaultIntentCreator.java71 Intent chooserIntent = Intent.createChooser(shareIntent, null) in getShareIntent() local
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java2598 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testOneInitialIntent_noAutolaunch() local
2637 Intent chooserIntent = createChooserIntent(createSendTextIntent(), initialIntents); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2670 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2704 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2736 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testDeduplicateCallerTargetRankedTarget() local
2953 Intent chooserIntent = new Intent(); in createChooserIntent() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java1448 final Intent chooserIntent = Intent.createChooser(intent, in sendShareIntent() local