blob: d413b2a7769b760652529ffc04b06867963baac3 [file] [log] [blame]
Cole Faustde112b62023-08-17 04:42:53 +00001<?xml version="1.0" encoding="UTF-8"?>
2<issues format="6" by="lint 8.0.0-dev" type="baseline" dependencies="true" variant="all" version="8.0.0-dev">
3
4 <issue
5 id="NewApi"
6 message="Call requires API level 30 (current min is 29): `android.net.LinkProperties#getAddresses`"
7 errorLine1=" final Collection&lt;InetAddress&gt; leftAddresses = left.getAddresses();"
8 errorLine2=" ~~~~~~~~~~~~">
9 <location
10 file="frameworks/libs/net/common/framework/com/android/net/module/util/LinkPropertiesUtils.java"
11 line="158"
12 column="60"/>
13 </issue>
14
15 <issue
16 id="NewApi"
17 message="Call requires API level 30 (current min is 29): `android.net.LinkProperties#getAddresses`"
18 errorLine1=" final Collection&lt;InetAddress&gt; rightAddresses = right.getAddresses();"
19 errorLine2=" ~~~~~~~~~~~~">
20 <location
21 file="frameworks/libs/net/common/framework/com/android/net/module/util/LinkPropertiesUtils.java"
22 line="159"
23 column="62"/>
24 </issue>
25
26 <issue
27 id="NewApi"
28 message="Call requires API level 30 (current min is 29): `android.net.NetworkStats#addEntry`"
29 errorLine1=" stats = stats.addEntry(entry);"
30 errorLine2=" ~~~~~~~~">
31 <location
32 file="frameworks/libs/net/common/framework/com/android/net/module/util/NetworkStatsUtils.java"
33 line="113"
34 column="27"/>
35 </issue>
36
37 <issue
38 id="NewApi"
39 message="Call requires API level 30 (current min is 29): `new android.net.NetworkStats.Entry`"
40 errorLine1=" return new android.net.NetworkStats.Entry("
41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42 <location
43 file="frameworks/libs/net/common/framework/com/android/net/module/util/NetworkStatsUtils.java"
44 line="120"
45 column="16"/>
46 </issue>
47
48 <issue
49 id="NewApi"
50 message="Call requires API level 30 (current min is 29): `new android.net.NetworkStats`"
51 errorLine1=" android.net.NetworkStats stats = new android.net.NetworkStats(0L, 0);"
52 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
53 <location
54 file="frameworks/libs/net/common/framework/com/android/net/module/util/NetworkStatsUtils.java"
55 line="108"
56 column="42"/>
57 </issue>
58
59 <issue
60 id="NewApi"
61 message="Call requires API level 31 (current min is 29): `new android.system.NetlinkSocketAddress`"
62 errorLine1=" return new NetlinkSocketAddress(portId, groupsMask);"
63 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
64 <location
65 file="frameworks/libs/net/common/device/com/android/net/module/util/SocketUtils.java"
66 line="44"
67 column="16"/>
68 </issue>
69
70</issues>