Searched refs:mDeprecatedAbiDialog (Results 1 – 1 of 1) sorted by relevance
80 private DeprecatedAbiDialog mDeprecatedAbiDialog; field in AppWarnings345 if (mDeprecatedAbiDialog != null) { in showDeprecatedAbiDialogUiThread()346 mDeprecatedAbiDialog.dismiss(); in showDeprecatedAbiDialogUiThread()347 mDeprecatedAbiDialog = null; in showDeprecatedAbiDialogUiThread()351 mDeprecatedAbiDialog = new DeprecatedAbiDialog( in showDeprecatedAbiDialogUiThread()353 mDeprecatedAbiDialog.show(); in showDeprecatedAbiDialogUiThread()389 if (mDeprecatedAbiDialog != null && (name == null || name.equals( in hideDialogsForPackageUiThread()390 mDeprecatedAbiDialog.mPackageName))) { in hideDialogsForPackageUiThread()391 mDeprecatedAbiDialog.dismiss(); in hideDialogsForPackageUiThread()392 mDeprecatedAbiDialog = null; in hideDialogsForPackageUiThread()