Home
last modified time | relevance | path

Searched defs:errorDialog (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DCallRedirectionTimeoutDialogActivity.java48 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
H A DConfirmCallDialogActivity.java51 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DErrorDialogActivity.java87 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showGenericErrorDialog() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DInCallActivity.java139 private Dialog errorDialog; field in InCallActivity