Searched refs:mNoGyroscopeWarningDialog (Results 1 – 1 of 1) sorted by relevance
56 private AlertDialog mNoGyroscopeWarningDialog; field in GyroscopeTestActivity229 if (mNoGyroscopeWarningDialog == null) { in showNoGyroscopeWarningDialog()230 mNoGyroscopeWarningDialog = new AlertDialog.Builder(GyroscopeTestActivity.this) in showNoGyroscopeWarningDialog()237 if (!mNoGyroscopeWarningDialog.isShowing()) { in showNoGyroscopeWarningDialog()238 mNoGyroscopeWarningDialog.show(); in showNoGyroscopeWarningDialog()