|
|
|
|
@@ -1,6 +1,5 @@
|
|
|
|
|
package com.mogo.module.service;
|
|
|
|
|
|
|
|
|
|
import android.content.ComponentName;
|
|
|
|
|
import android.content.Context;
|
|
|
|
|
import android.content.Intent;
|
|
|
|
|
import android.content.IntentFilter;
|
|
|
|
|
@@ -17,11 +16,13 @@ import com.mogo.commons.debug.DebugConfig;
|
|
|
|
|
import com.mogo.commons.storage.SpStorage;
|
|
|
|
|
import com.mogo.commons.voice.AIAssist;
|
|
|
|
|
import com.mogo.commons.voice.IMogoVoiceCmdCallBack;
|
|
|
|
|
import com.mogo.map.IDestroyable;
|
|
|
|
|
import com.mogo.eagle.core.data.autopilot.AutopilotCarStateInfo;
|
|
|
|
|
import com.mogo.eagle.core.data.map.MogoLatLng;
|
|
|
|
|
import com.mogo.eagle.core.data.map.MogoLocation;
|
|
|
|
|
import com.mogo.eagle.core.utilcode.mogo.thread.WorkThreadHandler;
|
|
|
|
|
import com.mogo.map.IDestroyable;
|
|
|
|
|
import com.mogo.map.listener.IMogoMapListener;
|
|
|
|
|
import com.mogo.map.location.IMogoLocationListener;
|
|
|
|
|
import com.mogo.eagle.core.data.map.MogoLocation;
|
|
|
|
|
import com.mogo.map.navi.IMogoAimlessModeListener;
|
|
|
|
|
import com.mogo.map.navi.IMogoCarLocationChangedListener2;
|
|
|
|
|
import com.mogo.map.navi.IMogoNavi;
|
|
|
|
|
@@ -32,10 +33,10 @@ import com.mogo.map.uicontroller.IMogoMapUIController;
|
|
|
|
|
import com.mogo.module.common.MogoApisHandler;
|
|
|
|
|
import com.mogo.module.common.MogoModule;
|
|
|
|
|
import com.mogo.module.common.MogoModulePaths;
|
|
|
|
|
import com.mogo.module.common.datacenter.SnapshotLocationDataCenter;
|
|
|
|
|
import com.mogo.module.common.entity.MarkerResponse;
|
|
|
|
|
import com.mogo.module.common.map.MapCenterPointStrategy;
|
|
|
|
|
import com.mogo.module.common.map.Scene;
|
|
|
|
|
import com.mogo.module.common.datacenter.SnapshotLocationDataCenter;
|
|
|
|
|
import com.mogo.module.service.autopilot.AutoPilotRemoteController;
|
|
|
|
|
import com.mogo.module.service.handler.MainLooperHandler;
|
|
|
|
|
import com.mogo.module.service.handler.RefreshWorkThreadHandler;
|
|
|
|
|
@@ -53,7 +54,6 @@ import com.mogo.module.service.ttsConfig.TtsConfigModleData;
|
|
|
|
|
import com.mogo.realtime.api.MoGoAiCloudRealTime;
|
|
|
|
|
import com.mogo.service.adas.IMogoADASController;
|
|
|
|
|
import com.mogo.service.adas.IMogoAdasCarDataCallback;
|
|
|
|
|
import com.mogo.eagle.core.data.autopilot.AutopilotCarStateInfo;
|
|
|
|
|
import com.mogo.service.fragmentmanager.FragmentStackTransactionListener;
|
|
|
|
|
import com.mogo.service.fragmentmanager.IMogoFragmentManager;
|
|
|
|
|
import com.mogo.service.intent.IMogoIntentListener;
|
|
|
|
|
@@ -66,9 +66,7 @@ import com.mogo.service.statusmanager.IMogoStatusChangedListener;
|
|
|
|
|
import com.mogo.service.statusmanager.IMogoStatusManager;
|
|
|
|
|
import com.mogo.service.statusmanager.StatusDescriptor;
|
|
|
|
|
import com.mogo.utils.NetworkUtils;
|
|
|
|
|
import com.mogo.eagle.core.utilcode.mogo.thread.WorkThreadHandler;
|
|
|
|
|
import com.mogo.utils.logger.Logger;
|
|
|
|
|
import com.zhidao.locupload.service.UploadDataService;
|
|
|
|
|
|
|
|
|
|
import org.json.JSONObject;
|
|
|
|
|
|
|
|
|
|
|