Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DDialogController.java87 if (shouldShowProgressDialogForOperation(opType)) { in showFileOperationStatus()
114 private boolean shouldShowProgressDialogForOperation(@OpType int opType) { in shouldShowProgressDialogForOperation() method in DialogController.RuntimeDialogController
127 if (!shouldShowProgressDialogForOperation(operation.getOpType())) { in showProgressDialog()