Home
last modified time | relevance | path

Searched refs:VoiceInteractionSession (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/tests/Assist/src/com/android/test/assist/
DAssistInteractionSessionService.java20 import android.service.voice.VoiceInteractionSession;
25 public VoiceInteractionSession onNewSession(Bundle args) { in onNewSession()
DAssistInteractionSession.java26 import android.service.voice.VoiceInteractionSession;
37 public class AssistInteractionSession extends VoiceInteractionSession {
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainInteractionSessionService.java20 import android.service.voice.VoiceInteractionSession;
25 public VoiceInteractionSession onNewSession(Bundle args) { in onNewSession()
DMainInteractionService.java26 import android.service.voice.VoiceInteractionSession;
DMainInteractionSession.java28 import android.service.voice.VoiceInteractionSession;
36 public class MainInteractionSession extends VoiceInteractionSession
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java78 public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 { class
149 final WeakReference<VoiceInteractionSession> mWeakRef
150 = new WeakReference<VoiceInteractionSession>(this);
157 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
170 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
182 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
194 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
206 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
314 VoiceInteractionSession session = mSession.get();
324 final WeakReference<VoiceInteractionSession> mSession;
[all …]
DVoiceInteractionSessionService.java44 VoiceInteractionSession mSession;
76 public abstract VoiceInteractionSession onNewSession(Bundle args); in onNewSession()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionSessionConnection.java43 import android.service.voice.VoiceInteractionSession;
107 Bundle receiverExtras = data.getBundle(VoiceInteractionSession.KEY_RECEIVER_EXTRAS); in AssistDataForActivity()
217 flags |= VoiceInteractionSession.SHOW_WITH_ASSIST; in getUserDisabledShowContextLocked()
221 flags |= VoiceInteractionSession.SHOW_WITH_SCREENSHOT; in getUserDisabledShowContextLocked()
244 && (disabledContext&VoiceInteractionSession.SHOW_WITH_ASSIST) == 0; in showLocked()
246 && (disabledContext&VoiceInteractionSession.SHOW_WITH_SCREENSHOT) == 0; in showLocked()
252 if ((flags&VoiceInteractionSession.SHOW_WITH_ASSIST) != 0) { in showLocked()
288 if ((flags&VoiceInteractionSession.SHOW_WITH_SCREENSHOT) != 0) { in showLocked()
419 VoiceInteractionSession.KEY_DATA); in deliverSessionDataLocked()
421 VoiceInteractionSession.KEY_STRUCTURE); in deliverSessionDataLocked()
[all …]
DVoiceInteractionManagerService.java53 import android.service.voice.VoiceInteractionSession;
196 VoiceInteractionSession.SHOW_SOURCE_ACTIVITY, in startLocalVoiceInteraction()
987 | VoiceInteractionSession.SHOW_WITH_ASSIST in showSessionForActiveService()
988 | VoiceInteractionSession.SHOW_WITH_SCREENSHOT, in showSessionForActiveService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java24 import android.service.voice.VoiceInteractionSession;
239 VoiceInteractionSession.SHOW_SOURCE_ASSIST_GESTURE, mShowCallback, null); in startVoiceInteractor()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java21 import static android.service.voice.VoiceInteractionSession.KEY_RECEIVER_EXTRAS;
22 import static android.service.voice.VoiceInteractionSession.KEY_STRUCTURE;
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java97 import static android.service.voice.VoiceInteractionSession.SHOW_SOURCE_APPLICATION;
336 import android.service.voice.VoiceInteractionSession;
13073 sendBundle.putBundle(VoiceInteractionSession.KEY_RECEIVER_EXTRAS,
13128 sendBundle.putBundle(VoiceInteractionSession.KEY_DATA, pae.extras);
13129 sendBundle.putParcelable(VoiceInteractionSession.KEY_STRUCTURE, pae.structure);
13130 sendBundle.putParcelable(VoiceInteractionSession.KEY_CONTENT, pae.content);
13131 sendBundle.putBundle(VoiceInteractionSession.KEY_RECEIVER_EXTRAS,
/frameworks/base/api/
Dcurrent.txt37422 …public class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.K…
37423 ctor public VoiceInteractionSession(android.content.Context);
37424 ctor public VoiceInteractionSession(android.content.Context, android.os.Handler);
37436 method public void onCancelRequest(android.service.voice.VoiceInteractionSession.Request);
37438 method public void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets);
37455 …method public void onRequestAbortVoice(android.service.voice.VoiceInteractionSession.AbortVoiceReq…
37456 … method public void onRequestCommand(android.service.voice.VoiceInteractionSession.CommandRequest);
37457 …method public void onRequestCompleteVoice(android.service.voice.VoiceInteractionSession.CompleteVo…
37458 …method public void onRequestConfirmation(android.service.voice.VoiceInteractionSession.Confirmatio…
37459 …method public void onRequestPickOption(android.service.voice.VoiceInteractionSession.PickOptionReq…
[all …]
Dsystem-current.txt40634 …public class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.K…
40635 ctor public VoiceInteractionSession(android.content.Context);
40636 ctor public VoiceInteractionSession(android.content.Context, android.os.Handler);
40648 method public void onCancelRequest(android.service.voice.VoiceInteractionSession.Request);
40650 method public void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets);
40667 …method public void onRequestAbortVoice(android.service.voice.VoiceInteractionSession.AbortVoiceReq…
40668 … method public void onRequestCommand(android.service.voice.VoiceInteractionSession.CommandRequest);
40669 …method public void onRequestCompleteVoice(android.service.voice.VoiceInteractionSession.CompleteVo…
40670 …method public void onRequestConfirmation(android.service.voice.VoiceInteractionSession.Confirmatio…
40671 …method public void onRequestPickOption(android.service.voice.VoiceInteractionSession.PickOptionReq…
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27186 public abstract class VoiceInteractionSession implements android.view.KeyEvent.Callback {
27187 ctor public VoiceInteractionSession(android.content.Context);
27188 ctor public VoiceInteractionSession(android.content.Context, android.os.Handler);
27203 …method public abstract android.service.voice.VoiceInteractionSession onNewSession(android.os.Bundl…