1<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.4.0-alpha08" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha08">
3
4    <issue
5        id="MissingPermissionAnnotation"
6        message="onSuccess should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
7        errorLine1="                        @Override"
8        errorLine2="                        ^">
9        <location
10            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
11            line="108"
12            column="25"/>
13    </issue>
14
15    <issue
16        id="MissingPermissionAnnotation"
17        message="onError should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
18        errorLine1="                        @Override"
19        errorLine2="                        ^">
20        <location
21            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
22            line="113"
23            column="25"/>
24    </issue>
25
26    <issue
27        id="MissingPermissionAnnotation"
28        message="onSuccess should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
29        errorLine1="                        @Override"
30        errorLine2="                        ^">
31        <location
32            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
33            line="138"
34            column="25"/>
35    </issue>
36
37    <issue
38        id="MissingPermissionAnnotation"
39        message="onError should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
40        errorLine1="                        @Override"
41        errorLine2="                        ^">
42        <location
43            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
44            line="143"
45            column="25"/>
46    </issue>
47
48    <issue
49        id="MissingPermissionAnnotation"
50        message="onSuccess should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
51        errorLine1="                        @Override"
52        errorLine2="                        ^">
53        <location
54            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
55            line="227"
56            column="25"/>
57    </issue>
58
59    <issue
60        id="MissingPermissionAnnotation"
61        message="onError should be annotated with either @EnforcePermission, @RequiresNoPermission or @PermissionManuallyEnforced."
62        errorLine1="                        @Override"
63        errorLine2="                        ^">
64        <location
65            file="packages/modules/DeviceLock/framework/java/android/devicelock/DeviceLockManager.java"
66            line="232"
67            column="25"/>
68    </issue>
69
70</issues>
71