@Override
 public void onEndOfSpeech() {
   if (innerRecognitionListener != null) {
     innerRecognitionListener.onEndOfSpeech();
   }
 }