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

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DMessageBuilder.java83 @DialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs,
87 switch (dialogType) {
82 generateListMessage( @ialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs, List<Uri> uris) argument
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DOperationDialogFragment.java62 @DialogType int dialogType,
69 args.putInt(FileOperationService.EXTRA_DIALOG_TYPE, dialogType);
86 final @DialogType int dialogType =
97 dialogType, operationType, docList, uriList);
60 show( FragmentManager fm, @DialogType int dialogType, ArrayList<DocumentInfo> failedSrcList, ArrayList<Uri> uriList, DocumentStack dstStack, @OpType int operationType) argument

Completed in 94 milliseconds