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="FlaggedApi"
6        message="Field `EDIT_TYPE_CLICK` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
7        errorLine1="        if (editRecord.getType() == FormEditRecord.EDIT_TYPE_CLICK) {"
8        errorLine2="                                                   ~~~~~~~~~~~~~~~">
9        <location
10            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
11            line="483"
12            column="52"/>
13    </issue>
14
15    <issue
16        id="FlaggedApi"
17        message="Method `getType()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
18        errorLine1="        if (editRecord.getType() == FormEditRecord.EDIT_TYPE_CLICK) {"
19        errorLine2="            ~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
22            line="483"
23            column="13"/>
24    </issue>
25
26    <issue
27        id="FlaggedApi"
28        message="Method `applyEditTypeClick()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
29        errorLine1="            return applyEditTypeClick(pageNum, editRecord);"
30        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
33            line="484"
34            column="20"/>
35    </issue>
36
37    <issue
38        id="FlaggedApi"
39        message="Field `EDIT_TYPE_SET_INDICES` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
40        errorLine1="        } else if (editRecord.getType() == FormEditRecord.EDIT_TYPE_SET_INDICES) {"
41        errorLine2="                                                          ~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
44            line="485"
45            column="59"/>
46    </issue>
47
48    <issue
49        id="FlaggedApi"
50        message="Method `getType()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
51        errorLine1="        } else if (editRecord.getType() == FormEditRecord.EDIT_TYPE_SET_INDICES) {"
52        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~">
53        <location
54            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
55            line="485"
56            column="20"/>
57    </issue>
58
59    <issue
60        id="FlaggedApi"
61        message="Method `applyEditTypeSetIndices()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
62        errorLine1="            return applyEditTypeSetIndices(pageNum, editRecord);"
63        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
64        <location
65            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
66            line="486"
67            column="20"/>
68    </issue>
69
70    <issue
71        id="FlaggedApi"
72        message="Field `EDIT_TYPE_SET_TEXT` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
73        errorLine1="        } else if (editRecord.getType() == FormEditRecord.EDIT_TYPE_SET_TEXT) {"
74        errorLine2="                                                          ~~~~~~~~~~~~~~~~~~">
75        <location
76            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
77            line="487"
78            column="59"/>
79    </issue>
80
81    <issue
82        id="FlaggedApi"
83        message="Method `getType()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
84        errorLine1="        } else if (editRecord.getType() == FormEditRecord.EDIT_TYPE_SET_TEXT) {"
85        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~">
86        <location
87            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
88            line="487"
89            column="20"/>
90    </issue>
91
92    <issue
93        id="FlaggedApi"
94        message="Method `applyEditSetText()` is a flagged API and should be inside an `if (Flags.enableFormFilling())` check (or annotate the surrounding method `applyEdit` with `@FlaggedApi(Flags.FLAG_ENABLE_FORM_FILLING) to transfer requirement to caller`)"
95        errorLine1="            return applyEditSetText(pageNum, editRecord);"
96        errorLine2="                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
97        <location
98            file="packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/PdfProcessor.java"
99            line="488"
100            column="20"/>
101    </issue>
102
103</issues>
104