Home
last modified time | relevance | path

Searched refs:getCustomActions (Results 1 – 3 of 3) sorted by relevance

/development/apps/ShareTest/src/com/android/sharetest/
DCustomActionFactory.kt10 fun getCustomActions(count: Int): Array<ChooserAction> { in <lambda>() method in com.android.sharetest.CustomActionFactory
DAdditionalContentProvider.kt75 customActionFactory.getCustomActions(Random.nextInt(5)) in <lambda>()
DShareTestActivity.kt376 Intent.EXTRA_CHOOSER_CUSTOM_ACTIONS, customActionFactory.getCustomActions(1) in <lambda>()
380 Intent.EXTRA_CHOOSER_CUSTOM_ACTIONS, customActionFactory.getCustomActions(5) in <lambda>()