Searched refs:IVoiceInteractorCallback (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 22 import com.android.internal.app.IVoiceInteractorCallback; 30 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() 32 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() 35 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() 37 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice() 39 IVoiceInteractorCallback callback, String command, in Bundle extras); in startCommand()
|
D | IVoiceInteractorCallback.aidl | 27 oneway interface IVoiceInteractorCallback { interface
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 57 import com.android.internal.app.IVoiceInteractorCallback; 155 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 167 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 180 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 192 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 204 IVoiceInteractorCallback callback, String command, Bundle extras) { 323 final IVoiceInteractorCallback mCallback; 327 Request(String packageName, int uid, IVoiceInteractorCallback callback, in Request() 437 ConfirmationRequest(String packageName, int uid, IVoiceInteractorCallback callback, in ConfirmationRequest() 497 PickOptionRequest(String packageName, int uid, IVoiceInteractorCallback callback, in PickOptionRequest() [all …]
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 33 import com.android.internal.app.IVoiceInteractorCallback; 157 final IVoiceInteractorCallback.Stub mCallback = new IVoiceInteractorCallback.Stub() { 310 String packageName, IVoiceInteractorCallback callback) throws RemoteException; in submit() 376 IVoiceInteractorCallback callback) throws RemoteException { in submit() 590 IVoiceInteractorCallback callback) throws RemoteException { in submit() 647 IVoiceInteractorCallback callback) throws RemoteException { in submit() 706 IVoiceInteractorCallback callback) throws RemoteException { in submit() 761 IVoiceInteractorCallback callback) throws RemoteException { in submit()
|
/frameworks/base/ |
D | Android.mk | 363 core/java/com/android/internal/app/IVoiceInteractorCallback.aidl \
|