| | |
| | | if (!BaseApplication.deviceAvailable) {
|
| | | return;
|
| | | }
|
| | | // List attendanceList = new ArrayList();
|
| | | // for (int i = 0; i < 10; i++) {
|
| | | // SurveillanceQueryItem item = new SurveillanceQueryItem();
|
| | | // item.setInOrOutCamera(CommonVariables.Camera.IN);
|
| | | // item.setUsername("zhangsan");
|
| | | // item.setStatus("签到");
|
| | | // attendanceList.add(item);
|
| | | // }
|
| | | // SurveillanceFragment.getInstance().get_fragment_supervisory_bottom_attendance_list_view().show(attendanceList);
|
| | | }
|
| | |
|
| | | public void addBitmap(final List<SurveillanceQueryItem> bitmapList, byte[] byteArray, int len, String cameraInOrOut) {
|