Searched refs:mWaitDialog (Results 1 – 1 of 1) sorted by relevance
60 private AppWaitingForDebuggerDialog mWaitDialog; field in ErrorDialogController96 return mWaitDialog != null; in hasDebugWaitingDialog()144 if (mWaitDialog == null) { in clearWaitingDialog()147 mWaitDialog.dismiss(); in clearWaitingDialog()148 mWaitDialog = null; in clearWaitingDialog()214 mWaitDialog = new AppWaitingForDebuggerDialog(mService, c, mApp); in showDebugWaitingDialogs()219 dialog = mWaitDialog; in showDebugWaitingDialogs()