Searched defs:DIALOG_SHOWING_TAG (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 261 milliseconds