• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1description: "Let device in idle and check the DSP wakeup counts"
2             "Stop Testing if DSP detects hotword over 30 times"
3
4step {
5  command: "shell dumpsys battery unplug"
6  delay_after: 1
7}
8step {
9  command: "shell dumpsys deviceidle force-idle"
10  delay_after: 59
11}
12
13expected_result {
14    aohd_hotword_detected : 0
15    assistant_started  : 0
16    dsp_false_accept  : 0
17    speaker_id_rejected : 0
18    logcat_iteration  : 1
19    software_hotword  : 0
20    vis_software_hotword  : 0
21}
22
23event {
24  name: "device_crashed"
25  condition: "aohd_hotword_detected >= 30"
26  action: "BUGREPORT"
27  action: "NOTIFY"
28  action: "REMOVE_DEVICE"
29}
30