FileDocCategorySizeDatePackage
VoiceInteractionSessionService.javaAPI DocAndroid 5.1 API472Sat Mar 14 14:09:44 GMT 2015android.service.voice

VoiceInteractionSessionService.java

package android.service.voice;
public abstract class VoiceInteractionSessionService
  extends android.app.Service
{
public  VoiceInteractionSessionService() { throw new RuntimeException("Stub!"); }
public  void onCreate() { throw new RuntimeException("Stub!"); }
public abstract  android.service.voice.VoiceInteractionSession onNewSession(android.os.Bundle args);
public  android.os.IBinder onBind(android.content.Intent intent) { throw new RuntimeException("Stub!"); }
}