| | |
| | | deviceListBean = (DeviceDetailListData.ResponseData.DeviceListBean) bundle.getSerializable(MethodConst.ParamConst.deviceDetail);
|
| | | switchVideoList(true);
|
| | | getDeviceLocalCache();
|
| | | tvDeviceName.setText(deviceListBean.channels.get(deviceListBean.checkedChannel).channelName);
|
| | | // tvDeviceName.setText(deviceListBean.channels.get(deviceListBean.checkedChannel).channelName);
|
| | | tvDeviceName.setText(bundle.getString("titleText",deviceListBean.channels.get(deviceListBean.checkedChannel).channelName));
|
| | |
|
| | | if(deviceListBean.channels.get(deviceListBean.checkedChannel).resolutions!=null&&deviceListBean.channels.get(deviceListBean.checkedChannel).resolutions.size()>0){
|
| | | showHD = false;
|