Lines Matching full:textview
34 <TextView android:text="@string/wifi_state_label" style="@style/info_label" />
35 <TextView android:id="@+id/wifi_state" style="@style/info_value" />
40 <TextView android:text="@string/network_state_label" style="@style/info_label" />
41 <TextView android:id="@+id/network_state" style="@style/info_value" />
46 <TextView android:text="@string/supplicant_state_label" style="@style/info_label" />
47 <TextView android:id="@+id/supplicant_state" style="@style/info_value" />
52 <TextView android:text="@string/rssi_label" style="@style/info_label" />
53 <TextView android:id="@+id/rssi" style="@style/info_value" />
58 <TextView android:text="@string/bssid_label" style="@style/info_label" />
59 <TextView android:id="@+id/bssid" style="@style/info_value" />
64 <TextView android:text="@string/ssid_label" style="@style/info_label" />
65 <TextView android:id="@+id/ssid" style="@style/info_value" />
71 <TextView android:text="@string/hidden_ssid_label" style="@style/info_label" />
72 <TextView android:id="@+id/hidden_ssid" style="@style/info_value" />
77 <TextView android:text="@string/ipaddr_label" style="@style/info_label" />
78 <TextView android:id="@+id/ipaddr" style="@style/info_value" />
83 <TextView android:text="@string/macaddr_label" style="@style/info_label" />
84 <TextView android:id="@+id/macaddr" style="@style/info_value" />
89 <TextView android:text="@string/networkid_label" style="@style/info_label" />
90 <TextView android:id="@+id/networkid" style="@style/info_value" />
95 <TextView android:text="@string/link_speed_label" style="@style/info_label" />
96 <TextView android:id="@+id/link_speed" style="@style/info_value" />
100 <TextView android:text="@string/scan_list_label" style="@style/info_label" />
101 <TextView android:id="@+id/scan_list" style="@style/info_value" />
114 <TextView android:text="@string/radio_info_ping_ipaddr" style="@style/info_label" />
115 <TextView android:id="@+id/pingIpAddr" style="@style/info_value" />
119 <TextView android:text="@string/radio_info_ping_hostname" style="@style/info_label" />
120 <TextView android:id="@+id/pingHostname" style="@style/info_value" />
124 <TextView android:text="@string/radio_info_http_client_test" style="@style/info_label" />
125 <TextView android:id="@+id/httpClientTest" style="@style/info_value" />