Searched refs:mIsReportDialogShowing (Results 1 – 1 of 1) sorted by relevance
71 private boolean mIsReportDialogShowing; field in CallLogFragment188 mIsReportDialogShowing = state.getBoolean(KEY_IS_REPORT_DIALOG_SHOWING, in onCreate()189 mIsReportDialogShowing); in onCreate()218 if (mIsReportDialogShowing) { in onCreate()412 outState.putBoolean(KEY_IS_REPORT_DIALOG_SHOWING, mIsReportDialogShowing); in onSaveInstanceState()685 mIsReportDialogShowing = false; in onBadDataReported()699 mIsReportDialogShowing = true; in onReportButtonClick()