Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java63 public static final class RuntimeDialogController implements DialogController { class
70 … public RuntimeDialogController(Features features, Activity activity, MessageBuilder messages) { in RuntimeDialogController() method in DialogController.RuntimeDialogController
209 return new RuntimeDialogController(features, activity, messages); in create()