Home
last modified time | relevance | path

Searched refs:mErrorDialog (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalBluetoothManager.java56 private AlertDialog mErrorDialog = null; field in LocalBluetoothManager
134 if (mErrorDialog != null) { in setForegroundActivity()
135 mErrorDialog.dismiss(); in setForegroundActivity()
136 mErrorDialog = null; in setForegroundActivity()
284 mErrorDialog = new AlertDialog.Builder(mForegroundActivity) in showError()