Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DOperationDialogFragment.java58 public static void show(FragmentManager fm, @DialogType int dialogType, in show() argument
62 args.putInt(FileOperationService.EXTRA_DIALOG_TYPE, dialogType); in show()
78 final @DialogType int dialogType = in onCreateDialog() local
88 switch (dialogType) { in onCreateDialog()
DFilesActivity.java124 final @DialogType int dialogType = intent.getIntExtra( in onCreate() local
128 if (icicle == null && dialogType != DIALOG_TYPE_UNKNOWN) { in onCreate()
136 dialogType, in onCreate() local