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="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
7        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
8        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
9        <location
10            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
11            line="176"
12            column="35"/>
13    </issue>
14
15    <issue
16        id="FlaggedApi"
17        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
18        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
19        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
22            line="176"
23            column="72"/>
24    </issue>
25
26    <issue
27        id="FlaggedApi"
28        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
29        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader());"
30        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
31        <location
32            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
33            line="178"
34            column="35"/>
35    </issue>
36
37    <issue
38        id="FlaggedApi"
39        message="Method `validate()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `validate` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
40        errorLine1="        if (mQosCharacteristics != null &amp;&amp; !mQosCharacteristics.validate()) {"
41        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
44            line="324"
45            column="45"/>
46    </issue>
47
48    <issue
49        id="FlaggedApi"
50        message="Class `QosCharacteristics` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `QosPolicyParams` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
51        errorLine1="                    QosCharacteristics.class.getClassLoader(), QosCharacteristics.class);"
52        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~">
53        <location
54            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
55            line="639"
56            column="21"/>
57    </issue>
58
59    <issue
60        id="FlaggedApi"
61        message="Class `QosCharacteristics` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `QosPolicyParams` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
62        errorLine1="                    QosCharacteristics.class.getClassLoader(), QosCharacteristics.class);"
63        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~~~~~~">
64        <location
65            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
66            line="639"
67            column="64"/>
68    </issue>
69
70    <issue
71        id="FlaggedApi"
72        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `addNon80211mcCapableAccessPoint` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
73        errorLine1="            if (apInfo.is80211mcResponder() || apInfo.is80211azNtbResponder()) {"
74        errorLine2="                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
75        <location
76            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingRequest.java"
77            line="401"
78            column="48"/>
79    </issue>
80
81    <issue
82        id="FlaggedApi"
83        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `addNon80211mcCapableAccessPoints` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
84        errorLine1="                if (scanResult.is80211mcResponder() || scanResult.is80211azNtbResponder()) {"
85        errorLine2="                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
86        <location
87            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingRequest.java"
88            line="439"
89            column="56"/>
90    </issue>
91
92    <issue
93        id="FlaggedApi"
94        message="Field `mStatus` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
95        errorLine1="        mStatus = builder.mStatus;"
96        errorLine2="                          ~~~~~~~">
97        <location
98            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
99            line="519"
100            column="27"/>
101    </issue>
102
103    <issue
104        id="FlaggedApi"
105        message="Field `mMac` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
106        errorLine1="        mMac = builder.mMac;"
107        errorLine2="                       ~~~~">
108        <location
109            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
110            line="520"
111            column="24"/>
112    </issue>
113
114    <issue
115        id="FlaggedApi"
116        message="Field `mPeerHandle` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
117        errorLine1="        mPeerHandle = builder.mPeerHandle;"
118        errorLine2="                              ~~~~~~~~~~~">
119        <location
120            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
121            line="521"
122            column="31"/>
123    </issue>
124
125    <issue
126        id="FlaggedApi"
127        message="Field `mDistanceMm` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
128        errorLine1="        mDistanceMm = builder.mDistanceMm;"
129        errorLine2="                              ~~~~~~~~~~~">
130        <location
131            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
132            line="522"
133            column="31"/>
134    </issue>
135
136    <issue
137        id="FlaggedApi"
138        message="Field `mDistanceStdDevMm` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
139        errorLine1="        mDistanceStdDevMm = builder.mDistanceStdDevMm;"
140        errorLine2="                                    ~~~~~~~~~~~~~~~~~">
141        <location
142            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
143            line="523"
144            column="37"/>
145    </issue>
146
147    <issue
148        id="FlaggedApi"
149        message="Field `mRssi` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
150        errorLine1="        mRssi = builder.mRssi;"
151        errorLine2="                        ~~~~~">
152        <location
153            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
154            line="524"
155            column="25"/>
156    </issue>
157
158    <issue
159        id="FlaggedApi"
160        message="Field `mNumAttemptedMeasurements` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
161        errorLine1="        mNumAttemptedMeasurements = builder.mNumAttemptedMeasurements;"
162        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~">
163        <location
164            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
165            line="525"
166            column="45"/>
167    </issue>
168
169    <issue
170        id="FlaggedApi"
171        message="Field `mNumSuccessfulMeasurements` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
172        errorLine1="        mNumSuccessfulMeasurements = builder.mNumSuccessfulMeasurements;"
173        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~">
174        <location
175            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
176            line="526"
177            column="46"/>
178    </issue>
179
180    <issue
181        id="FlaggedApi"
182        message="Field `mLci` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
183        errorLine1="        mLci = (builder.mLci == null) ? EMPTY_BYTE_ARRAY : builder.mLci;"
184        errorLine2="                        ~~~~">
185        <location
186            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
187            line="527"
188            column="25"/>
189    </issue>
190
191    <issue
192        id="FlaggedApi"
193        message="Field `mLci` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
194        errorLine1="        mLci = (builder.mLci == null) ? EMPTY_BYTE_ARRAY : builder.mLci;"
195        errorLine2="                                                                   ~~~~">
196        <location
197            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
198            line="527"
199            column="68"/>
200    </issue>
201
202    <issue
203        id="FlaggedApi"
204        message="Field `mLcr` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
205        errorLine1="        mLcr = (builder.mLcr == null) ? EMPTY_BYTE_ARRAY : builder.mLcr;"
206        errorLine2="                        ~~~~">
207        <location
208            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
209            line="528"
210            column="25"/>
211    </issue>
212
213    <issue
214        id="FlaggedApi"
215        message="Field `mLcr` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
216        errorLine1="        mLcr = (builder.mLcr == null) ? EMPTY_BYTE_ARRAY : builder.mLcr;"
217        errorLine2="                                                                   ~~~~">
218        <location
219            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
220            line="528"
221            column="68"/>
222    </issue>
223
224    <issue
225        id="FlaggedApi"
226        message="Field `mResponderLocation` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
227        errorLine1="        mResponderLocation = builder.mResponderLocation;"
228        errorLine2="                                     ~~~~~~~~~~~~~~~~~~">
229        <location
230            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
231            line="529"
232            column="38"/>
233    </issue>
234
235    <issue
236        id="FlaggedApi"
237        message="Field `mTimestamp` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
238        errorLine1="        mTimestamp = builder.mTimestamp;"
239        errorLine2="                             ~~~~~~~~~~">
240        <location
241            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
242            line="530"
243            column="30"/>
244    </issue>
245
246    <issue
247        id="FlaggedApi"
248        message="Field `mIs80211mcMeasurement` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
249        errorLine1="        mIs80211mcMeasurement = builder.mIs80211mcMeasurement;"
250        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~~">
251        <location
252            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
253            line="531"
254            column="41"/>
255    </issue>
256
257    <issue
258        id="FlaggedApi"
259        message="Field `mFrequencyMHz` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
260        errorLine1="        mFrequencyMHz = builder.mFrequencyMHz;"
261        errorLine2="                                ~~~~~~~~~~~~~">
262        <location
263            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
264            line="532"
265            column="33"/>
266    </issue>
267
268    <issue
269        id="FlaggedApi"
270        message="Field `mPacketBw` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
271        errorLine1="        mPacketBw = builder.mPacketBw;"
272        errorLine2="                            ~~~~~~~~~">
273        <location
274            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
275            line="533"
276            column="29"/>
277    </issue>
278
279    <issue
280        id="FlaggedApi"
281        message="Field `mIs80211azNtbMeasurement` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
282        errorLine1="        mIs80211azNtbMeasurement = builder.mIs80211azNtbMeasurement;"
283        errorLine2="                                           ~~~~~~~~~~~~~~~~~~~~~~~~">
284        <location
285            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
286            line="534"
287            column="44"/>
288    </issue>
289
290    <issue
291        id="FlaggedApi"
292        message="Field `mNtbMinMeasurementTime` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
293        errorLine1="        mNtbMinMeasurementTime = builder.mNtbMinMeasurementTime;"
294        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~">
295        <location
296            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
297            line="535"
298            column="42"/>
299    </issue>
300
301    <issue
302        id="FlaggedApi"
303        message="Field `mNtbMaxMeasurementTime` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
304        errorLine1="        mNtbMaxMeasurementTime = builder.mNtbMaxMeasurementTime;"
305        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~">
306        <location
307            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
308            line="536"
309            column="42"/>
310    </issue>
311
312    <issue
313        id="FlaggedApi"
314        message="Field `mI2rTxLtfRepetitions` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
315        errorLine1="        mI2rTxLtfRepetitions = builder.mI2rTxLtfRepetitions;"
316        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
317        <location
318            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
319            line="537"
320            column="40"/>
321    </issue>
322
323    <issue
324        id="FlaggedApi"
325        message="Field `mR2iTxLtfRepetitions` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
326        errorLine1="        mR2iTxLtfRepetitions = builder.mR2iTxLtfRepetitions;"
327        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
328        <location
329            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
330            line="538"
331            column="40"/>
332    </issue>
333
334    <issue
335        id="FlaggedApi"
336        message="Field `mNumRxSpatialStreams` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
337        errorLine1="        mNumRxSpatialStreams = builder.mNumRxSpatialStreams;"
338        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
339        <location
340            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
341            line="539"
342            column="40"/>
343    </issue>
344
345    <issue
346        id="FlaggedApi"
347        message="Field `mNumTxSpatialStreams` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
348        errorLine1="        mNumTxSpatialStreams = builder.mNumTxSpatialStreams;"
349        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
350        <location
351            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
352            line="540"
353            column="40"/>
354    </issue>
355
356    <issue
357        id="FlaggedApi"
358        message="Field `mVendorData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
359        errorLine1="        mVendorData = builder.mVendorData;"
360        errorLine2="                              ~~~~~~~~~~~">
361        <location
362            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
363            line="541"
364            column="31"/>
365    </issue>
366
367    <issue
368        id="FlaggedApi"
369        message="Method `null()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
370        errorLine1="                    RangingResult.Builder builder = new Builder()"
371        errorLine2="                                                    ~~~~~~~~~~~~~">
372        <location
373            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
374            line="960"
375            column="53"/>
376    </issue>
377
378    <issue
379        id="FlaggedApi"
380        message="Method `set80211azInitiatorTxLtfRepetitionsCount()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
381        errorLine1="                    RangingResult.Builder builder = new Builder()"
382        errorLine2="                                                    ^">
383        <location
384            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
385            line="960"
386            column="53"/>
387    </issue>
388
389    <issue
390        id="FlaggedApi"
391        message="Method `set80211azNtbMeasurement()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
392        errorLine1="                    RangingResult.Builder builder = new Builder()"
393        errorLine2="                                                    ^">
394        <location
395            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
396            line="960"
397            column="53"/>
398    </issue>
399
400    <issue
401        id="FlaggedApi"
402        message="Method `set80211azNumberOfRxSpatialStreams()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
403        errorLine1="                    RangingResult.Builder builder = new Builder()"
404        errorLine2="                                                    ^">
405        <location
406            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
407            line="960"
408            column="53"/>
409    </issue>
410
411    <issue
412        id="FlaggedApi"
413        message="Method `set80211azNumberOfTxSpatialStreams()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
414        errorLine1="                    RangingResult.Builder builder = new Builder()"
415        errorLine2="                                                    ^">
416        <location
417            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
418            line="960"
419            column="53"/>
420    </issue>
421
422    <issue
423        id="FlaggedApi"
424        message="Method `set80211azResponderTxLtfRepetitionsCount()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
425        errorLine1="                    RangingResult.Builder builder = new Builder()"
426        errorLine2="                                                    ^">
427        <location
428            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
429            line="960"
430            column="53"/>
431    </issue>
432
433    <issue
434        id="FlaggedApi"
435        message="Method `set80211mcMeasurement()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
436        errorLine1="                    RangingResult.Builder builder = new Builder()"
437        errorLine2="                                                    ^">
438        <location
439            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
440            line="960"
441            column="53"/>
442    </issue>
443
444    <issue
445        id="FlaggedApi"
446        message="Method `setDistanceMm()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
447        errorLine1="                    RangingResult.Builder builder = new Builder()"
448        errorLine2="                                                    ^">
449        <location
450            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
451            line="960"
452            column="53"/>
453    </issue>
454
455    <issue
456        id="FlaggedApi"
457        message="Method `setDistanceStdDevMm()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
458        errorLine1="                    RangingResult.Builder builder = new Builder()"
459        errorLine2="                                                    ^">
460        <location
461            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
462            line="960"
463            column="53"/>
464    </issue>
465
466    <issue
467        id="FlaggedApi"
468        message="Method `setLci()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
469        errorLine1="                    RangingResult.Builder builder = new Builder()"
470        errorLine2="                                                    ^">
471        <location
472            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
473            line="960"
474            column="53"/>
475    </issue>
476
477    <issue
478        id="FlaggedApi"
479        message="Method `setLcr()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
480        errorLine1="                    RangingResult.Builder builder = new Builder()"
481        errorLine2="                                                    ^">
482        <location
483            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
484            line="960"
485            column="53"/>
486    </issue>
487
488    <issue
489        id="FlaggedApi"
490        message="Method `setMacAddress()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
491        errorLine1="                    RangingResult.Builder builder = new Builder()"
492        errorLine2="                                                    ^">
493        <location
494            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
495            line="960"
496            column="53"/>
497    </issue>
498
499    <issue
500        id="FlaggedApi"
501        message="Method `setMaxTimeBetweenNtbMeasurementsMicros()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
502        errorLine1="                    RangingResult.Builder builder = new Builder()"
503        errorLine2="                                                    ^">
504        <location
505            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
506            line="960"
507            column="53"/>
508    </issue>
509
510    <issue
511        id="FlaggedApi"
512        message="Method `setMeasurementBandwidth()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
513        errorLine1="                    RangingResult.Builder builder = new Builder()"
514        errorLine2="                                                    ^">
515        <location
516            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
517            line="960"
518            column="53"/>
519    </issue>
520
521    <issue
522        id="FlaggedApi"
523        message="Method `setMeasurementChannelFrequencyMHz()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
524        errorLine1="                    RangingResult.Builder builder = new Builder()"
525        errorLine2="                                                    ^">
526        <location
527            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
528            line="960"
529            column="53"/>
530    </issue>
531
532    <issue
533        id="FlaggedApi"
534        message="Method `setMinTimeBetweenNtbMeasurementsMicros()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
535        errorLine1="                    RangingResult.Builder builder = new Builder()"
536        errorLine2="                                                    ^">
537        <location
538            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
539            line="960"
540            column="53"/>
541    </issue>
542
543    <issue
544        id="FlaggedApi"
545        message="Method `setNumAttemptedMeasurements()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
546        errorLine1="                    RangingResult.Builder builder = new Builder()"
547        errorLine2="                                                    ^">
548        <location
549            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
550            line="960"
551            column="53"/>
552    </issue>
553
554    <issue
555        id="FlaggedApi"
556        message="Method `setNumSuccessfulMeasurements()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
557        errorLine1="                    RangingResult.Builder builder = new Builder()"
558        errorLine2="                                                    ^">
559        <location
560            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
561            line="960"
562            column="53"/>
563    </issue>
564
565    <issue
566        id="FlaggedApi"
567        message="Method `setPeerHandle()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
568        errorLine1="                    RangingResult.Builder builder = new Builder()"
569        errorLine2="                                                    ^">
570        <location
571            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
572            line="960"
573            column="53"/>
574    </issue>
575
576    <issue
577        id="FlaggedApi"
578        message="Method `setRangingTimestampMillis()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
579        errorLine1="                    RangingResult.Builder builder = new Builder()"
580        errorLine2="                                                    ^">
581        <location
582            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
583            line="960"
584            column="53"/>
585    </issue>
586
587    <issue
588        id="FlaggedApi"
589        message="Method `setRssi()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
590        errorLine1="                    RangingResult.Builder builder = new Builder()"
591        errorLine2="                                                    ^">
592        <location
593            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
594            line="960"
595            column="53"/>
596    </issue>
597
598    <issue
599        id="FlaggedApi"
600        message="Method `setStatus()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
601        errorLine1="                    RangingResult.Builder builder = new Builder()"
602        errorLine2="                                                    ^">
603        <location
604            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
605            line="960"
606            column="53"/>
607    </issue>
608
609    <issue
610        id="FlaggedApi"
611        message="Method `setUnverifiedResponderLocation()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
612        errorLine1="                    RangingResult.Builder builder = new Builder()"
613        errorLine2="                                                    ^">
614        <location
615            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
616            line="960"
617            column="53"/>
618    </issue>
619
620    <issue
621        id="FlaggedApi"
622        message="Method `setVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
623        errorLine1="                        builder.setVendorData(ParcelUtil.readOuiKeyedDataList(in));"
624        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
625        <location
626            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
627            line="987"
628            column="25"/>
629    </issue>
630
631    <issue
632        id="FlaggedApi"
633        message="Method `build()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
634        errorLine1="                    return builder.build();"
635        errorLine2="                           ~~~~~~~~~~~~~~~">
636        <location
637            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
638            line="989"
639            column="28"/>
640    </issue>
641
642    <issue
643        id="FlaggedApi"
644        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
645        errorLine1="        this.supports80211azNtb = builder.mSupports80211azNtb;"
646        errorLine2="             ~~~~~~~~~~~~~~~~~~">
647        <location
648            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
649            line="282"
650            column="14"/>
651    </issue>
652
653    <issue
654        id="FlaggedApi"
655        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
656        errorLine1="        this.supports80211azNtb = false;"
657        errorLine2="             ~~~~~~~~~~~~~~~~~~">
658        <location
659            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
660            line="332"
661            column="14"/>
662    </issue>
663
664    <issue
665        id="FlaggedApi"
666        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
667        errorLine1="        this.supports80211azNtb = false;"
668        errorLine2="             ~~~~~~~~~~~~~~~~~~">
669        <location
670            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
671            line="372"
672            column="14"/>
673    </issue>
674
675    <issue
676        id="FlaggedApi"
677        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
678        errorLine1="        this.supports80211azNtb = false;"
679        errorLine2="             ~~~~~~~~~~~~~~~~~~">
680        <location
681            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
682            line="416"
683            column="14"/>
684    </issue>
685
686    <issue
687        id="FlaggedApi"
688        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `fromScanResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
689        errorLine1="        boolean supports80211azNtbRanging = scanResult.is80211azNtbResponder();"
690        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
691        <location
692            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
693            line="430"
694            column="45"/>
695    </issue>
696
697    <issue
698        id="FlaggedApi"
699        message="Method `set80211azNtbSupported()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `fromScanResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
700        errorLine1="        return new ResponderConfig.Builder()"
701        errorLine2="               ^">
702        <location
703            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
704            line="478"
705            column="16"/>
706    </issue>
707
708    <issue
709        id="FlaggedApi"
710        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `writeToParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
711        errorLine1="        dest.writeBoolean(supports80211azNtb);"
712        errorLine2="                          ~~~~~~~~~~~~~~~~~~">
713        <location
714            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
715            line="955"
716            column="27"/>
717    </issue>
718
719    <issue
720        id="FlaggedApi"
721        message="Method `set80211azNtbSupported()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
722        errorLine1="            return new ResponderConfig.Builder()"
723        errorLine2="                   ^">
724        <location
725            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
726            line="984"
727            column="20"/>
728    </issue>
729
730    <issue
731        id="FlaggedApi"
732        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `equals` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
733        errorLine1="                &amp;&amp; supports80211azNtb == lhs.supports80211azNtb"
734        errorLine2="                   ~~~~~~~~~~~~~~~~~~">
735        <location
736            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
737            line="1018"
738            column="20"/>
739    </issue>
740
741    <issue
742        id="FlaggedApi"
743        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `equals` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
744        errorLine1="                &amp;&amp; supports80211azNtb == lhs.supports80211azNtb"
745        errorLine2="                                             ~~~~~~~~~~~~~~~~~~">
746        <location
747            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
748            line="1018"
749            column="46"/>
750    </issue>
751
752    <issue
753        id="FlaggedApi"
754        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `hashCode` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
755        errorLine1="                frequency, centerFreq0, centerFreq1, preamble, supports80211azNtb,"
756        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~">
757        <location
758            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
759            line="1026"
760            column="64"/>
761    </issue>
762
763    <issue
764        id="FlaggedApi"
765        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `toString` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
766        errorLine1="                .append(&quot;, supports80211azNtb=&quot;).append(supports80211azNtb)"
767        errorLine2="                                                        ~~~~~~~~~~~~~~~~~~">
768        <location
769            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
770            line="1041"
771            column="57"/>
772    </issue>
773
774    <issue
775        id="FlaggedApi"
776        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
777        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
778        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
779        <location
780            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
781            line="710"
782            column="35"/>
783    </issue>
784
785    <issue
786        id="FlaggedApi"
787        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
788        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
789        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
790        <location
791            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
792            line="710"
793            column="72"/>
794    </issue>
795
796    <issue
797        id="FlaggedApi"
798        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
799        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader());"
800        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
801        <location
802            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
803            line="712"
804            column="35"/>
805    </issue>
806
807    <issue
808        id="FlaggedApi"
809        message="Field `DISABLED_UNWANTED_LOW_RSSI` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildDisableReasonInfos` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
810        errorLine1="            reasons.append(DISABLED_UNWANTED_LOW_RSSI,"
811        errorLine2="                           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
812        <location
813            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiConfiguration.java"
814            line="2430"
815            column="28"/>
816    </issue>
817
818    <issue
819        id="FlaggedApi"
820        message="Method `onStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
821        errorLine1="                mCallback.onStateChanged(state);"
822        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
823        <location
824            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
825            line="6800"
826            column="17"/>
827    </issue>
828
829    <issue
830        id="FlaggedApi"
831        message="Method `onActivatedStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onActivatedStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
832        errorLine1="            mExecutor.execute(() -> mListener.onActivatedStateChanged(activated));"
833        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
834        <location
835            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
836            line="8089"
837            column="37"/>
838    </issue>
839
840    <issue
841        id="FlaggedApi"
842        message="Method `onOwnershipChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onOwnershipChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
843        errorLine1="            mExecutor.execute(() -> mListener.onOwnershipChanged(ownerUids));"
844        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
845        <location
846            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
847            line="8096"
848            column="37"/>
849    </issue>
850
851    <issue
852        id="FlaggedApi"
853        message="Method `onActiveUsersChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onActiveUsersChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
854        errorLine1="            mExecutor.execute(() -> mListener.onActiveUsersChanged(activeUids));"
855        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
856        <location
857            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
858            line="8103"
859            column="37"/>
860    </issue>
861
862    <issue
863        id="FlaggedApi"
864        message="Method `onFailure()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onFailure` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
865        errorLine1="            mExecutor.execute(() -> mCallback.onFailure(errorCode));"
866        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
867        <location
868            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
869            line="12652"
870            column="37"/>
871    </issue>
872
873    <issue
874        id="FlaggedApi"
875        message="Method `onTeardown()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onTeardown` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
876        errorLine1="            mExecutor.execute(() -> mCallback.onTeardown(reasonCode));"
877        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
878        <location
879            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
880            line="12662"
881            column="37"/>
882    </issue>
883
884    <issue
885        id="FlaggedApi"
886        message="Method `onCreate()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onCreate` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
887        errorLine1="            mExecutor.execute(() -> mCallback.onCreate(wifiTwtSession));"
888        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
889        <location
890            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
891            line="12675"
892            column="37"/>
893    </issue>
894
895    <issue
896        id="FlaggedApi"
897        message="Method `setWifi7Enabled()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildWifiConfiguration` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
898        errorLine1="            wifiConfiguration.setWifi7Enabled(mIsWifi7Enabled);"
899        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
900        <location
901            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiNetworkSuggestion.java"
902            line="1102"
903            column="13"/>
904    </issue>
905
906    <issue
907        id="FlaggedApi"
908        message="Method `setWifi7Enabled()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildWifiConfigurationForPasspoint` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
909        errorLine1="            wifiConfiguration.setWifi7Enabled(mIsWifi7Enabled);"
910        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
911        <location
912            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiNetworkSuggestion.java"
913            line="1142"
914            column="13"/>
915    </issue>
916
917    <issue
918        id="FlaggedApi"
919        message="Method `getVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `WifiP2pGroup` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
920        errorLine1="                mVendorData = new ArrayList&lt;>(source.getVendorData());"
921        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~~~">
922        <location
923            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pGroup.java"
924            line="468"
925            column="47"/>
926    </issue>
927
928    <issue
929        id="FlaggedApi"
930        message="Method `setVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
931        errorLine1="                    group.setVendorData(ParcelUtil.readOuiKeyedDataList(in));"
932        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
933        <location
934            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pGroup.java"
935            line="508"
936            column="21"/>
937    </issue>
938
939    <issue
940        id="FlaggedApi"
941        message="Method `onP2pStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onP2pStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
942        errorLine1="            mExecutor.execute(() -> mListener.onP2pStateChanged(state));"
943        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
944        <location
945            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
946            line="1484"
947            column="37"/>
948    </issue>
949
950    <issue
951        id="FlaggedApi"
952        message="Method `onDiscoveryStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onDiscoveryStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
953        errorLine1="            mExecutor.execute(() -> mListener.onDiscoveryStateChanged(state));"
954        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
955        <location
956            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
957            line="1490"
958            column="37"/>
959    </issue>
960
961    <issue
962        id="FlaggedApi"
963        message="Method `onListenStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onListenStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
964        errorLine1="            mExecutor.execute(() -> mListener.onListenStateChanged(state));"
965        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
966        <location
967            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
968            line="1496"
969            column="37"/>
970    </issue>
971
972    <issue
973        id="FlaggedApi"
974        message="Method `onDeviceConfigurationChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onDeviceConfigurationChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
975        errorLine1="            mExecutor.execute(() -> mListener.onDeviceConfigurationChanged(p2pDevice));"
976        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
977        <location
978            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
979            line="1502"
980            column="37"/>
981    </issue>
982
983    <issue
984        id="FlaggedApi"
985        message="Method `onPeerListChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerListChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
986        errorLine1="            mExecutor.execute(() -> mListener.onPeerListChanged(p2pDeviceList));"
987        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
988        <location
989            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
990            line="1508"
991            column="37"/>
992    </issue>
993
994    <issue
995        id="FlaggedApi"
996        message="Method `onPersistentGroupsChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPersistentGroupsChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
997        errorLine1="            mExecutor.execute(() -> mListener.onPersistentGroupsChanged(p2pGroupList));"
998        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
999        <location
1000            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1001            line="1514"
1002            column="37"/>
1003    </issue>
1004
1005    <issue
1006        id="FlaggedApi"
1007        message="Method `onGroupCreating()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreating` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1008        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreating());"
1009        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1010        <location
1011            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1012            line="1520"
1013            column="37"/>
1014    </issue>
1015
1016    <issue
1017        id="FlaggedApi"
1018        message="Method `onGroupNegotiationRejectedByUser()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupNegotiationRejectedByUser` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1019        errorLine1="            mExecutor.execute(() -> mListener.onGroupNegotiationRejectedByUser());"
1020        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1021        <location
1022            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1023            line="1526"
1024            column="37"/>
1025    </issue>
1026
1027    <issue
1028        id="FlaggedApi"
1029        message="Method `onGroupCreationFailed()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreationFailed` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1030        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreationFailed(reason));"
1031        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1032        <location
1033            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1034            line="1532"
1035            column="37"/>
1036    </issue>
1037
1038    <issue
1039        id="FlaggedApi"
1040        message="Method `onGroupCreated()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreated` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1041        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreated(p2pInfo, p2pGroup));"
1042        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1043        <location
1044            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1045            line="1538"
1046            column="37"/>
1047    </issue>
1048
1049    <issue
1050        id="FlaggedApi"
1051        message="Method `onPeerClientJoined()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerClientJoined` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1052        errorLine1="            mExecutor.execute(() -> mListener.onPeerClientJoined(p2pInfo, p2pGroup));"
1053        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1054        <location
1055            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1056            line="1544"
1057            column="37"/>
1058    </issue>
1059
1060    <issue
1061        id="FlaggedApi"
1062        message="Method `onPeerClientDisconnected()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerClientDisconnected` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1063        errorLine1="            mExecutor.execute(() -> mListener.onPeerClientDisconnected(p2pInfo, p2pGroup));"
1064        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1065        <location
1066            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1067            line="1550"
1068            column="37"/>
1069    </issue>
1070
1071    <issue
1072        id="FlaggedApi"
1073        message="Method `onFrequencyChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onFrequencyChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1074        errorLine1="            mExecutor.execute(() -> mListener.onFrequencyChanged(p2pInfo, p2pGroup));"
1075        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1076        <location
1077            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1078            line="1556"
1079            column="37"/>
1080    </issue>
1081
1082    <issue
1083        id="FlaggedApi"
1084        message="Method `onGroupRemoved()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupRemoved` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1085        errorLine1="            mExecutor.execute(() -> mListener.onGroupRemoved());"
1086        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
1087        <location
1088            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1089            line="1562"
1090            column="37"/>
1091    </issue>
1092
1093    <issue
1094        id="FlaggedApi"
1095        message="Field `WIFI_P2P_SCAN_FULL` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeers` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1096        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_FULL,"
1097        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
1098        <location
1099            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1100            line="2129"
1101            column="74"/>
1102    </issue>
1103
1104    <issue
1105        id="FlaggedApi"
1106        message="Field `WIFI_P2P_SCAN_SOCIAL` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeersOnSocialChannels` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1107        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_SOCIAL,"
1108        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~">
1109        <location
1110            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1111            line="2174"
1112            column="74"/>
1113    </issue>
1114
1115    <issue
1116        id="FlaggedApi"
1117        message="Field `WIFI_P2P_SCAN_SINGLE_FREQ` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeersOnSpecificFrequency` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1118        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_SINGLE_FREQ,"
1119        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
1120        <location
1121            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
1122            line="2224"
1123            column="74"/>
1124    </issue>
1125
1126    <issue
1127        id="FlaggedApi"
1128        message="This is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `?` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1129        errorLine1="public class WifiTwtSession implements TwtSession {"
1130        errorLine2="                                       ~~~~~~~~~~">
1131        <location
1132            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiTwtSession.java"
1133            line="34"
1134            column="40"/>
1135    </issue>
1136
1137    <issue
1138        id="FlaggedApi"
1139        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1140        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
1141        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
1142        <location
1143            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
1144            line="176"
1145            column="35"/>
1146    </issue>
1147
1148    <issue
1149        id="FlaggedApi"
1150        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1151        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
1152        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
1153        <location
1154            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
1155            line="176"
1156            column="72"/>
1157    </issue>
1158
1159    <issue
1160        id="FlaggedApi"
1161        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1162        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader());"
1163        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
1164        <location
1165            file="packages/modules/Wifi/framework/java/android/net/wifi/ParcelUtil.java"
1166            line="178"
1167            column="35"/>
1168    </issue>
1169
1170    <issue
1171        id="FlaggedApi"
1172        message="Method `validate()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `validate` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1173        errorLine1="        if (mQosCharacteristics != null &amp;&amp; !mQosCharacteristics.validate()) {"
1174        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1175        <location
1176            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
1177            line="324"
1178            column="45"/>
1179    </issue>
1180
1181    <issue
1182        id="FlaggedApi"
1183        message="Class `QosCharacteristics` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `QosPolicyParams` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1184        errorLine1="                    QosCharacteristics.class.getClassLoader(), QosCharacteristics.class);"
1185        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~">
1186        <location
1187            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
1188            line="639"
1189            column="21"/>
1190    </issue>
1191
1192    <issue
1193        id="FlaggedApi"
1194        message="Class `QosCharacteristics` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `QosPolicyParams` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1195        errorLine1="                    QosCharacteristics.class.getClassLoader(), QosCharacteristics.class);"
1196        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~~~~~~~">
1197        <location
1198            file="packages/modules/Wifi/framework/java/android/net/wifi/QosPolicyParams.java"
1199            line="639"
1200            column="64"/>
1201    </issue>
1202
1203    <issue
1204        id="FlaggedApi"
1205        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `addNon80211mcCapableAccessPoint` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1206        errorLine1="            if (apInfo.is80211mcResponder() || apInfo.is80211azNtbResponder()) {"
1207        errorLine2="                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1208        <location
1209            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingRequest.java"
1210            line="401"
1211            column="48"/>
1212    </issue>
1213
1214    <issue
1215        id="FlaggedApi"
1216        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `addNon80211mcCapableAccessPoints` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1217        errorLine1="                if (scanResult.is80211mcResponder() || scanResult.is80211azNtbResponder()) {"
1218        errorLine2="                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1219        <location
1220            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingRequest.java"
1221            line="439"
1222            column="56"/>
1223    </issue>
1224
1225    <issue
1226        id="FlaggedApi"
1227        message="Field `mStatus` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1228        errorLine1="        mStatus = builder.mStatus;"
1229        errorLine2="                          ~~~~~~~">
1230        <location
1231            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1232            line="519"
1233            column="27"/>
1234    </issue>
1235
1236    <issue
1237        id="FlaggedApi"
1238        message="Field `mMac` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1239        errorLine1="        mMac = builder.mMac;"
1240        errorLine2="                       ~~~~">
1241        <location
1242            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1243            line="520"
1244            column="24"/>
1245    </issue>
1246
1247    <issue
1248        id="FlaggedApi"
1249        message="Field `mPeerHandle` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1250        errorLine1="        mPeerHandle = builder.mPeerHandle;"
1251        errorLine2="                              ~~~~~~~~~~~">
1252        <location
1253            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1254            line="521"
1255            column="31"/>
1256    </issue>
1257
1258    <issue
1259        id="FlaggedApi"
1260        message="Field `mDistanceMm` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1261        errorLine1="        mDistanceMm = builder.mDistanceMm;"
1262        errorLine2="                              ~~~~~~~~~~~">
1263        <location
1264            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1265            line="522"
1266            column="31"/>
1267    </issue>
1268
1269    <issue
1270        id="FlaggedApi"
1271        message="Field `mDistanceStdDevMm` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1272        errorLine1="        mDistanceStdDevMm = builder.mDistanceStdDevMm;"
1273        errorLine2="                                    ~~~~~~~~~~~~~~~~~">
1274        <location
1275            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1276            line="523"
1277            column="37"/>
1278    </issue>
1279
1280    <issue
1281        id="FlaggedApi"
1282        message="Field `mRssi` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1283        errorLine1="        mRssi = builder.mRssi;"
1284        errorLine2="                        ~~~~~">
1285        <location
1286            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1287            line="524"
1288            column="25"/>
1289    </issue>
1290
1291    <issue
1292        id="FlaggedApi"
1293        message="Field `mNumAttemptedMeasurements` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1294        errorLine1="        mNumAttemptedMeasurements = builder.mNumAttemptedMeasurements;"
1295        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~">
1296        <location
1297            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1298            line="525"
1299            column="45"/>
1300    </issue>
1301
1302    <issue
1303        id="FlaggedApi"
1304        message="Field `mNumSuccessfulMeasurements` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1305        errorLine1="        mNumSuccessfulMeasurements = builder.mNumSuccessfulMeasurements;"
1306        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~">
1307        <location
1308            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1309            line="526"
1310            column="46"/>
1311    </issue>
1312
1313    <issue
1314        id="FlaggedApi"
1315        message="Field `mLci` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1316        errorLine1="        mLci = (builder.mLci == null) ? EMPTY_BYTE_ARRAY : builder.mLci;"
1317        errorLine2="                        ~~~~">
1318        <location
1319            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1320            line="527"
1321            column="25"/>
1322    </issue>
1323
1324    <issue
1325        id="FlaggedApi"
1326        message="Field `mLci` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1327        errorLine1="        mLci = (builder.mLci == null) ? EMPTY_BYTE_ARRAY : builder.mLci;"
1328        errorLine2="                                                                   ~~~~">
1329        <location
1330            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1331            line="527"
1332            column="68"/>
1333    </issue>
1334
1335    <issue
1336        id="FlaggedApi"
1337        message="Field `mLcr` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1338        errorLine1="        mLcr = (builder.mLcr == null) ? EMPTY_BYTE_ARRAY : builder.mLcr;"
1339        errorLine2="                        ~~~~">
1340        <location
1341            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1342            line="528"
1343            column="25"/>
1344    </issue>
1345
1346    <issue
1347        id="FlaggedApi"
1348        message="Field `mLcr` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1349        errorLine1="        mLcr = (builder.mLcr == null) ? EMPTY_BYTE_ARRAY : builder.mLcr;"
1350        errorLine2="                                                                   ~~~~">
1351        <location
1352            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1353            line="528"
1354            column="68"/>
1355    </issue>
1356
1357    <issue
1358        id="FlaggedApi"
1359        message="Field `mResponderLocation` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1360        errorLine1="        mResponderLocation = builder.mResponderLocation;"
1361        errorLine2="                                     ~~~~~~~~~~~~~~~~~~">
1362        <location
1363            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1364            line="529"
1365            column="38"/>
1366    </issue>
1367
1368    <issue
1369        id="FlaggedApi"
1370        message="Field `mTimestamp` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1371        errorLine1="        mTimestamp = builder.mTimestamp;"
1372        errorLine2="                             ~~~~~~~~~~">
1373        <location
1374            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1375            line="530"
1376            column="30"/>
1377    </issue>
1378
1379    <issue
1380        id="FlaggedApi"
1381        message="Field `mIs80211mcMeasurement` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1382        errorLine1="        mIs80211mcMeasurement = builder.mIs80211mcMeasurement;"
1383        errorLine2="                                        ~~~~~~~~~~~~~~~~~~~~~">
1384        <location
1385            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1386            line="531"
1387            column="41"/>
1388    </issue>
1389
1390    <issue
1391        id="FlaggedApi"
1392        message="Field `mFrequencyMHz` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1393        errorLine1="        mFrequencyMHz = builder.mFrequencyMHz;"
1394        errorLine2="                                ~~~~~~~~~~~~~">
1395        <location
1396            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1397            line="532"
1398            column="33"/>
1399    </issue>
1400
1401    <issue
1402        id="FlaggedApi"
1403        message="Field `mPacketBw` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1404        errorLine1="        mPacketBw = builder.mPacketBw;"
1405        errorLine2="                            ~~~~~~~~~">
1406        <location
1407            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1408            line="533"
1409            column="29"/>
1410    </issue>
1411
1412    <issue
1413        id="FlaggedApi"
1414        message="Field `mIs80211azNtbMeasurement` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1415        errorLine1="        mIs80211azNtbMeasurement = builder.mIs80211azNtbMeasurement;"
1416        errorLine2="                                           ~~~~~~~~~~~~~~~~~~~~~~~~">
1417        <location
1418            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1419            line="534"
1420            column="44"/>
1421    </issue>
1422
1423    <issue
1424        id="FlaggedApi"
1425        message="Field `mNtbMinMeasurementTime` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1426        errorLine1="        mNtbMinMeasurementTime = builder.mNtbMinMeasurementTime;"
1427        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~">
1428        <location
1429            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1430            line="535"
1431            column="42"/>
1432    </issue>
1433
1434    <issue
1435        id="FlaggedApi"
1436        message="Field `mNtbMaxMeasurementTime` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1437        errorLine1="        mNtbMaxMeasurementTime = builder.mNtbMaxMeasurementTime;"
1438        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~">
1439        <location
1440            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1441            line="536"
1442            column="42"/>
1443    </issue>
1444
1445    <issue
1446        id="FlaggedApi"
1447        message="Field `mI2rTxLtfRepetitions` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1448        errorLine1="        mI2rTxLtfRepetitions = builder.mI2rTxLtfRepetitions;"
1449        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
1450        <location
1451            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1452            line="537"
1453            column="40"/>
1454    </issue>
1455
1456    <issue
1457        id="FlaggedApi"
1458        message="Field `mR2iTxLtfRepetitions` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1459        errorLine1="        mR2iTxLtfRepetitions = builder.mR2iTxLtfRepetitions;"
1460        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
1461        <location
1462            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1463            line="538"
1464            column="40"/>
1465    </issue>
1466
1467    <issue
1468        id="FlaggedApi"
1469        message="Field `mNumRxSpatialStreams` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1470        errorLine1="        mNumRxSpatialStreams = builder.mNumRxSpatialStreams;"
1471        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
1472        <location
1473            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1474            line="539"
1475            column="40"/>
1476    </issue>
1477
1478    <issue
1479        id="FlaggedApi"
1480        message="Field `mNumTxSpatialStreams` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1481        errorLine1="        mNumTxSpatialStreams = builder.mNumTxSpatialStreams;"
1482        errorLine2="                                       ~~~~~~~~~~~~~~~~~~~~">
1483        <location
1484            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1485            line="540"
1486            column="40"/>
1487    </issue>
1488
1489    <issue
1490        id="FlaggedApi"
1491        message="Field `mVendorData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `RangingResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1492        errorLine1="        mVendorData = builder.mVendorData;"
1493        errorLine2="                              ~~~~~~~~~~~">
1494        <location
1495            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1496            line="541"
1497            column="31"/>
1498    </issue>
1499
1500    <issue
1501        id="FlaggedApi"
1502        message="Method `null()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1503        errorLine1="                    RangingResult.Builder builder = new Builder()"
1504        errorLine2="                                                    ~~~~~~~~~~~~~">
1505        <location
1506            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1507            line="960"
1508            column="53"/>
1509    </issue>
1510
1511    <issue
1512        id="FlaggedApi"
1513        message="Method `set80211azInitiatorTxLtfRepetitionsCount()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1514        errorLine1="                    RangingResult.Builder builder = new Builder()"
1515        errorLine2="                                                    ^">
1516        <location
1517            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1518            line="960"
1519            column="53"/>
1520    </issue>
1521
1522    <issue
1523        id="FlaggedApi"
1524        message="Method `set80211azNtbMeasurement()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1525        errorLine1="                    RangingResult.Builder builder = new Builder()"
1526        errorLine2="                                                    ^">
1527        <location
1528            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1529            line="960"
1530            column="53"/>
1531    </issue>
1532
1533    <issue
1534        id="FlaggedApi"
1535        message="Method `set80211azNumberOfRxSpatialStreams()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1536        errorLine1="                    RangingResult.Builder builder = new Builder()"
1537        errorLine2="                                                    ^">
1538        <location
1539            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1540            line="960"
1541            column="53"/>
1542    </issue>
1543
1544    <issue
1545        id="FlaggedApi"
1546        message="Method `set80211azNumberOfTxSpatialStreams()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1547        errorLine1="                    RangingResult.Builder builder = new Builder()"
1548        errorLine2="                                                    ^">
1549        <location
1550            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1551            line="960"
1552            column="53"/>
1553    </issue>
1554
1555    <issue
1556        id="FlaggedApi"
1557        message="Method `set80211azResponderTxLtfRepetitionsCount()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1558        errorLine1="                    RangingResult.Builder builder = new Builder()"
1559        errorLine2="                                                    ^">
1560        <location
1561            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1562            line="960"
1563            column="53"/>
1564    </issue>
1565
1566    <issue
1567        id="FlaggedApi"
1568        message="Method `set80211mcMeasurement()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1569        errorLine1="                    RangingResult.Builder builder = new Builder()"
1570        errorLine2="                                                    ^">
1571        <location
1572            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1573            line="960"
1574            column="53"/>
1575    </issue>
1576
1577    <issue
1578        id="FlaggedApi"
1579        message="Method `setDistanceMm()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1580        errorLine1="                    RangingResult.Builder builder = new Builder()"
1581        errorLine2="                                                    ^">
1582        <location
1583            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1584            line="960"
1585            column="53"/>
1586    </issue>
1587
1588    <issue
1589        id="FlaggedApi"
1590        message="Method `setDistanceStdDevMm()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1591        errorLine1="                    RangingResult.Builder builder = new Builder()"
1592        errorLine2="                                                    ^">
1593        <location
1594            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1595            line="960"
1596            column="53"/>
1597    </issue>
1598
1599    <issue
1600        id="FlaggedApi"
1601        message="Method `setLci()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1602        errorLine1="                    RangingResult.Builder builder = new Builder()"
1603        errorLine2="                                                    ^">
1604        <location
1605            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1606            line="960"
1607            column="53"/>
1608    </issue>
1609
1610    <issue
1611        id="FlaggedApi"
1612        message="Method `setLcr()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1613        errorLine1="                    RangingResult.Builder builder = new Builder()"
1614        errorLine2="                                                    ^">
1615        <location
1616            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1617            line="960"
1618            column="53"/>
1619    </issue>
1620
1621    <issue
1622        id="FlaggedApi"
1623        message="Method `setMacAddress()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1624        errorLine1="                    RangingResult.Builder builder = new Builder()"
1625        errorLine2="                                                    ^">
1626        <location
1627            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1628            line="960"
1629            column="53"/>
1630    </issue>
1631
1632    <issue
1633        id="FlaggedApi"
1634        message="Method `setMaxTimeBetweenNtbMeasurementsMicros()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1635        errorLine1="                    RangingResult.Builder builder = new Builder()"
1636        errorLine2="                                                    ^">
1637        <location
1638            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1639            line="960"
1640            column="53"/>
1641    </issue>
1642
1643    <issue
1644        id="FlaggedApi"
1645        message="Method `setMeasurementBandwidth()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1646        errorLine1="                    RangingResult.Builder builder = new Builder()"
1647        errorLine2="                                                    ^">
1648        <location
1649            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1650            line="960"
1651            column="53"/>
1652    </issue>
1653
1654    <issue
1655        id="FlaggedApi"
1656        message="Method `setMeasurementChannelFrequencyMHz()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1657        errorLine1="                    RangingResult.Builder builder = new Builder()"
1658        errorLine2="                                                    ^">
1659        <location
1660            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1661            line="960"
1662            column="53"/>
1663    </issue>
1664
1665    <issue
1666        id="FlaggedApi"
1667        message="Method `setMinTimeBetweenNtbMeasurementsMicros()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1668        errorLine1="                    RangingResult.Builder builder = new Builder()"
1669        errorLine2="                                                    ^">
1670        <location
1671            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1672            line="960"
1673            column="53"/>
1674    </issue>
1675
1676    <issue
1677        id="FlaggedApi"
1678        message="Method `setNumAttemptedMeasurements()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1679        errorLine1="                    RangingResult.Builder builder = new Builder()"
1680        errorLine2="                                                    ^">
1681        <location
1682            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1683            line="960"
1684            column="53"/>
1685    </issue>
1686
1687    <issue
1688        id="FlaggedApi"
1689        message="Method `setNumSuccessfulMeasurements()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1690        errorLine1="                    RangingResult.Builder builder = new Builder()"
1691        errorLine2="                                                    ^">
1692        <location
1693            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1694            line="960"
1695            column="53"/>
1696    </issue>
1697
1698    <issue
1699        id="FlaggedApi"
1700        message="Method `setPeerHandle()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1701        errorLine1="                    RangingResult.Builder builder = new Builder()"
1702        errorLine2="                                                    ^">
1703        <location
1704            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1705            line="960"
1706            column="53"/>
1707    </issue>
1708
1709    <issue
1710        id="FlaggedApi"
1711        message="Method `setRangingTimestampMillis()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1712        errorLine1="                    RangingResult.Builder builder = new Builder()"
1713        errorLine2="                                                    ^">
1714        <location
1715            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1716            line="960"
1717            column="53"/>
1718    </issue>
1719
1720    <issue
1721        id="FlaggedApi"
1722        message="Method `setRssi()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1723        errorLine1="                    RangingResult.Builder builder = new Builder()"
1724        errorLine2="                                                    ^">
1725        <location
1726            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1727            line="960"
1728            column="53"/>
1729    </issue>
1730
1731    <issue
1732        id="FlaggedApi"
1733        message="Method `setStatus()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1734        errorLine1="                    RangingResult.Builder builder = new Builder()"
1735        errorLine2="                                                    ^">
1736        <location
1737            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1738            line="960"
1739            column="53"/>
1740    </issue>
1741
1742    <issue
1743        id="FlaggedApi"
1744        message="Method `setUnverifiedResponderLocation()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1745        errorLine1="                    RangingResult.Builder builder = new Builder()"
1746        errorLine2="                                                    ^">
1747        <location
1748            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1749            line="960"
1750            column="53"/>
1751    </issue>
1752
1753    <issue
1754        id="FlaggedApi"
1755        message="Method `setVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1756        errorLine1="                        builder.setVendorData(ParcelUtil.readOuiKeyedDataList(in));"
1757        errorLine2="                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1758        <location
1759            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1760            line="987"
1761            column="25"/>
1762    </issue>
1763
1764    <issue
1765        id="FlaggedApi"
1766        message="Method `build()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1767        errorLine1="                    return builder.build();"
1768        errorLine2="                           ~~~~~~~~~~~~~~~">
1769        <location
1770            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/RangingResult.java"
1771            line="989"
1772            column="28"/>
1773    </issue>
1774
1775    <issue
1776        id="FlaggedApi"
1777        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1778        errorLine1="        this.supports80211azNtb = builder.mSupports80211azNtb;"
1779        errorLine2="             ~~~~~~~~~~~~~~~~~~">
1780        <location
1781            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1782            line="282"
1783            column="14"/>
1784    </issue>
1785
1786    <issue
1787        id="FlaggedApi"
1788        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1789        errorLine1="        this.supports80211azNtb = false;"
1790        errorLine2="             ~~~~~~~~~~~~~~~~~~">
1791        <location
1792            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1793            line="332"
1794            column="14"/>
1795    </issue>
1796
1797    <issue
1798        id="FlaggedApi"
1799        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1800        errorLine1="        this.supports80211azNtb = false;"
1801        errorLine2="             ~~~~~~~~~~~~~~~~~~">
1802        <location
1803            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1804            line="372"
1805            column="14"/>
1806    </issue>
1807
1808    <issue
1809        id="FlaggedApi"
1810        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `ResponderConfig` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1811        errorLine1="        this.supports80211azNtb = false;"
1812        errorLine2="             ~~~~~~~~~~~~~~~~~~">
1813        <location
1814            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1815            line="416"
1816            column="14"/>
1817    </issue>
1818
1819    <issue
1820        id="FlaggedApi"
1821        message="Method `is80211azNtbResponder()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `fromScanResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1822        errorLine1="        boolean supports80211azNtbRanging = scanResult.is80211azNtbResponder();"
1823        errorLine2="                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1824        <location
1825            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1826            line="430"
1827            column="45"/>
1828    </issue>
1829
1830    <issue
1831        id="FlaggedApi"
1832        message="Method `set80211azNtbSupported()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `fromScanResult` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1833        errorLine1="        return new ResponderConfig.Builder()"
1834        errorLine2="               ^">
1835        <location
1836            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1837            line="478"
1838            column="16"/>
1839    </issue>
1840
1841    <issue
1842        id="FlaggedApi"
1843        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `writeToParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1844        errorLine1="        dest.writeBoolean(supports80211azNtb);"
1845        errorLine2="                          ~~~~~~~~~~~~~~~~~~">
1846        <location
1847            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1848            line="955"
1849            column="27"/>
1850    </issue>
1851
1852    <issue
1853        id="FlaggedApi"
1854        message="Method `set80211azNtbSupported()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1855        errorLine1="            return new ResponderConfig.Builder()"
1856        errorLine2="                   ^">
1857        <location
1858            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1859            line="984"
1860            column="20"/>
1861    </issue>
1862
1863    <issue
1864        id="FlaggedApi"
1865        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `equals` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1866        errorLine1="                &amp;&amp; supports80211azNtb == lhs.supports80211azNtb"
1867        errorLine2="                   ~~~~~~~~~~~~~~~~~~">
1868        <location
1869            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1870            line="1018"
1871            column="20"/>
1872    </issue>
1873
1874    <issue
1875        id="FlaggedApi"
1876        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `equals` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1877        errorLine1="                &amp;&amp; supports80211azNtb == lhs.supports80211azNtb"
1878        errorLine2="                                             ~~~~~~~~~~~~~~~~~~">
1879        <location
1880            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1881            line="1018"
1882            column="46"/>
1883    </issue>
1884
1885    <issue
1886        id="FlaggedApi"
1887        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `hashCode` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1888        errorLine1="                frequency, centerFreq0, centerFreq1, preamble, supports80211azNtb,"
1889        errorLine2="                                                               ~~~~~~~~~~~~~~~~~~">
1890        <location
1891            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1892            line="1026"
1893            column="64"/>
1894    </issue>
1895
1896    <issue
1897        id="FlaggedApi"
1898        message="Field `supports80211azNtb` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `toString` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1899        errorLine1="                .append(&quot;, supports80211azNtb=&quot;).append(supports80211azNtb)"
1900        errorLine2="                                                        ~~~~~~~~~~~~~~~~~~">
1901        <location
1902            file="packages/modules/Wifi/framework/java/android/net/wifi/rtt/ResponderConfig.java"
1903            line="1041"
1904            column="57"/>
1905    </issue>
1906
1907    <issue
1908        id="FlaggedApi"
1909        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1910        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
1911        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
1912        <location
1913            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
1914            line="710"
1915            column="35"/>
1916    </issue>
1917
1918    <issue
1919        id="FlaggedApi"
1920        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1921        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader(), OuiKeyedData.class);"
1922        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
1923        <location
1924            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
1925            line="710"
1926            column="72"/>
1927    </issue>
1928
1929    <issue
1930        id="FlaggedApi"
1931        message="Class `OuiKeyedData` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `readOuiKeyedDataList` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1932        errorLine1="            in.readList(dataList, OuiKeyedData.class.getClassLoader());"
1933        errorLine2="                                  ~~~~~~~~~~~~~~~~~~">
1934        <location
1935            file="packages/modules/Wifi/framework/java/android/net/wifi/SoftApConfiguration.java"
1936            line="712"
1937            column="35"/>
1938    </issue>
1939
1940    <issue
1941        id="FlaggedApi"
1942        message="Field `DISABLED_UNWANTED_LOW_RSSI` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildDisableReasonInfos` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1943        errorLine1="            reasons.append(DISABLED_UNWANTED_LOW_RSSI,"
1944        errorLine2="                           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
1945        <location
1946            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiConfiguration.java"
1947            line="2430"
1948            column="28"/>
1949    </issue>
1950
1951    <issue
1952        id="FlaggedApi"
1953        message="Method `onStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1954        errorLine1="                mCallback.onStateChanged(state);"
1955        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1956        <location
1957            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
1958            line="6786"
1959            column="17"/>
1960    </issue>
1961
1962    <issue
1963        id="FlaggedApi"
1964        message="Method `onActivatedStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onActivatedStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1965        errorLine1="            mExecutor.execute(() -> mListener.onActivatedStateChanged(activated));"
1966        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1967        <location
1968            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
1969            line="8075"
1970            column="37"/>
1971    </issue>
1972
1973    <issue
1974        id="FlaggedApi"
1975        message="Method `onOwnershipChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onOwnershipChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1976        errorLine1="            mExecutor.execute(() -> mListener.onOwnershipChanged(ownerUids));"
1977        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1978        <location
1979            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
1980            line="8082"
1981            column="37"/>
1982    </issue>
1983
1984    <issue
1985        id="FlaggedApi"
1986        message="Method `onActiveUsersChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onActiveUsersChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1987        errorLine1="            mExecutor.execute(() -> mListener.onActiveUsersChanged(activeUids));"
1988        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1989        <location
1990            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
1991            line="8089"
1992            column="37"/>
1993    </issue>
1994
1995    <issue
1996        id="FlaggedApi"
1997        message="Method `onFailure()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onFailure` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
1998        errorLine1="            mExecutor.execute(() -> mCallback.onFailure(errorCode));"
1999        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2000        <location
2001            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
2002            line="12607"
2003            column="37"/>
2004    </issue>
2005
2006    <issue
2007        id="FlaggedApi"
2008        message="Method `onTeardown()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onTeardown` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2009        errorLine1="            mExecutor.execute(() -> mCallback.onTeardown(reasonCode));"
2010        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2011        <location
2012            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
2013            line="12617"
2014            column="37"/>
2015    </issue>
2016
2017    <issue
2018        id="FlaggedApi"
2019        message="Method `onCreate()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onCreate` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2020        errorLine1="            mExecutor.execute(() -> mCallback.onCreate(wifiTwtSession));"
2021        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2022        <location
2023            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiManager.java"
2024            line="12630"
2025            column="37"/>
2026    </issue>
2027
2028    <issue
2029        id="FlaggedApi"
2030        message="Method `setWifi7Enabled()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildWifiConfiguration` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2031        errorLine1="            wifiConfiguration.setWifi7Enabled(mIsWifi7Enabled);"
2032        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2033        <location
2034            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiNetworkSuggestion.java"
2035            line="1102"
2036            column="13"/>
2037    </issue>
2038
2039    <issue
2040        id="FlaggedApi"
2041        message="Method `setWifi7Enabled()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `buildWifiConfigurationForPasspoint` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2042        errorLine1="            wifiConfiguration.setWifi7Enabled(mIsWifi7Enabled);"
2043        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2044        <location
2045            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiNetworkSuggestion.java"
2046            line="1142"
2047            column="13"/>
2048    </issue>
2049
2050    <issue
2051        id="FlaggedApi"
2052        message="Method `getVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `WifiP2pGroup` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2053        errorLine1="                mVendorData = new ArrayList&lt;>(source.getVendorData());"
2054        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~~~">
2055        <location
2056            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pGroup.java"
2057            line="456"
2058            column="47"/>
2059    </issue>
2060
2061    <issue
2062        id="FlaggedApi"
2063        message="Method `setVendorData()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `createFromParcel` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2064        errorLine1="                    group.setVendorData(ParcelUtil.readOuiKeyedDataList(in));"
2065        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2066        <location
2067            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pGroup.java"
2068            line="496"
2069            column="21"/>
2070    </issue>
2071
2072    <issue
2073        id="FlaggedApi"
2074        message="Method `onStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2075        errorLine1="            mExecutor.execute(() -> mListener.onStateChanged(p2pEnabled));"
2076        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2077        <location
2078            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2079            line="1423"
2080            column="37"/>
2081    </issue>
2082
2083    <issue
2084        id="FlaggedApi"
2085        message="Method `onDiscoveryStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onDiscoveryStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2086        errorLine1="            mExecutor.execute(() -> mListener.onDiscoveryStateChanged(started));"
2087        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2088        <location
2089            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2090            line="1429"
2091            column="37"/>
2092    </issue>
2093
2094    <issue
2095        id="FlaggedApi"
2096        message="Method `onListenStateChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onListenStateChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2097        errorLine1="            mExecutor.execute(() -> mListener.onListenStateChanged(started));"
2098        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2099        <location
2100            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2101            line="1435"
2102            column="37"/>
2103    </issue>
2104
2105    <issue
2106        id="FlaggedApi"
2107        message="Method `onDeviceConfigurationChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onDeviceConfigurationChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2108        errorLine1="            mExecutor.execute(() -> mListener.onDeviceConfigurationChanged(p2pDevice));"
2109        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2110        <location
2111            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2112            line="1441"
2113            column="37"/>
2114    </issue>
2115
2116    <issue
2117        id="FlaggedApi"
2118        message="Method `onPeerListChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerListChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2119        errorLine1="            mExecutor.execute(() -> mListener.onPeerListChanged(p2pDeviceList));"
2120        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2121        <location
2122            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2123            line="1447"
2124            column="37"/>
2125    </issue>
2126
2127    <issue
2128        id="FlaggedApi"
2129        message="Method `onPersistentGroupsChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPersistentGroupsChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2130        errorLine1="            mExecutor.execute(() -> mListener.onPersistentGroupsChanged(p2pGroupList));"
2131        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2132        <location
2133            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2134            line="1453"
2135            column="37"/>
2136    </issue>
2137
2138    <issue
2139        id="FlaggedApi"
2140        message="Method `onGroupCreating()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreating` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2141        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreating());"
2142        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2143        <location
2144            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2145            line="1459"
2146            column="37"/>
2147    </issue>
2148
2149    <issue
2150        id="FlaggedApi"
2151        message="Method `onGroupNegotiationRejectedByUser()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupNegotiationRejectedByUser` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2152        errorLine1="            mExecutor.execute(() -> mListener.onGroupNegotiationRejectedByUser());"
2153        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2154        <location
2155            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2156            line="1465"
2157            column="37"/>
2158    </issue>
2159
2160    <issue
2161        id="FlaggedApi"
2162        message="Method `onGroupCreationFailed()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreationFailed` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2163        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreationFailed());"
2164        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2165        <location
2166            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2167            line="1471"
2168            column="37"/>
2169    </issue>
2170
2171    <issue
2172        id="FlaggedApi"
2173        message="Method `onGroupCreated()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupCreated` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2174        errorLine1="            mExecutor.execute(() -> mListener.onGroupCreated(p2pInfo, p2pGroup));"
2175        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2176        <location
2177            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2178            line="1477"
2179            column="37"/>
2180    </issue>
2181
2182    <issue
2183        id="FlaggedApi"
2184        message="Method `onPeerClientJoined()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerClientJoined` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2185        errorLine1="            mExecutor.execute(() -> mListener.onPeerClientJoined(p2pInfo, p2pGroup));"
2186        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2187        <location
2188            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2189            line="1483"
2190            column="37"/>
2191    </issue>
2192
2193    <issue
2194        id="FlaggedApi"
2195        message="Method `onPeerClientDisconnected()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onPeerClientDisconnected` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2196        errorLine1="            mExecutor.execute(() -> mListener.onPeerClientDisconnected(p2pInfo, p2pGroup));"
2197        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2198        <location
2199            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2200            line="1489"
2201            column="37"/>
2202    </issue>
2203
2204    <issue
2205        id="FlaggedApi"
2206        message="Method `onFrequencyChanged()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onFrequencyChanged` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2207        errorLine1="            mExecutor.execute(() -> mListener.onFrequencyChanged(p2pInfo, p2pGroup));"
2208        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2209        <location
2210            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2211            line="1495"
2212            column="37"/>
2213    </issue>
2214
2215    <issue
2216        id="FlaggedApi"
2217        message="Method `onGroupRemoved()` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `onGroupRemoved` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2218        errorLine1="            mExecutor.execute(() -> mListener.onGroupRemoved());"
2219        errorLine2="                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~">
2220        <location
2221            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2222            line="1501"
2223            column="37"/>
2224    </issue>
2225
2226    <issue
2227        id="FlaggedApi"
2228        message="Field `WIFI_P2P_SCAN_FULL` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeers` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2229        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_FULL,"
2230        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~">
2231        <location
2232            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2233            line="2068"
2234            column="74"/>
2235    </issue>
2236
2237    <issue
2238        id="FlaggedApi"
2239        message="Field `WIFI_P2P_SCAN_SOCIAL` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeersOnSocialChannels` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2240        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_SOCIAL,"
2241        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~">
2242        <location
2243            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2244            line="2113"
2245            column="74"/>
2246    </issue>
2247
2248    <issue
2249        id="FlaggedApi"
2250        message="Field `WIFI_P2P_SCAN_SINGLE_FREQ` is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `discoverPeersOnSpecificFrequency` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2251        errorLine1="        channel.mAsyncChannel.sendMessage(prepareMessage(DISCOVER_PEERS, WIFI_P2P_SCAN_SINGLE_FREQ,"
2252        errorLine2="                                                                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
2253        <location
2254            file="packages/modules/Wifi/framework/java/android/net/wifi/p2p/WifiP2pManager.java"
2255            line="2163"
2256            column="74"/>
2257    </issue>
2258
2259    <issue
2260        id="FlaggedApi"
2261        message="This is a flagged API and should be inside an `if (Flags.androidVWifiApi())` check (or annotate the surrounding method `?` with `@FlaggedApi(Flags.FLAG_ANDROID_V_WIFI_API) to transfer requirement to caller`)"
2262        errorLine1="public class WifiTwtSession implements TwtSession {"
2263        errorLine2="                                       ~~~~~~~~~~">
2264        <location
2265            file="packages/modules/Wifi/framework/java/android/net/wifi/WifiTwtSession.java"
2266            line="34"
2267            column="40"/>
2268    </issue>
2269
2270</issues>
2271