Searched refs:mErrorDialog (Results 1 – 1 of 1) sorted by relevance
56 private AlertDialog mErrorDialog = null; field in LocalBluetoothManager134 if (mErrorDialog != null) { in setForegroundActivity()135 mErrorDialog.dismiss(); in setForegroundActivity()136 mErrorDialog = null; in setForegroundActivity()284 mErrorDialog = new AlertDialog.Builder(mForegroundActivity) in showError()