Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java2121 final Bundle cancellationResult = new Bundle(); in requestDirectActions() local
2122 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()
2124 cancellationCallback.sendResult(cancellationResult); in requestDirectActions()
2139 final Bundle cancellationResult = new Bundle(); in performDirectAction() local
2140 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()
2142 cancellationCallback.sendResult(cancellationResult); in performDirectAction()