Searched refs:dialogToShow (Results 1 – 1 of 1) sorted by relevance
798 AppErrorDialog dialogToShow = null; in handleShowAppErrorUi() local842 proc.crashDialog = dialogToShow = new AppErrorDialog(mContext, mService, data); in handleShowAppErrorUi()852 if (dialogToShow != null) { in handleShowAppErrorUi()854 dialogToShow.show(); in handleShowAppErrorUi()1112 Dialog dialogToShow = null; in handleShowAnrUi() local1139 dialogToShow = new AppNotRespondingDialog(mService, mContext, data); in handleShowAnrUi()1140 proc.anrDialog = dialogToShow; in handleShowAnrUi()1149 if (dialogToShow != null) { in handleShowAnrUi()1150 dialogToShow.show(); in handleShowAnrUi()