Changing some of the voice interaction methods.

These weren't really useful, anyway, and we still have
the old ones hidden away for now (though not @removed because
apps aren't really going to be able ot use this stuff
until M.)

Change-Id: Ib590403a17b7f24cf87f6f2478a3a645a280c46b
diff --git a/api/23.txt b/api/23.txt
index ab7f251..a844599 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -27155,7 +27155,6 @@
     method public android.os.IBinder onBind(android.content.Intent);
     method public void onReady();
     method public void onShutdown();
-    method public void startSession(android.os.Bundle);
     field public static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
     field public static final java.lang.String SERVICE_META_DATA = "android.voice_interaction";
   }
@@ -27165,7 +27164,6 @@
     ctor public VoiceInteractionSession(android.content.Context, android.os.Handler);
     method public void finish();
     method public void onCloseSystemDialogs();
-    method public void onCreate(android.os.Bundle);
     method public void onDestroy();
     method public boolean onKeyDown(int, android.view.KeyEvent);
     method public boolean onKeyLongPress(int, android.view.KeyEvent);
diff --git a/system-api/23.txt b/system-api/23.txt
index 0a76794..c215c88 100644
--- a/system-api/23.txt
+++ b/system-api/23.txt
@@ -28828,7 +28828,6 @@
     method public android.os.IBinder onBind(android.content.Intent);
     method public void onReady();
     method public void onShutdown();
-    method public void startSession(android.os.Bundle);
     field public static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
     field public static final java.lang.String SERVICE_META_DATA = "android.voice_interaction";
   }
@@ -28843,7 +28842,6 @@
     method public void onBackPressed();
     method public void onCloseSystemDialogs();
     method public void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets);
-    method public void onCreate(android.os.Bundle);
     method public android.view.View onCreateContentView();
     method public void onDestroy();
     method public boolean onKeyDown(int, android.view.KeyEvent);