|
@@ -984,8 +984,8 @@ public class iMapServer extends Service {
|
|
|
case define.NOTIFY_SMART_DCAM_DETECT:
|
|
|
|
|
|
|
|
|
-
|
|
|
- if(Common.bWallPadCallFrontLive || bBlockFrontCall)
|
|
|
+
|
|
|
+ if(Common.bWallPadCallingLive || bBlockFrontCall)
|
|
|
{
|
|
|
|
|
|
Log.i(TAG, "[mWallPadNotifyBR] define.NOTIFY_SMART_DCAM_DETECT -> bWallPadCallLive [" + bWallPadCallLive + "] return - BR_RECORD_DELAY");
|
|
@@ -15577,8 +15577,8 @@ public class iMapServer extends Service {
|
|
|
bWallPadCallLive = false;
|
|
|
bWallPadRecoder = false;
|
|
|
Common.bWallPadCallLive = bWallPadCallLive;
|
|
|
-
|
|
|
- Common.bWallPadCallFrontLive = false;
|
|
|
+
|
|
|
+ Common.bWallPadCallingLive = false;
|
|
|
}
|
|
|
|
|
|
if (bWallPadCallLive != getCallAppRunning()) {
|
|
@@ -15629,12 +15629,12 @@ public class iMapServer extends Service {
|
|
|
Log.w(TAG,"[WallPadCallLiveBRCheck] bWallPadCallLive [" + bWallPadCallLive + "]");
|
|
|
|
|
|
|
|
|
- boolean isFront = false;
|
|
|
- isFront = intent.getBooleanExtra("isFront", false);
|
|
|
+ boolean isCalling = false;
|
|
|
+ isCalling = intent.getBooleanExtra("isCalling", false);
|
|
|
|
|
|
- if(Common.bWallPadCallFrontLive != isFront)
|
|
|
+ if(Common.bWallPadCallingLive != isCalling)
|
|
|
{
|
|
|
- if(isFront)
|
|
|
+ if(isCalling)
|
|
|
{
|
|
|
|
|
|
Intent Newintent = new Intent();
|
|
@@ -15650,7 +15650,7 @@ public class iMapServer extends Service {
|
|
|
Log.w(TAG, "[WallPadCallLiveBRCheck] BR_RECORD_DELAY");
|
|
|
}
|
|
|
}
|
|
|
- Common.bWallPadCallFrontLive = isFront;
|
|
|
+ Common.bWallPadCallingLive = isCalling;
|
|
|
}
|
|
|
else {
|
|
|
Log.w(TAG,"[WallPadCallLiveBRCheck] Not supported strActionName [" + strActionName + "]");
|