annotations.xml 1.3 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <root>
  3. <item name="android.service.voice.AlwaysOnHotwordDetector boolean startRecognition(int) 0">
  4. <annotation name="androidx.annotation.IntDef">
  5. <val name="flag" val="true" />
  6. <val name="value" val="{android.service.voice.AlwaysOnHotwordDetector.RECOGNITION_FLAG_CAPTURE_TRIGGER_AUDIO, android.service.voice.AlwaysOnHotwordDetector.RECOGNITION_FLAG_ALLOW_MULTIPLE_TRIGGERS}" />
  7. </annotation>
  8. </item>
  9. <item name="android.service.voice.AlwaysOnHotwordDetector int getSupportedRecognitionModes()">
  10. <annotation name="androidx.annotation.IntDef">
  11. <val name="flag" val="true" />
  12. <val name="value" val="{android.service.voice.AlwaysOnHotwordDetector.RECOGNITION_MODE_VOICE_TRIGGER, android.service.voice.AlwaysOnHotwordDetector.RECOGNITION_MODE_USER_IDENTIFICATION}" />
  13. </annotation>
  14. </item>
  15. <item name="android.service.voice.VoiceInteractionSession.AssistState int getCount()">
  16. <annotation name="androidx.annotation.IntRange">
  17. <val name="from" val="0" />
  18. </annotation>
  19. </item>
  20. <item name="android.service.voice.VoiceInteractionSession.AssistState int getIndex()">
  21. <annotation name="androidx.annotation.IntRange">
  22. <val name="from" val="-1" />
  23. </annotation>
  24. </item>
  25. </root>