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