Searched defs:callTypeOrLocation (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemViewHolder.java188 public CharSequence callTypeOrLocation; field in class:CallLogListItemViewHolder
497 if (callType == Calls.VOICEMAIL_TYPE && !TextUtils.isEmpty(callTypeOrLocation)) {
498 callTypeOrLocationView.setText(callTypeOrLocation);

Completed in 1888 milliseconds