Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DDialogController.java128 if (shouldShowProgressDialogForOperation(opType)) { in showFileOperationStatus()
155 private boolean shouldShowProgressDialogForOperation(@OpType int opType) { in shouldShowProgressDialogForOperation() method in DialogController.RuntimeDialogController
168 if (!shouldShowProgressDialogForOperation(operation.getOpType())) { in showProgressDialog()