Lines Matching refs:findViewById

265         mDeviceId= (TextView) findViewById(R.id.imei);  in onCreate()
266 number = (TextView) findViewById(R.id.number); in onCreate()
267 callState = (TextView) findViewById(R.id.call); in onCreate()
268 operatorName = (TextView) findViewById(R.id.operator); in onCreate()
269 roamingState = (TextView) findViewById(R.id.roaming); in onCreate()
270 gsmState = (TextView) findViewById(R.id.gsm); in onCreate()
271 gprsState = (TextView) findViewById(R.id.gprs); in onCreate()
272 network = (TextView) findViewById(R.id.network); in onCreate()
273 dBm = (TextView) findViewById(R.id.dbm); in onCreate()
274 mMwi = (TextView) findViewById(R.id.mwi); in onCreate()
275 mCfi = (TextView) findViewById(R.id.cfi); in onCreate()
276 mLocation = (TextView) findViewById(R.id.location); in onCreate()
277 mNeighboringCids = (TextView) findViewById(R.id.neighboring); in onCreate()
278 mCellInfo = (TextView) findViewById(R.id.cellinfo); in onCreate()
279 mDcRtInfoTv = (TextView) findViewById(R.id.dcrtinfo); in onCreate()
281 resets = (TextView) findViewById(R.id.resets); in onCreate()
282 attempts = (TextView) findViewById(R.id.attempts); in onCreate()
283 successes = (TextView) findViewById(R.id.successes); in onCreate()
284 disconnects = (TextView) findViewById(R.id.disconnects); in onCreate()
285 sentSinceReceived = (TextView) findViewById(R.id.sentSinceReceived); in onCreate()
286 sent = (TextView) findViewById(R.id.sent); in onCreate()
287 received = (TextView) findViewById(R.id.received); in onCreate()
288 smsc = (EditText) findViewById(R.id.smsc); in onCreate()
289 dnsCheckState = (TextView) findViewById(R.id.dnsCheckState); in onCreate()
291 mPingIpAddr = (TextView) findViewById(R.id.pingIpAddr); in onCreate()
292 mPingHostname = (TextView) findViewById(R.id.pingHostname); in onCreate()
293 mHttpClientTest = (TextView) findViewById(R.id.httpClientTest); in onCreate()
295 preferredNetworkType = (Spinner) findViewById(R.id.preferredNetworkType); in onCreate()
302 radioPowerButton = (Button) findViewById(R.id.radio_power); in onCreate()
305 cellInfoListRateButton = (Button) findViewById(R.id.cell_info_list_rate); in onCreate()
308 imsRegRequiredButton = (Button) findViewById(R.id.ims_reg_required); in onCreate()
311 imsVoLteProvisionedButton = (Button) findViewById(R.id.volte_provisioned_flag); in onCreate()
314 smsOverImsButton = (Button) findViewById(R.id.sms_over_ims); in onCreate()
317 lteRamDumpButton = (Button) findViewById(R.id.lte_ram_dump); in onCreate()
320 pingTestButton = (Button) findViewById(R.id.ping_test); in onCreate()
322 updateSmscButton = (Button) findViewById(R.id.update_smsc); in onCreate()
324 refreshSmscButton = (Button) findViewById(R.id.refresh_smsc); in onCreate()
326 dnsCheckToggleButton = (Button) findViewById(R.id.dns_check_toggle); in onCreate()
329 oemInfoButton = (Button) findViewById(R.id.oem_info); in onCreate()