Searched refs:KEY_STRUCTURE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java421 VoiceInteractionSession.KEY_STRUCTURE);
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java22 import static android.service.voice.VoiceInteractionSession.KEY_STRUCTURE;
175 final AssistStructure structure = resultData.getParcelable(KEY_STRUCTURE);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java117 public static final String KEY_STRUCTURE = "structure"; field in class:VoiceInteractionSession
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13129 sendBundle.putParcelable(VoiceInteractionSession.KEY_STRUCTURE, pae.structure);
[all...]

Completed in 297 milliseconds