Searched refs:mHistoryButton (Results 1 – 2 of 2) sorted by relevance
86 private View mHistoryButton; field in CallSubjectDialog304 mHistoryButton = findViewById(R.id.history_button); in onCreate()305 mHistoryButton.setOnClickListener(mHistoryOnClickListener); in onCreate()306 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()
96 private View mHistoryButton; field in CallSubjectDialog301 mHistoryButton = findViewById(R.id.history_button); in onCreate()302 mHistoryButton.setOnClickListener(mHistoryOnClickListener); in onCreate()303 mHistoryButton.setVisibility(mSubjectHistory.isEmpty() ? View.GONE : View.VISIBLE); in onCreate()