Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DChooserRequestParametersTest.kt39 val chooserIntent = in <lambda>() constant
51 val chooserIntent = in <lambda>() constant
61 val chooserIntent = in <lambda>() constant
DUnbundledChooserActivityTest.java1739 Intent chooserIntent = Intent.createChooser(createSendTextIntent(), null); in testLaunchWithCallerProvidedTarget() local
1813 Intent chooserIntent = Intent.createChooser(createSendTextIntent(), null); in testLaunchWithCustomAction() local
1855 Intent chooserIntent = Intent.createChooser(createSendTextIntent(), null); in testLaunchWithShareModification() local
2472 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testOneInitialIntent_noAutolaunch() local
2509 Intent chooserIntent = createChooserIntent(createSendTextIntent(), initialIntents); in testWorkTab_withInitialIntents_workTabDoesNotIncludePersonalInitialIntents() local
2540 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_xProfileIntentsDisabled_personalToWork_nonSendIntent_emptyStateShown() local
2572 Intent chooserIntent = createChooserIntent(new Intent(), initialIntents); in testWorkTab_noWorkAppsAvailable_nonSendIntent_emptyStateShown() local
2599 Intent chooserIntent = createChooserIntent(createSendTextIntent(), in testDeduplicateCallerTargetRankedTarget() local
2694 Intent chooserIntent = new Intent(); in createChooserIntent() local
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java400 Intent chooserIntent = Intent.createChooser( in shareSelectedDocuments() local