/frameworks/base/core/java/android/app/ |
D | IActivityTaskManager.aidl | 70 import android.service.voice.IVoiceInteractionSession; 123 in IVoiceInteractionSession session, in IVoiceInteractor interactor, int flags, in startVoiceActivity() 178 void finishVoiceTask(in IVoiceInteractionSession session); in finishVoiceTask() 314 void setVoiceKeepAwake(in IVoiceInteractionSession session, boolean keepAwake); in setVoiceKeepAwake()
|
D | IActivityManager.aidl | 76 import android.service.voice.IVoiceInteractionSession;
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionSession.aidl | 32 oneway interface IVoiceInteractionSession { interface
|
D | VoiceInteractionSession.java | 327 final IVoiceInteractionSession mSession = new IVoiceInteractionSession.Stub() {
|
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 33 import android.service.voice.IVoiceInteractionSession; 48 boolean deliverNewSession(IBinder token, IVoiceInteractionSession session, in deliverNewSession()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityTaskManagerInternal.java | 40 import android.service.voice.IVoiceInteractionSession; 176 IVoiceInteractionSession mSession, in onLocalVoiceInteractionStarted()
|
D | ActivityStarter.java | 121 import android.service.voice.IVoiceInteractionSession; 270 private IVoiceInteractionSession mVoiceSession; 391 IVoiceInteractionSession voiceSession; 948 final IVoiceInteractionSession voiceSession = request.voiceSession; in executeRequest() 1511 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityUnchecked() 1704 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor, in startActivityInner() 2455 ActivityRecord sourceRecord, IVoiceInteractionSession voiceSession, in setInitialState() 3174 ActivityStarter setVoiceSession(IVoiceInteractionSession voiceSession) { in setVoiceSession()
|
D | ActivityTaskManagerService.java | 229 import android.service.voice.IVoiceInteractionSession; 768 IVoiceInteractionSession mRunningVoice; 1724 int callingUid, Intent intent, String resolvedType, IVoiceInteractionSession session, in startVoiceActivity() 2720 public void finishVoiceTask(IVoiceInteractionSession session) { in finishVoiceTask() 3578 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStartedLocked() 3601 private void startRunningVoiceLocked(IVoiceInteractionSession session, int targetUid) { in startRunningVoiceLocked() 3623 public void setVoiceKeepAwake(IVoiceInteractionSession session, boolean keepAwake) { in setVoiceKeepAwake() 5001 final IVoiceInteractionSession session; in setLastResumedActivityUncheckLocked() 5951 IVoiceInteractionSession voiceSession, IVoiceInteractor voiceInteractor) { in onLocalVoiceInteractionStarted()
|
D | Task.java | 165 import android.service.voice.IVoiceInteractionSession; 326 IVoiceInteractionSession voiceSession; // Voice interaction session driving task 619 IVoiceInteractionSession _voiceSession, IVoiceInteractor _voiceInteractor, in Task() 681 Task reuseAsLeafTask(IVoiceInteractionSession _voiceSession, IVoiceInteractor _voiceInteractor, in reuseAsLeafTask() 6020 Task reuseOrCreateTask(ActivityInfo info, Intent intent, IVoiceInteractionSession voiceSession, 6435 private IVoiceInteractionSession mVoiceSession; 6516 Builder setVoiceSession(IVoiceInteractionSession voiceSession) {
|
D | RootWindowContainer.java | 125 import android.service.voice.IVoiceInteractionSession; 3401 void finishVoiceTask(IVoiceInteractionSession session) {
|
D | ActivityRecord.java | 342 import android.service.voice.IVoiceInteractionSession; 672 IVoiceInteractionSession voiceSession; // Voice interaction session for this activity 7448 void setVoiceSessionLocked(IVoiceInteractionSession session) { in setVoiceSessionLocked()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionSessionConnection.java | 62 import android.service.voice.IVoiceInteractionSession; 130 IVoiceInteractionSession mSession; 603 public boolean deliverNewSessionLocked(IVoiceInteractionSession session, in deliverNewSessionLocked()
|
D | VoiceInteractionManagerServiceImpl.java | 71 import android.service.voice.IVoiceInteractionSession; 354 IVoiceInteractionSession session, IVoiceInteractor interactor) { in deliverNewSessionLocked()
|
D | VoiceInteractionManagerService.java | 82 import android.service.voice.IVoiceInteractionSession; 1029 public boolean deliverNewSession(IBinder token, IVoiceInteractionSession session, in deliverNewSession()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityStarterTests.java | 102 import android.service.voice.IVoiceInteractionSession; 267 IVoiceInteractionSession voiceSession = in verifyStartActivityPreconditionsUntracked() 269 ? mock(IVoiceInteractionSession.class) : null; in verifyStartActivityPreconditionsUntracked()
|
D | WindowTestsBase.java | 90 import android.service.voice.IVoiceInteractionSession; 1612 private IVoiceInteractionSession mVoiceSession; 1690 TaskBuilder setVoiceSession(IVoiceInteractionSession session) { in setVoiceSession()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 1669 …ceInteractionStarted(Landroid/os/IBinder;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 5321 …pp/IActivityManager$Stub$Proxy;->finishVoiceTask(Landroid/service/voice/IVoiceInteractionSession;)V 5508 …IActivityManager$Stub$Proxy;->setVoiceKeepAwake(Landroid/service/voice/IVoiceInteractionSession;Z)V 5539 …android/content/Intent;Ljava/lang/String;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 5947 Landroid/app/IActivityManager;->finishVoiceTask(Landroid/service/voice/IVoiceInteractionSession;)V 6076 Landroid/app/IActivityManager;->setVoiceKeepAwake(Landroid/service/voice/IVoiceInteractionSession;Z… 6098 …android/content/Intent;Ljava/lang/String;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 49918 Landroid/service/voice/IVoiceInteractionSession$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 49919 Landroid/service/voice/IVoiceInteractionSession$Stub$Proxy;->closeSystemDialogs()V 49920 Landroid/service/voice/IVoiceInteractionSession$Stub$Proxy;->destroy()V [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 7159 android.service.voice.IVoiceInteractionSession$Stub$Proxy 7160 android.service.voice.IVoiceInteractionSession$Stub 7161 android.service.voice.IVoiceInteractionSession
|
D | boot-image-profile.txt | 29563 Landroid/service/voice/IVoiceInteractionSession$Stub$Proxy; 29564 Landroid/service/voice/IVoiceInteractionSession$Stub; 29565 Landroid/service/voice/IVoiceInteractionSession;
|
/frameworks/base/config/ |
D | preloaded-classes | 7163 android.service.voice.IVoiceInteractionSession$Stub$Proxy 7164 android.service.voice.IVoiceInteractionSession$Stub 7165 android.service.voice.IVoiceInteractionSession
|
D | boot-image-profile.txt | 39697 Landroid/service/voice/IVoiceInteractionSession$Stub$Proxy; 39698 Landroid/service/voice/IVoiceInteractionSession$Stub; 39699 Landroid/service/voice/IVoiceInteractionSession;
|
/frameworks/base/services/ |
D | art-wear-profile | 25863 …t;ILcom/android/server/wm/ActivityRecord;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 25875 …rd;Lcom/android/server/wm/ActivityRecord;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 25876 …rd;Lcom/android/server/wm/ActivityRecord;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 28309 …server/wm/Task$Builder;->setVoiceSession(Landroid/service/voice/IVoiceInteractionSession;)Lcom/and… 28333 …g;IZZZIILandroid/content/pm/ActivityInfo;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 28334 …g;IZZZIILandroid/content/pm/ActivityInfo;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr… 28447 PLcom/android/server/wm/Task;->reuseAsLeafTask(Landroid/service/voice/IVoiceInteractionSession;Lcom… 28448 …/pm/ActivityInfo;Landroid/content/Intent;Landroid/service/voice/IVoiceInteractionSession;Lcom/andr…
|