Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1614 VoiceInteractor.KEY_CANCELLATION_SIGNAL); in requestDirectActions()
1691 VoiceInteractor.KEY_CANCELLATION_SIGNAL); in performDirectAction()
/frameworks/base/core/java/android/app/
DVoiceInteractor.java79 public static final String KEY_CANCELLATION_SIGNAL = "key_cancellation_signal"; field in VoiceInteractor
DActivityThread.java2122 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in requestDirectActions()
2140 cancellationResult.putBinder(VoiceInteractor.KEY_CANCELLATION_SIGNAL, in performDirectAction()