Searched refs:IVoiceInteractorCallback (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractor.aidl | 23 import com.android.internal.app.IVoiceInteractorCallback; 31 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startConfirmation() 33 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in startPickOption() 36 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startCompleteVoice() 38 IVoiceInteractorCallback callback, in VoiceInteractor.Prompt prompt, in Bundle extras); in startAbortVoice() 40 IVoiceInteractorCallback callback, String command, in Bundle extras); in startCommand()
|
D | IVoiceInteractorCallback.aidl | 27 oneway interface IVoiceInteractorCallback { interface
|
/frameworks/base/core/java/android/app/ |
D | VoiceInteractor.java | 36 import com.android.internal.app.IVoiceInteractorCallback; 170 final IVoiceInteractorCallback.Stub mCallback = new IVoiceInteractorCallback.Stub() { 330 String packageName, IVoiceInteractorCallback callback) throws RemoteException; in submit() 396 IVoiceInteractorCallback callback) throws RemoteException { in submit() 610 IVoiceInteractorCallback callback) throws RemoteException { in submit() 667 IVoiceInteractorCallback callback) throws RemoteException { in submit() 726 IVoiceInteractorCallback callback) throws RemoteException { in submit() 781 IVoiceInteractorCallback callback) throws RemoteException { in submit()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 67 import com.android.internal.app.IVoiceInteractorCallback; 183 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, Bundle extras) { 195 IVoiceInteractorCallback callback, VoiceInteractor.Prompt prompt, 208 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 220 IVoiceInteractorCallback callback, VoiceInteractor.Prompt message, Bundle extras) { 232 IVoiceInteractorCallback callback, String command, Bundle extras) { 375 final IVoiceInteractorCallback mCallback; 379 Request(String packageName, int uid, IVoiceInteractorCallback callback, in Request() 489 ConfirmationRequest(String packageName, int uid, IVoiceInteractorCallback callback, in ConfirmationRequest() 549 PickOptionRequest(String packageName, int uid, IVoiceInteractorCallback callback, in PickOptionRequest() [all …]
|