Home | History | Annotate | Download | only in phone

Lines Matching refs:TextView

43 import android.widget.TextView;
111 private TextView mProviderLabel;
112 private TextView mProviderAddress;
115 private TextView mCallStateLabel;
116 private TextView mElapsedTime;
126 private TextView mName;
127 private TextView mPhoneNumber;
128 private TextView mLabel;
129 private TextView mCallTypeLabel;
130 // private TextView mSocialStatus;
140 private TextView mSecondaryCallName;
223 mProviderLabel = (TextView) findViewById(R.id.providerLabel);
224 mProviderAddress = (TextView) findViewById(R.id.providerAddress);
225 mCallStateLabel = (TextView) findViewById(R.id.callStateLabel);
226 mElapsedTime = (TextView) findViewById(R.id.elapsedTime);
235 mName = (TextView) findViewById(R.id.name);
236 mPhoneNumber = (TextView) findViewById(R.id.phoneNumber);
237 mLabel = (TextView) findViewById(R.id.label);
238 mCallTypeLabel = (TextView) findViewById(R.id.callTypeLabel);
239 // mSocialStatus = (TextView) findViewById(R.id.socialStatus);
665 // If the object is a textview instead, we update it as we need to.
696 } else if (cookie instanceof TextView){
698 ((TextView) cookie).setText(PhoneUtils.getCompactNameFromCallerInfo(ci, mContext));
980 // make sure we hand the textview we want updated to the
1077 mSecondaryCallName = (TextView) findViewById(R.id.secondaryCallName);