Searched refs:mPendingDialogKey (Results 1 – 1 of 1) sorted by relevance
189 private String mPendingDialogKey; field in DevelopmentFragment297 mPendingDialogKey = icicle.getString(STATE_SHOWING_DIALOG_KEY); in onCreate()604 if (mPendingDialogKey != null) { in onResume()605 recreateDialogForKey(mPendingDialogKey); in onResume()606 mPendingDialogKey = null; in onResume()