Lines Matching refs:TextView
53 import android.widget.TextView;
100 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA
101 private TextView number;
102 private TextView callState;
103 private TextView operatorName;
104 private TextView roamingState;
105 private TextView gsmState;
106 private TextView gprsState;
107 private TextView network;
108 private TextView dBm;
109 private TextView mMwi;
110 private TextView mCfi;
111 private TextView mLocation;
112 private TextView mNeighboringCids;
113 private TextView resets;
114 private TextView attempts;
115 private TextView successes;
116 private TextView disconnects;
117 private TextView sentSinceReceived;
118 private TextView sent;
119 private TextView received;
120 private TextView mPingIpAddr;
121 private TextView mPingHostname;
122 private TextView mHttpClientTest;
123 private TextView dnsCheckState;
247 mDeviceId= (TextView) findViewById(R.id.imei);
248 number = (TextView) findViewById(R.id.number);
249 callState = (TextView) findViewById(R.id.call);
250 operatorName = (TextView) findViewById(R.id.operator);
251 roamingState = (TextView) findViewById(R.id.roaming);
252 gsmState = (TextView) findViewById(R.id.gsm);
253 gprsState = (TextView) findViewById(R.id.gprs);
254 network = (TextView) findViewById(R.id.network);
255 dBm = (TextView) findViewById(R.id.dbm);
256 mMwi = (TextView) findViewById(R.id.mwi);
257 mCfi = (TextView) findViewById(R.id.cfi);
258 mLocation = (TextView) findViewById(R.id.location);
259 mNeighboringCids = (TextView) findViewById(R.id.neighboring);
261 resets = (TextView) findViewById(R.id.resets);
262 attempts = (TextView) findViewById(R.id.attempts);
263 successes = (TextView) findViewById(R.id.successes);
264 disconnects = (TextView) findViewById(R.id.disconnects);
265 sentSinceReceived = (TextView) findViewById(R.id.sentSinceReceived);
266 sent = (TextView) findViewById(R.id.sent);
267 received = (TextView) findViewById(R.id.received);
269 dnsCheckState = (TextView) findViewById(R.id.dnsCheckState);
271 mPingIpAddr = (TextView) findViewById(R.id.pingIpAddr);
272 mPingHostname = (TextView) findViewById(R.id.pingHostname);
273 mHttpClientTest = (TextView) findViewById(R.id.httpClientTest);