Lines Matching full:textview
28 <TextView android:text="@string/radio_info_imei_label" style="@style/info_label" />
29 <TextView android:id="@+id/imei" style="@style/info_value" />
34 <TextView android:text="@string/radio_info_phone_number_label" style="@style/info_label" />
35 <TextView android:id="@+id/number" style="@style/info_value" />
40 <TextView android:text="@string/radio_info_current_network_label" style="@style/info_label" />
41 <TextView android:id="@+id/operator" style="@style/info_value" />
54 <TextView android:text="@string/radio_info_ping_ipaddr" style="@style/info_label" />
55 <TextView android:id="@+id/pingIpAddr" style="@style/info_value" />
59 <TextView android:text="@string/radio_info_ping_hostname" style="@style/info_label" />
60 <TextView android:id="@+id/pingHostname" style="@style/info_value" />
64 <TextView android:text="@string/radio_info_http_client_test" style="@style/info_label" />
65 <TextView android:id="@+id/httpClientTest" style="@style/info_value" />
70 <TextView android:text="@string/radio_info_signal_strength_label" style="@style/info_label" />
71 <TextView android:id="@+id/dbm" style="@style/info_value" />
76 <TextView android:text="@string/radio_info_signal_location_label" style="@style/info_label" />
77 <TextView android:id="@+id/location" style="@style/info_value" />
82 <TextView android:text="@string/radio_info_neighboring_location_label"
84 <TextView android:id="@+id/neighboring" style="@style/info_value" />
89 <TextView android:text="@string/radio_info_cellinfo_label"
91 <TextView android:id="@+id/cellinfo" style="@style/info_value" />
96 <TextView android:text="@string/radio_info_dcrtinfo_label"
98 <TextView android:id="@+id/dcrtinfo" style="@style/info_value" />
103 <TextView android:text="@string/radio_info_roaming_label" style="@style/info_label" />
104 <TextView android:id="@+id/roaming" style="@style/info_value" />
109 <TextView android:text="@string/radio_info_gsm_service_label" style="@style/info_label" />
110 <TextView android:id="@+id/gsm" style="@style/info_value" />
115 <TextView android:text="@string/radio_info_gprs_service_label" style="@style/info_label" />
116 <TextView android:id="@+id/gprs" style="@style/info_value" />
121 <TextView android:text="@string/radio_info_network_type_label" style="@style/info_label" />
122 <TextView android:id="@+id/network" style="@style/info_value" />
127 <TextView android:text="@string/radio_info_message_waiting_label" style="@style/info_label" />
128 <TextView android:id="@+id/mwi" style="@style/info_value" />
133 <TextView android:text="@string/radio_info_call_redirect_label" style="@style/info_label" />
134 <TextView android:id="@+id/cfi" style="@style/info_value" />
139 <TextView android:text="@string/radio_info_call_status_label" style="@style/info_label" />
140 <TextView android:id="@+id/call" style="@style/info_value" />
146 <TextView android:text="@string/radio_info_radio_resets_label" style="@style/info_label" />
147 <TextView android:id="@+id/resets" style="@style/info_value" />
152 <TextView android:text="@string/radio_info_data_attempts_label"
154 <TextView android:id="@+id/attempts" style="@style/info_value" />
159 <TextView android:text="@string/radio_info_data_successes_label"
161 <TextView android:id="@+id/successes" style="@style/info_value" />
166 <TextView android:text="@string/radio_info_gsm_disconnects_label"
168 <TextView android:id="@+id/disconnects" style="@style/info_value" />
173 <TextView android:text="@string/radio_info_ppp_sent_label"
175 <TextView android:id="@+id/sent" style="@style/info_value" />
180 <TextView android:text="@string/radio_info_ppp_received_label"
182 <TextView android:id="@+id/received" style="@style/info_value" />
187 <TextView android:text="@string/radio_info_ppp_resets_label"
189 <TextView android:id="@+id/sentSinceReceived" style="@style/info_value" />
193 <TextView
256 <TextView android:id="@+id/smsc_label"
293 <TextView android:id="@+id/dnsCheckState" style="@style/info_value" />