Test getAllCellInfo and onCellInfoChanged.

Change-Id: I20164d6bb9edb2ecf178b4533a39e885773d7b22
This commit is contained in:
Wink Saville
2012-06-01 14:37:21 -07:00
parent f6941bdc63
commit 79bff2a254
3 changed files with 43 additions and 1 deletions

View File

@@ -84,6 +84,13 @@
<TextView android:id="@+id/neighboring" style="@style/info_value" />
</LinearLayout>
<!-- CellInfo -->
<LinearLayout style="@style/entry_layout">
<TextView android:text="@string/radio_info_cellinfo_label"
style="@style/info_label" />
<TextView android:id="@+id/cellinfo" style="@style/info_value" />
</LinearLayout>
<!-- Roaming -->
<LinearLayout style="@style/entry_layout">
<TextView android:text="@string/radio_info_roaming_label" style="@style/info_label" />