Searched defs:errorDialog (Results 1 – 5 of 5) 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
629 … AlertDialog errorDialog = new AlertDialog.Builder(getActivity(), R.style.LightDialogTheme) in refreshDailyWallpaper() local
139 private Dialog errorDialog; field in InCallActivity