Home
last modified time | relevance | path

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

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