Searched refs:mSubjectHistory (Results 1 – 2 of 2) sorted by relevance
111 private List<String> mSubjectHistory; field in CallSubjectDialog156 mSubjectHistory.add(subject);157 saveSubjectHistory(mSubjectHistory);178 mCallSubjectView.setText(mSubjectHistory.get(position));287 mSubjectHistory = loadSubjectHistory(mPrefs); in onCreate()306 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()433 CallSubjectDialog.this, R.layout.call_subject_history_list_item, mSubjectHistory); in showCallHistory()
103 private List<String> mSubjectHistory; field in CallSubjectDialog171 mSubjectHistory.add(subject);172 saveSubjectHistory(mSubjectHistory);199 mCallSubjectView.setText(mSubjectHistory.get(position));283 mSubjectHistory = loadSubjectHistory(mPrefs); in onCreate()303 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()494 R.layout.call_subject_history_list_item, mSubjectHistory); in showCallHistory()