Searched defs:errorDialog (Results 1 – 4 of 4) sorted by relevance
87 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showGenericErrorDialog() local100 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showMissingVoicemailErrorDialog() local
48 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
51 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
139 private Dialog errorDialog; field in InCallActivity