Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DDialogType.kt21 enum class DialogType { class
27 fun toDialogType(value: String): DialogType { in toDialogType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbAudioWarningDialogMessage.java39 public @interface DialogType {} annotation in UsbAudioWarningDialogMessage
55 public void init(@DialogType int type, UsbDialogHelper usbDialogHelper) { in init()