Searched refs:callerNumber (Results 1 – 2 of 2) sorted by relevance
61 final TextView callerNumber = (TextView) view.findViewById(R.id.caller_number); in updateView() local81 callerNumber.setText(locationOrType + " " + displayNumberStr); in updateView()86 callerNumber.setText(locationOrType); in updateView()87 callerNumber.setVisibility(View.VISIBLE); in updateView()89 callerNumber.setVisibility(View.GONE); in updateView()
281 String callerNumber, in setCallerInfoForRow() argument315 String displayNameForImage = TextUtils.isEmpty(callerName) ? callerNumber : callerName; in setCallerInfoForRow()332 if (TextUtils.isEmpty(callerNumber)) { in setCallerInfoForRow()338 BidiFormatter.getInstance().unicodeWrap(callerNumber, TextDirectionHeuristics.LTR))); in setCallerInfoForRow()