Adding mute and speaker methods to CallCommandService.

Catching all exceptions from command service since they won't be sent over ipc.

Change-Id: Icdd11a9fe7d4041b228bf2543a8bf0b1ef7b1651
diff --git a/src/com/android/phone/PhoneGlobals.java b/src/com/android/phone/PhoneGlobals.java
index 6cc687d..2dbbd36 100644
--- a/src/com/android/phone/PhoneGlobals.java
+++ b/src/com/android/phone/PhoneGlobals.java
@@ -539,7 +539,7 @@
             callStateMonitor = new CallStateMonitor(mCM);
 
             // Service used by in-call UI to control calls
-            callCommandService = new CallCommandService(mCM);
+            callCommandService = new CallCommandService(this, mCM);
 
             // Sends call state to the UI
             CallHandlerServiceProxy = new CallHandlerServiceProxy(this, callStateMonitor,