Merge branch 'dev_MogoAP_eagle-220_211207_8.0.15'
# Conflicts: # modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/entrance/EntranceFragment.java
This commit is contained in:
@@ -12,11 +12,6 @@ import com.mogo.map.uicontroller.EnumMapUI;
|
||||
*/
|
||||
public interface IMogoADASController extends IProvider {
|
||||
|
||||
/**
|
||||
* 打开adas
|
||||
*/
|
||||
@Deprecated
|
||||
void openADAS();
|
||||
|
||||
/**
|
||||
* 隐藏adas
|
||||
@@ -117,8 +112,6 @@ public interface IMogoADASController extends IProvider {
|
||||
*/
|
||||
int getAutopilotStatus();
|
||||
|
||||
void mockOchStatus(int state, String reason);
|
||||
|
||||
/**
|
||||
* 获取车身的定位纬度
|
||||
*
|
||||
|
||||
@@ -10,12 +10,6 @@ import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
*/
|
||||
public interface IMogoStatusManager extends IProvider {
|
||||
|
||||
/**
|
||||
* TopView是否在展示
|
||||
* @return
|
||||
*/
|
||||
boolean isTopViewShow();
|
||||
|
||||
/**
|
||||
* 是否在vr模式
|
||||
* @return true - 在vr模式 false - 不在vr模式
|
||||
@@ -29,14 +23,6 @@ public interface IMogoStatusManager extends IProvider {
|
||||
*/
|
||||
boolean isVoiceShow();
|
||||
|
||||
/**
|
||||
* adas UI 是否在展示
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Deprecated
|
||||
boolean isADASShow();
|
||||
|
||||
/**
|
||||
* v2x UI 是否在展示
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user