Searched refs:mPendingDialogKey (Results 1 – 1 of 1) sorted by relevance
177 private String mPendingDialogKey; field in DevelopmentFragment277 mPendingDialogKey = icicle.getString(STATE_SHOWING_DIALOG_KEY); in onCreate()585 if (mPendingDialogKey != null) { in onResume()586 recreateDialogForKey(mPendingDialogKey); in onResume()587 mPendingDialogKey = null; in onResume()