Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DCallRedirectionTimeoutDialogActivity.java48 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
DConfirmCallDialogActivity.java51 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showDialog() local
/packages/services/Telecomm/src/com/android/server/telecom/components/
DErrorDialogActivity.java87 final AlertDialog errorDialog = new AlertDialog.Builder(this) in showGenericErrorDialog() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java629 … AlertDialog errorDialog = new AlertDialog.Builder(getActivity(), R.style.LightDialogTheme) in refreshDailyWallpaper() local
/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java139 private Dialog errorDialog; field in InCallActivity