Home
last modified time | relevance | path

Searched refs:mIsReportDialogShowing (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java71 private boolean mIsReportDialogShowing; field in CallLogFragment
188 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()