Searched refs:mPendingDialogKey (Results 1 – 1 of 1) sorted by relevance
162 private String mPendingDialogKey; field in DevelopmentFragment256 mPendingDialogKey = icicle.getString(STATE_SHOWING_DIALOG_KEY); in onCreate()535 if (mPendingDialogKey != null) { in onResume()536 recreateDialogForKey(mPendingDialogKey); in onResume()537 mPendingDialogKey = null; in onResume()