Searched refs:mSubjectHistory (Results 1 – 1 of 1) sorted by relevance
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()