Searched refs:mInstructionsDialog (Results 1 – 1 of 1) sorted by relevance
72 private AlertDialog mInstructionsDialog; field in MessageTestActivity253 if (mInstructionsDialog == null) { in showInstructionsDialog()254 mInstructionsDialog = new AlertDialog.Builder(this) in showInstructionsDialog()263 mInstructionsDialog.show(); in showInstructionsDialog()267 if (mInstructionsDialog != null) { in hideInstructionsDialog()268 mInstructionsDialog.hide(); in hideInstructionsDialog()