| | |
| | | |
| | | public static final int ENTER_OR_EXIT_ITEM = 0x000D; |
| | | public static final int HAS_BEEN_START_EXAM = 1; |
| | | public static final int REAL_TIME_CAR_POS = 0x000E; |
| | | public static final String REAL_TIME_POS_CAR_TOPIC = "real_time_car_pos_topic"; |
| | | public static String exam_enter_exitdata="exam_enter_exitdata"; |
| | | } |
| | |
| | | OneTimeWorkRequest examStatusWorker = new OneTimeWorkRequest.Builder(ExamStatusWoker.class).setInputData(exam_enter_exitdata).build(); |
| | | WorkManager.getInstance(getApplicationContext()).enqueue(examStatusWorker); |
| | | break; |
| | | case Constant.REAL_TIME_CAR_POS: |
| | | CEventCenter.dispatchEvent(Constant.REAL_TIME_POS_CAR_TOPIC,cmd,0,json); |
| | | break; |
| | | |
| | | } |
| | | |
New file |
| | |
| | | package safeluck.drive.evaluation.bean; |
| | | |
| | | public class RealTimeCarPos { |
| | | } |