Searched defs:dialogType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DOperationDialogFragment.java58 public static void show(FragmentManager fm, @DialogType int dialogType, argument
62 args.putInt(FileOperationService.EXTRA_DIALOG_TYPE, dialogType);
78 final @DialogType int dialogType =
88 switch (dialogType) {

Completed in 39 milliseconds