Home
last modified time | relevance | path

Searched refs:VoiceInteractionService (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionService.java20 import android.service.voice.VoiceInteractionService;
22 public class AssistInteractionService extends VoiceInteractionService {
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionServiceInfo.java69 parser = si.loadXmlMetaData(pm, VoiceInteractionService.SERVICE_META_DATA); in VoiceInteractionServiceInfo()
71 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA in VoiceInteractionServiceInfo()
92 com.android.internal.R.styleable.VoiceInteractionService); in VoiceInteractionServiceInfo()
DVoiceInteractionService.java53 public class VoiceInteractionService extends Service { class
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionService.java25 import android.service.voice.VoiceInteractionService;
32 public class MainInteractionService extends VoiceInteractionService {
DTestInteractionActivity.java25 import android.service.voice.VoiceInteractionService;
61 if (!VoiceInteractionService.isActiveService(this, in onCreate()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java37 import android.service.voice.VoiceInteractionService;
278 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in startLocked()
DVoiceInteractionSessionConnection.java43 import android.service.voice.VoiceInteractionService;
169 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE); in VoiceInteractionSessionConnection()
DVoiceInteractionManagerService.java48 import android.service.voice.VoiceInteractionService;
322 new Intent(VoiceInteractionService.SERVICE_INTERFACE), 0, userHandle); in findAvailInteractor()
/frameworks/base/api/
Dcurrent.txt28805 public class VoiceInteractionService extends android.app.Service {
28806 ctor public VoiceInteractionService();
28816 … static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";
Dsystem-current.txt30956 public class VoiceInteractionService extends android.app.Service {
30957 ctor public VoiceInteractionService();
30967 … static final java.lang.String SERVICE_INTERFACE = "android.service.voice.VoiceInteractionService";