Lines Matching refs:TextView
40 import android.widget.TextView;
80 private TextView mCallStateLabel;
81 private TextView mElapsedTime;
89 private TextView mName;
90 private TextView mPhoneNumber;
91 private TextView mLabel;
92 private TextView mCallTypeLabel;
93 private TextView mSocialStatus;
97 private TextView mSecondaryCallName;
98 private TextView mSecondaryCallStatus;
163 mCallStateLabel = (TextView) findViewById(R.id.callStateLabel);
164 mElapsedTime = (TextView) findViewById(R.id.elapsedTime);
174 mName = (TextView) findViewById(R.id.name);
175 mPhoneNumber = (TextView) findViewById(R.id.phoneNumber);
176 mLabel = (TextView) findViewById(R.id.label);
177 mCallTypeLabel = (TextView) findViewById(R.id.callTypeLabel);
178 mSocialStatus = (TextView) findViewById(R.id.socialStatus);
181 mSecondaryCallName = (TextView) findViewById(R.id.secondaryCallName);
182 mSecondaryCallStatus = (TextView) findViewById(R.id.secondaryCallStatus);
562 // If the object is a textview instead, we update it as we need to.
593 } else if (cookie instanceof TextView){
595 ((TextView) cookie).setText(PhoneUtils.getCompactNameFromCallerInfo(ci, mContext));
788 // make sure we hand the textview we want updated to the