OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:voiceinteractionsession
(Results
1 - 25
of
25
) sorted by null
/frameworks/base/docs/html/sdk/api_diff/preview-21/changes/
android.service.voice.VoiceInteractionSession.html
10
android.service.voice.
VoiceInteractionSession
74
Class android.service.voice.<A HREF="../../../../reference/android/service/voice/
VoiceInteractionSession
.html" target="_top"><font size="+2"><code>
VoiceInteractionSession
</code></font></A>
86
<A NAME="android.service.voice.
VoiceInteractionSession
.getLayoutInflater_removed()"></A>
93
<A NAME="android.service.voice.
VoiceInteractionSession
.getWindow_removed()"></A>
100
<A NAME="android.service.voice.
VoiceInteractionSession
.hideWindow_removed()"></A>
107
<A NAME="android.service.voice.
VoiceInteractionSession
.onAbortVoice_removed(android.service.voice.
VoiceInteractionSession
.Caller, android.service.voice.
VoiceInteractionSession
.Request, java.lang.CharSequence, android.os.Bundle)"></A>
114
<A NAME="android.service.voice.
VoiceInteractionSession
.onBackPressed_removed()"></A
[
all
...]
pkg_android.service.voice.html
84
<A NAME="
VoiceInteractionSession
.Caller"></A>
85
VoiceInteractionSession
.<br>Caller
91
<A NAME="
VoiceInteractionSession
.Insets"></A>
92
VoiceInteractionSession
.<br>Insets
98
<A NAME="
VoiceInteractionSession
.Request"></A>
99
VoiceInteractionSession
.<br>Request
149
<A NAME="
VoiceInteractionSession
"></A>
150
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html">
VoiceInteractionSession
</A></nobr>
methods_index_removals.html
205
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.
VoiceInteractionSession
.getLayoutInflater_removed()" class="hiddenlink" target="rightframe"><strike>getLayoutInflater</strike>
244
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.
VoiceInteractionSession
.getWindow_removed()" class="hiddenlink" target="rightframe"><strike>getWindow</strike>
264
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.
VoiceInteractionSession
.hideWindow_removed()" class="hiddenlink" target="rightframe"><strike>hideWindow</strike>
314
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.
VoiceInteractionSession
.onAbortVoice_removed(android.service.voice.
VoiceInteractionSession
.Caller, android.service.voice.
VoiceInteractionSession
.Request, java.lang.CharSequence, android.os.Bundle)" class="hiddenlink" target="rightframe"><strik (…)
[
all
...]
alldiffs_index_removals.html
424
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.
VoiceInteractionSession
.getLayoutInflater_removed()" class="hiddenlink" target="rightframe"><strike>getLayoutInflater</strike>
481
<nobr><A HREF="android.service.voice.
VoiceInteractionSession
.html#android.service.voice.VoiceIntera (…)
[
all
...]
classes_index_removals.html
176
<A HREF="pkg_android.service.voice.html#
VoiceInteractionSession
.Caller" class="hiddenlink" target="rightframe"><strike>
VoiceInteractionSession
.Caller</strike></A><br>
177
<A HREF="pkg_android.service.voice.html#
VoiceInteractionSession
.Insets" class="hiddenlink" target="rightframe"><strike>
VoiceInteractionSession
.Insets</strike></A><br>
178
<A HREF="pkg_android.service.voice.html#
VoiceInteractionSession
.Request" class="hiddenlink" target="rightframe"><strike>
VoiceInteractionSession
.Request</strike></A><br>
methods_index_all.html
[
all
...]
classes_index_all.html
[
all
...]
alldiffs_index_all.html
[
all
...]
classes_index_changes.html
[
all
...]
jdiff_statistics.html
584
<TD><A HREF="android.service.voice.
VoiceInteractionSession
.html">
585
android.service.voice.
VoiceInteractionSession
</A></TD>
[
all
...]
alldiffs_index_changes.html
[
all
...]
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSessionService.java
20
import android.service.voice.
VoiceInteractionSession
;
25
public
VoiceInteractionSession
onNewSession(Bundle args) {
MainInteractionSession.java
22
import android.service.voice.
VoiceInteractionSession
;
28
public class MainInteractionSession extends
VoiceInteractionSession
/frameworks/base/core/java/android/service/voice/
VoiceInteractionSessionService.java
40
VoiceInteractionSession
mSession;
72
public abstract
VoiceInteractionSession
onNewSession(Bundle args);
VoiceInteractionSession.java
59
public abstract class
VoiceInteractionSession
implements KeyEvent.Callback {
60
static final String TAG = "
VoiceInteractionSession
";
89
final WeakReference<
VoiceInteractionSession
> mWeakRef
90
= new WeakReference<
VoiceInteractionSession
>(this);
179
VoiceInteractionSession
session = mSession.get();
187
final WeakReference<
VoiceInteractionSession
> mSession;
189
Request(IVoiceInteractorCallback callback,
VoiceInteractionSession
session) {
195
VoiceInteractionSession
session = mSession.get();
197
throw new IllegalStateException("
VoiceInteractionSession
has been destroyed");
350
VoiceInteractionSession
.this.onBackPressed()
[
all
...]
VoiceInteractionService.java
135
* Initiate the execution of a new {@link android.service.voice.
VoiceInteractionSession
}.
/packages/apps/Settings/src/com/android/settings/
VoiceSettingsActivity.java
27
* {@link android.service.voice.
VoiceInteractionSession
#startVoiceActivity startVoiceActivity}.
/frameworks/base/docs/html/sdk/api_diff/preview-21/
user_comments_for_l-preview_to_21.xml
[
all
...]
/frameworks/base/core/res/res/values/
themes.xml
[
all
...]
themes_device_defaults.xml
294
{@link android.service.voice.
VoiceInteractionSession
} class.-->
295
<style name="Theme.DeviceDefault.
VoiceInteractionSession
" parent="Theme.Material.
VoiceInteractionSession
" >
[
all
...]
themes_material.xml
[
all
...]
styles.xml
185
<style name="Animation.
VoiceInteractionSession
">
[
all
...]
symbols.xml
[
all
...]
attrs.xml
[
all
...]
/frameworks/base/core/java/android/provider/
Settings.java
141
* {@link android.service.voice.
VoiceInteractionSession
#startVoiceActivity
[
all
...]
Completed in 944 milliseconds