Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DOperationDialogFragment.java49 public static final int DIALOG_TYPE_CONVERTED = 2; field in OperationDialogFragment
54 DIALOG_TYPE_CONVERTED
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
H A DMessageBuilder.java33 import static com.android.documentsui.OperationDialogFragment.DIALOG_TYPE_CONVERTED;
88 case DIALOG_TYPE_CONVERTED: in generateListMessage()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DCopyJob.java26 import static com.android.documentsui.OperationDialogFragment.DIALOG_TYPE_CONVERTED;
177 navigateIntent.putExtra(EXTRA_DIALOG_TYPE, DIALOG_TYPE_CONVERTED); in getWarningNotification()