HomeSort by relevance Sort by last modified time
    Searched full:voiceinteractionservice (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.service.voice.VoiceInteractionService.html 10 android.service.voice.VoiceInteractionService
74 Class android.service.voice.<A HREF="../../../../reference/android/service/voice/VoiceInteractionService.html" target="_top"><font size="+2"><code>VoiceInteractionService</code></font></A>
86 <A NAME="android.service.voice.VoiceInteractionService.createAlwaysOnHotwordDetector_added(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)"></A>
87 <nobr><code>AlwaysOnHotwordDetector</code>&nbsp;<A HREF="../../../../reference/android/service/voice/VoiceInteractionService.html#createAlwaysOnHotwordDetector(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)" target="_top"><code>createAlwaysOnHotwordDetector</code></A>(<code>String,</nobr> Locale<nobr>,</nobr> Callback<nobr><nobr></code>)</nobr>
93 <A NAME="android.service.voice.VoiceInteractionService.isActiveService_added(android.content.Context, android.content.ComponentName)"></A>
94 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/service/voice/VoiceInteractionService.html#isActiveService(android.content.Context, android.content.ComponentName)" target="_top"><code>isActiveService</code></A>(<code>Context,</nobr> ComponentName<nobr><nobr></code>)</nobr>
100 <A NAME="android.service.voice.VoiceInteractionService.onReady_added()"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/service/voice/VoiceInteractionService.html#onReady()" target="_top"><code>onReady</code></A>()</nobr>
107 <A NAME="android.service.voice.VoiceInteractionService.onShutdown_added()"></A
    [all...]
pkg_android.service.voice.html 142 <A NAME="VoiceInteractionService"></A>
143 <nobr><A HREF="android.service.voice.VoiceInteractionService.html">VoiceInteractionService</A></nobr>
methods_index_additions.html 225 <nobr><A HREF="android.service.voice.VoiceInteractionService.html#android.service.voice.VoiceInteractionService.createAlwaysOnHotwordDetector_added(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)" class="hiddenlink" target="rightframe"><b>createAlwaysOnHotwordDetector</b>
    [all...]
methods_index_all.html 295 <nobr><A HREF="android.service.voice.VoiceInteractionService.html#android.service.voice.VoiceInteractionService.createAlwaysOnHotwordDetector_added(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)" class="hiddenlink" target="rightframe"><b>createAlwaysOnHotwordDetector</b>
    [all...]
alldiffs_index_additions.html     [all...]
classes_index_all.html     [all...]
classes_index_changes.html     [all...]
jdiff_statistics.html 709 <TD><A HREF="android.service.voice.VoiceInteractionService.html">
710 android.service.voice.VoiceInteractionService</A></TD>
    [all...]
alldiffs_index_changes.html     [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionService.java 44 * The current VoiceInteractionService that has been selected by the user is kept
53 public class VoiceInteractionService extends Service {
62 "android.service.voice.VoiceInteractionService";
65 * Name under which a VoiceInteractionService component publishes information about itself.
68 * android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</code> tag.
119 * VoiceInteractionService.
188 * At this point this service may no longer be the active {@link VoiceInteractionService}.
VoiceInteractionServiceInfo.java 67 parser = si.loadXmlMetaData(pm, VoiceInteractionService.SERVICE_META_DATA);
69 mParseError = "No " + VoiceInteractionService.SERVICE_META_DATA
90 com.android.internal.R.styleable.VoiceInteractionService);
AlwaysOnHotwordDetector.java 49 * A class that lets a VoiceInteractionService implementation interact with
330 * @param voiceInteractionService The current voice interaction service.
337 IVoiceInteractionService voiceInteractionService,
346 mVoiceInteractionService = voiceInteractionService;
362 * {@link VoiceInteractionService} hosting this detector has been shut down.
400 * {@link VoiceInteractionService} hosting this detector has been shut down.
428 * {@link VoiceInteractionService} hosting this detector has been shut down.
460 * {@link VoiceInteractionService} hosting this detector has been shut down.
481 * {@link VoiceInteractionService} hosting this detector has been shut down.
502 * {@link VoiceInteractionService} hosting this detector has been shut down
    [all...]
VoiceInteractionSessionService.java 33 * An active voice interaction session, initiated by a {@link VoiceInteractionService}.
VoiceInteractionSession.java 57 * An active interaction session, started by a {@link VoiceInteractionService}.
611 * {@link VoiceInteractionService#startSession VoiceInteractionService.startSession}.
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionService.java 24 import android.service.voice.VoiceInteractionService;
30 public class MainInteractionService extends VoiceInteractionService {
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 29 import android.service.voice.VoiceInteractionService;
102 new Intent(VoiceInteractionService.SERVICE_INTERFACE),
133 Log.w("VoiceInteractionService", "Error in VoiceInteractionService "
VoiceInputSettings.java 27 import android.service.voice.VoiceInteractionService;
199 new Intent(VoiceInteractionService.SERVICE_INTERFACE),
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 39 import android.service.voice.VoiceInteractionService;
113 Intent serviceIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE);
293 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE);
VoiceInteractionManagerService.java 47 import android.service.voice.VoiceInteractionService;
253 new Intent(VoiceInteractionService.SERVICE_INTERFACE), 0, userHandle);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractionManagerService.aidl 63 * @param service The current VoiceInteractionService.
  /frameworks/base/tests/VoiceInteraction/
AndroidManifest.xml 31 <action android:name="android.service.voice.VoiceInteractionService" />
  /frameworks/base/core/java/android/app/
VoiceInteractor.java 223 * VoiceInteractionService. This allows an Activity to complete an unsafe operation that
319 * Execute a command using the trusted system VoiceInteractionService.
429 * Queries the supported commands available from the VoiceinteractionService.
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /frameworks/base/docs/html/sdk/api_diff/preview-21/
missingSinces.txt 158 NO DOC BLOCK: android.service.voice.VoiceInteractionService Method createAlwaysOnHotwordDetector(java.lang.String, java.util.Locale, android.service.voice.AlwaysOnHotwordDetector.Callback)
397 NO DOC BLOCK: android.service.voice.VoiceInteractionService Method isActiveService(android.content.Context, android.content.ComponentName)
    [all...]
user_comments_for_l-preview_to_21.xml     [all...]

Completed in 6540 milliseconds

1 2