Searched refs:DIALOG_SHOWING_TAG (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DDialog.java391 private static final String DIALOG_SHOWING_TAG = "android:dialogShowing"; field in class:Dialog
404 bundle.putBoolean(DIALOG_SHOWING_TAG, mShowing);
429 if (savedInstanceState.getBoolean(DIALOG_SHOWING_TAG)) {

Completed in 60 milliseconds