Searched refs:VoiceInteractionSession (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 77 public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCallbacks2 { class 138 final WeakReference<VoiceInteractionSession> mWeakRef 139 = new WeakReference<VoiceInteractionSession>(this); 146 Binder.getCallingUid(), callback, VoiceInteractionSession.this, 159 Binder.getCallingUid(), callback, VoiceInteractionSession.this, 171 Binder.getCallingUid(), callback, VoiceInteractionSession.this, 183 Binder.getCallingUid(), callback, VoiceInteractionSession.this, 195 Binder.getCallingUid(), callback, VoiceInteractionSession.this, 303 VoiceInteractionSession session = mSession.get(); 313 final WeakReference<VoiceInteractionSession> mSession; [all …]
|
D | VoiceInteractionSessionService.java | 44 VoiceInteractionSession mSession; 76 public abstract VoiceInteractionSession onNewSession(Bundle args); in onNewSession()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | MainInteractionSessionService.java | 20 import android.service.voice.VoiceInteractionSession; 25 public VoiceInteractionSession onNewSession(Bundle args) { in onNewSession()
|
D | MainInteractionService.java | 26 import android.service.voice.VoiceInteractionSession;
|
D | MainInteractionSession.java | 28 import android.service.voice.VoiceInteractionSession; 36 public class MainInteractionSession extends VoiceInteractionSession
|
/frameworks/base/tests/Assist/src/com/android/test/assist/ |
D | AssistInteractionSessionService.java | 20 import android.service.voice.VoiceInteractionSession; 25 public VoiceInteractionSession onNewSession(Bundle args) { in onNewSession()
|
D | AssistInteractionSession.java | 26 import android.service.voice.VoiceInteractionSession; 37 public class AssistInteractionSession extends VoiceInteractionSession {
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 53 import android.service.voice.VoiceInteractionSession; 178 flags |= VoiceInteractionSession.SHOW_WITH_ASSIST; in getUserDisabledShowContextLocked() 182 flags |= VoiceInteractionSession.SHOW_WITH_SCREENSHOT; in getUserDisabledShowContextLocked() 203 (flags & VoiceInteractionSession.SHOW_WITH_ASSIST) != 0, in showLocked() 204 (flags & VoiceInteractionSession.SHOW_WITH_SCREENSHOT) != 0, in showLocked() 205 (disabledContext & VoiceInteractionSession.SHOW_WITH_ASSIST) == 0, in showLocked() 206 (disabledContext & VoiceInteractionSession.SHOW_WITH_SCREENSHOT) == 0, in showLocked()
|
D | VoiceInteractionManagerService.java | 55 import android.service.voice.VoiceInteractionSession; 207 VoiceInteractionSession.SHOW_SOURCE_ACTIVITY, in startLocalVoiceInteraction() 1022 | VoiceInteractionSession.SHOW_WITH_ASSIST in showSessionForActiveService() 1023 | VoiceInteractionSession.SHOW_WITH_SCREENSHOT, in showSessionForActiveService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistManager.java | 24 import android.service.voice.VoiceInteractionSession; 244 VoiceInteractionSession.SHOW_SOURCE_ASSIST_GESTURE, mShowCallback, null); in startVoiceInteractor()
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 40422 Landroid/service/voice/VoiceInteractionSession$AbortVoiceRequest; 40423 Landroid/service/voice/VoiceInteractionSession$AbortVoiceRequest;->getMessage()Ljava/lang/CharSeque… 40424 Landroid/service/voice/VoiceInteractionSession$AbortVoiceRequest;->getVoicePrompt()Landroid/app/Voi… 40425 Landroid/service/voice/VoiceInteractionSession$AbortVoiceRequest;->sendAbortResult(Landroid/os/Bund… 40426 Landroid/service/voice/VoiceInteractionSession$CommandRequest; 40427 Landroid/service/voice/VoiceInteractionSession$CommandRequest;->getCommand()Ljava/lang/String; 40428 Landroid/service/voice/VoiceInteractionSession$CommandRequest;->sendIntermediateResult(Landroid/os/… 40429 Landroid/service/voice/VoiceInteractionSession$CommandRequest;->sendResult(Landroid/os/Bundle;)V 40430 Landroid/service/voice/VoiceInteractionSession$CompleteVoiceRequest; 40431 Landroid/service/voice/VoiceInteractionSession$CompleteVoiceRequest;->getMessage()Ljava/lang/CharSe… [all …]
|
D | boot-image-profile.txt | 5264 HPLandroid/service/voice/VoiceInteractionSession$2$1;->run()V 5265 HPLandroid/service/voice/VoiceInteractionSession$2;->closeSystemDialogs()V 5266 HPLandroid/service/voice/VoiceInteractionSession$2;->handleAssist(Landroid/os/Bundle;Landroid/app/a… 5267 HPLandroid/service/voice/VoiceInteractionSession$2;->handleScreenshot(Landroid/graphics/Bitmap;)V 5268 HPLandroid/service/voice/VoiceInteractionSession$2;->hide()V 5269 HPLandroid/service/voice/VoiceInteractionSession$2;->onLockscreenShown()V 5270 HPLandroid/service/voice/VoiceInteractionSession$2;->show(Landroid/os/Bundle;ILcom/android/internal… 5271 HPLandroid/service/voice/VoiceInteractionSession$MyCallbacks;->executeMessage(Landroid/os/Message;)V 5272 HPLandroid/service/voice/VoiceInteractionSession;-><init>(Landroid/content/Context;)V 5273 HPLandroid/service/voice/VoiceInteractionSession;-><init>(Landroid/content/Context;Landroid/os/Hand… [all …]
|
/frameworks/base/api/ |
D | current.txt | 39571 …public class VoiceInteractionSession implements android.content.ComponentCallbacks2 android.view.K… 39572 ctor public VoiceInteractionSession(android.content.Context); 39573 ctor public VoiceInteractionSession(android.content.Context, android.os.Handler); 39585 method public void onCancelRequest(android.service.voice.VoiceInteractionSession.Request); 39587 method public void onComputeInsets(android.service.voice.VoiceInteractionSession.Insets); 39604 …method public void onRequestAbortVoice(android.service.voice.VoiceInteractionSession.AbortVoiceReq… 39605 … method public void onRequestCommand(android.service.voice.VoiceInteractionSession.CommandRequest); 39606 …method public void onRequestCompleteVoice(android.service.voice.VoiceInteractionSession.CompleteVo… 39607 …method public void onRequestConfirmation(android.service.voice.VoiceInteractionSession.Confirmatio… 39608 …method public void onRequestPickOption(android.service.voice.VoiceInteractionSession.PickOptionReq… [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 125 import static android.service.voice.VoiceInteractionSession.SHOW_SOURCE_APPLICATION;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27186 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…
|