1express_metric {
2    id: "accessibility.value_fab_shortcut_dismiss"
3    display_name: "Accessibility FAB Shortcut Dismiss Action"
4    description: "Counter indicating the FAB was dragged to the Dismiss target"
5    owner_email: "danielnorman@google.com"
6    owner_email: "android-a11y-framework-eng@google.com"
7    unit: UNIT_COUNT
8    type: COUNTER
9}
10
11express_metric {
12    id: "accessibility.value_fab_shortcut_edit"
13    display_name: "Accessibility FAB Shortcut Edit Action"
14    description: "Counter indicating the FAB was dragged to the Edit target"
15    owner_email: "danielnorman@google.com"
16    owner_email: "android-a11y-framework-eng@google.com"
17    unit: UNIT_COUNT
18    type: COUNTER
19}
20
21express_metric {
22    id: "accessibility.value_qs_shortcut_add"
23    display_name: "Accessibility QS Shortcut Add Action"
24    description: "Counter indicating the qs shortcut was chosen as a shortcut type for selected feature"
25    owner_email: "chunkulin@google.com"
26    owner_email: "android-a11y-framework-eng@google.com"
27    unit: UNIT_COUNT
28    # UID indicates the location where the shortcut was enabled, NOT the UID of
29    # the accessibility shortcut feature(s).
30    type: COUNTER_WITH_UID
31}
32
33express_metric {
34    id: "accessibility.value_qs_shortcut_remove"
35    display_name: "Accessibility QS Shortcut Remove Action"
36    description: "Counter indicating the qs shortcut was removed from the chosen shortcut types for selected feature"
37    owner_email: "chunkulin@google.com"
38    owner_email: "android-a11y-framework-eng@google.com"
39    unit: UNIT_COUNT
40    # UID indicates the location where the shortcut was disabled, NOT the UID of
41    # the accessibility shortcut feature(s).
42    type: COUNTER_WITH_UID
43}
44