Searched defs:createCustomActions (Results 1 – 6 of 6) sorted by relevance
43 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.FileContentPreviewUiTest
54 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getCopyButtonRunnable() method in com.android.intentresolver.contentpreview.ChooserContentPreviewUiTest
50 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
58 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in <lambda>() method in com.android.intentresolver.contentpreview.FilesPlusTextContentPreviewUiTest
75 List<ActionRow.Action> createCustomActions(); in createCustomActions() method
212 public List<ActionRow.Action> createCustomActions() { in createCustomActions() method in ChooserActionFactory