| | |
| | | public static final String ID_TYPE = "id_type";
|
| | | public static final String COUNTRY = "country";
|
| | | public static final String VISIT_REASON = "visit_reason";
|
| | | public static final String VISIT_TYPE = "visit_type";
|
| | | public static final String VISITOR_TYPE = "visitor_type";
|
| | | public static final String ATTENDER_TYPE = "attender_type";
|
| | | public static final String RESOLUTION = "resolution";
|
| | | public static final String PROTOCOL = "protocol";
|
| | | public static final String CAMERA_BRAND = "camera_brand";
|
| | | }
|
| | |
|
| | | public static class Page {
|
| | |
| | | public static final int FIRST_ELEMENT_NEGATIVE = -1;//访客数据库找到了。
|
| | | }
|
| | |
|
| | | public static class SelectPhotoType {
|
| | | public static final int SELECT_PHOTO = 1;
|
| | | public static final int UPLOAD_PHOTO = 2;
|
| | | }
|
| | |
|
| | | public static class DeviceSharedPreferences {
|
| | | public static final String LAN = "device_lan";
|
| | | public static final String WIFI = "device_wifi";
|
| | | public static final String SCHOOL = "device_school";
|
| | | public static final String CAMERA1 = "device_camera1";
|
| | | public static final String CAMERA2 = "device_camera2";
|
| | | }
|
| | |
|
| | | public static class DeviceType {
|
| | | public static final String ANDROID_DEVICE = "android_device";
|
| | | public static final String CAMERA1 = "camera1";
|
| | | public static final String CAMERA2 = "camera2";
|
| | | }
|
| | |
|
| | | }
|