Fix the build.
Change-Id: I74c288fadd21c918aad379dbde1ad9725ad1c459
This commit is contained in:
@@ -759,6 +759,7 @@ public class RadioInfo extends Activity {
|
|||||||
|
|
||||||
List<DataConnection> dcs = phone.getCurrentDataConnectionList();
|
List<DataConnection> dcs = phone.getCurrentDataConnectionList();
|
||||||
|
|
||||||
|
/*
|
||||||
for (DataConnection dc : dcs) {
|
for (DataConnection dc : dcs) {
|
||||||
sb.append(" State: ").append(dc.getStateAsString()).append("\n");
|
sb.append(" State: ").append(dc.getStateAsString()).append("\n");
|
||||||
if (dc.isActive()) {
|
if (dc.isActive()) {
|
||||||
@@ -800,6 +801,7 @@ public class RadioInfo extends Activity {
|
|||||||
}
|
}
|
||||||
sb.append("\n===================");
|
sb.append("\n===================");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
disconnects.setText(sb.toString());
|
disconnects.setText(sb.toString());
|
||||||
|
Reference in New Issue
Block a user