fix build break
Change-Id: Iffd1d825afde1864043baa9eb4cec96f841e582f
diff --git a/src/com/android/phone/CallHandlerServiceProxy.java b/src/com/android/phone/CallHandlerServiceProxy.java
index 553deec..6fdf80a 100644
--- a/src/com/android/phone/CallHandlerServiceProxy.java
+++ b/src/com/android/phone/CallHandlerServiceProxy.java
@@ -303,8 +303,7 @@
mCallHandlerServiceGuarded.setCallCommandService(mCallCommandService);
onSupportedAudioModeChange(mAudioRouter.getSupportedAudioModes());
- final int mode = mAudioRouter.getAudioMode();
- onAudioModeChange(mode, mode);
+ onAudioModeChange(mAudioRouter.getAudioMode(), mAudioRouter.getMute());
} catch (RemoteException e) {
Log.e(TAG, "Remote exception calling CallHandlerService::setCallCommandService", e);
}