Lines Matching refs:to
4 1. Set the KEYPHRASE constant in SampleVoiceInteractionService.java to something the device's
12 9. Go to the sample app info/settings.
15 12. Set the "Digital assistant app" to "Sample Voice Interactor" in the Android settings
16 13. Check for this in the logs to make sure it worked:
23 * If syncing changes to the system image, either first copy the permissions file into
25 need to uninstall the app (go to the sample app info/settings -> 3 dots menu -> uninstall
28 to test:
31 3. Either check the logs for the sampled bytes to match, e.g. "sample=[95, 2, 97, ...]" should
32 appear twice; or open the sample app activity and click the button to play back the recorded
34 Tap directRecord to simulate the non-DSP case (must be done after a dsp trigger since it
38 * Set DEBUG to true in AlwaysOnHotwordDetector
45 Trace events are used throughout the test app to measure the time it takes to read the AudioRecord
47 be used as a guide to collect and observe this trace data.
57 * How to capture a trace:
60 * Search for the events manually or run the below example SQL query to pull out the events.
63 * How to run a SQL query: https://perfetto.dev/docs/quickstart/trace-analysis