/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/ |
D | FileContentPreviewUiTest.kt | 43 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.FileContentPreviewUiTest
|
D | TextContentPreviewUiTest.kt | 50 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getEditButtonRunnable() method in com.android.intentresolver.contentpreview.TextContentPreviewUiTest
|
D | ChooserContentPreviewUiTest.kt | 54 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in getCopyButtonRunnable() method in com.android.intentresolver.contentpreview.ChooserContentPreviewUiTest
|
D | UnifiedContentPreviewUiTest.kt | 57 on { createCustomActions() } doReturn emptyList() in <lambda>()
|
D | FilesPlusTextContentPreviewUiTest.kt | 58 override fun createCustomActions(): List<ActionRow.Action> = emptyList() in <lambda>() method in com.android.intentresolver.contentpreview.FilesPlusTextContentPreviewUiTest
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | FileContentPreviewUi.java | 122 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
|
D | TextContentPreviewUi.java | 99 actionRow.setActions(mActionFactory.createCustomActions()); in displayInternal()
|
D | UnifiedContentPreviewUi.java | 119 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
|
D | ChooserContentPreviewUi.java | 75 List<ActionRow.Action> createCustomActions(); in createCustomActions() method
|
D | FilesPlusTextContentPreviewUi.java | 144 List<ActionRow.Action> actions = mActionFactory.createCustomActions(); in displayInternal()
|
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | ChooserActionFactoryTest.kt | 89 val customActions = factory.createCustomActions() in testCreateCustomActions()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ChooserActionFactory.java | 212 public List<ActionRow.Action> createCustomActions() { in createCustomActions() method in ChooserActionFactory
|
D | ChooserActivity.java | 2156 public List<ActionRow.Action> createCustomActions() { 2157 return originalFactory.createCustomActions();
|