@Override
 public void setAutomaticAFSwitching(boolean automatic) {
   try {
     mService.setAutomaticAFSwitching(automatic);
   } catch (RemoteException ex) {
     Log.e(TAG, "setAutomaticAFSwitching: RemoteException", ex);
   }
 }