blob: 79c2ac7baec5ab7c2fda6c0e13eb11ab9ec4d589 [file] [log] [blame]
Sean Kelley7817f412021-05-08 17:30:48 -07001<?xml version="1.0" encoding="UTF-8"?>
Aurimas Liutikas36de1fe2023-11-29 15:12:02 -08002<issues format="6" by="lint 8.3.0-beta01" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-beta01)" variant="all" version="8.3.0-beta01">
3
4 <issue
5 id="BanParcelableUsage"
6 message="Class implements android.os.Parcelable"
7 errorLine1="public data class ExerciseGoalRequest(val packageName: String, val exerciseGoal: ExerciseGoal&lt;*>) :"
8 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
9 <location
10 file="src/main/java/androidx/health/services/client/impl/request/ExerciseGoalRequest.kt"/>
11 </issue>
Sean Kelley7817f412021-05-08 17:30:48 -070012
13 <issue
Sean Kelley7817f412021-05-08 17:30:48 -070014 id="BanSynchronizedMethods"
15 message="Use of synchronized methods is not recommended"
16 errorLine1=" @Synchronized"
17 errorLine2=" ^">
18 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -040019 file="src/main/java/androidx/health/services/client/impl/MeasureCallbackStub.kt"/>
Sean Kelley7817f412021-05-08 17:30:48 -070020 </issue>
21
22 <issue
23 id="BanSynchronizedMethods"
24 message="Use of synchronized methods is not recommended"
25 errorLine1=" @Synchronized"
26 errorLine2=" ^">
27 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -040028 file="src/main/java/androidx/health/services/client/impl/MeasureCallbackStub.kt"/>
Sean Kelley7817f412021-05-08 17:30:48 -070029 </issue>
30
31 <issue
Aurimas Liutikas36de1fe2023-11-29 15:12:02 -080032 id="BanSynchronizedMethods"
33 message="Use of synchronized methods is not recommended"
34 errorLine1=" private synchronized void handleRetriableDisconnection(Throwable throwable) {"
35 errorLine2=" ^">
36 <location
37 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/>
38 </issue>
39
40 <issue
41 id="LambdaLast"
42 message="Functional interface parameters (such as parameter 1, &quot;operation&quot;, in androidx.health.services.client.impl.ipc.Client.executeWithVersionCheck) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions"
43 errorLine1=" RemoteFutureOperation&lt;S, R> operation, int minApiVersion) {"
44 errorLine2=" ~~~~~~~~~~~~~~~~~">
45 <location
46 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
47 </issue>
48
49 <issue
50 id="UnknownNullness"
51 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
52 errorLine1=" public BaseQueueOperation(ConnectionConfiguration connectionConfiguration) {"
53 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
54 <location
55 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
56 </issue>
57
58 <issue
59 id="UnknownNullness"
60 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
61 errorLine1=" public void execute(IBinder binder) throws RemoteException {}"
62 errorLine2=" ~~~~~~~">
63 <location
64 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
65 </issue>
66
67 <issue
68 id="UnknownNullness"
69 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
70 errorLine1=" public void setException(Throwable exception) {}"
71 errorLine2=" ~~~~~~~~~">
72 <location
73 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
74 </issue>
75
76 <issue
77 id="UnknownNullness"
78 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
79 errorLine1=" public QueueOperation trackExecution(ExecutionTracker tracker) {"
80 errorLine2=" ~~~~~~~~~~~~~~">
81 <location
82 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
83 </issue>
84
85 <issue
86 id="UnknownNullness"
87 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
88 errorLine1=" public QueueOperation trackExecution(ExecutionTracker tracker) {"
89 errorLine2=" ~~~~~~~~~~~~~~~~">
90 <location
91 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
92 </issue>
93
94 <issue
95 id="UnknownNullness"
96 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
97 errorLine1=" public ConnectionConfiguration getConnectionConfiguration() {"
98 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
99 <location
100 file="src/main/java/androidx/health/services/client/impl/ipc/internal/BaseQueueOperation.java"/>
101 </issue>
102
103 <issue
Sean Kelley7817f412021-05-08 17:30:48 -0700104 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700105 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700106 errorLine1=" ClientConfiguration clientConfiguration,"
107 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
108 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400109 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700110 </issue>
111
112 <issue
113 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700114 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700115 errorLine1=" ConnectionManager connectionManager,"
116 errorLine2=" ~~~~~~~~~~~~~~~~~">
117 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400118 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700119 </issue>
120
121 <issue
122 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700123 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000124 errorLine1=" ServiceGetter&lt;S> serviceGetter,"
125 errorLine2=" ~~~~~~~~~~~~~~~~">
Sean Kelley7817f412021-05-08 17:30:48 -0700126 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400127 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700128 </issue>
129
130 <issue
131 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700132 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000133 errorLine1=" RemoteOperation&lt;S, Integer> remoteVersionGetter) {"
134 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
135 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400136 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannin665af7f2021-09-07 17:56:57 +0000137 </issue>
138
139 <issue
140 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700141 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000142 errorLine1=" protected &lt;R> ListenableFuture&lt;R> execute(RemoteOperation&lt;S, R> operation) {"
Sean Kelley7817f412021-05-08 17:30:48 -0700143 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
144 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400145 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700146 </issue>
147
148 <issue
149 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700150 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000151 errorLine1=" protected &lt;R> ListenableFuture&lt;R> execute(RemoteOperation&lt;S, R> operation) {"
152 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
Sean Kelley7817f412021-05-08 17:30:48 -0700153 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400154 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700155 </issue>
156
157 <issue
158 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700159 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000160 errorLine1=" protected &lt;R> ListenableFuture&lt;R> execute(RemoteFutureOperation&lt;S, R> operation) {"
Sean Kelley7817f412021-05-08 17:30:48 -0700161 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
162 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400163 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700164 </issue>
165
166 <issue
167 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700168 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000169 errorLine1=" protected &lt;R> ListenableFuture&lt;R> execute(RemoteFutureOperation&lt;S, R> operation) {"
170 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
Sean Kelley7817f412021-05-08 17:30:48 -0700171 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400172 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannin665af7f2021-09-07 17:56:57 +0000173 </issue>
174
175 <issue
176 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700177 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000178 errorLine1=" protected &lt;R> ListenableFuture&lt;R> executeWithVersionCheck("
179 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
180 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400181 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannin665af7f2021-09-07 17:56:57 +0000182 </issue>
183
184 <issue
185 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700186 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannin665af7f2021-09-07 17:56:57 +0000187 errorLine1=" RemoteFutureOperation&lt;S, R> operation, int minApiVersion) {"
188 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
189 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400190 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700191 </issue>
192
193 <issue
194 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700195 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700196 errorLine1=" protected ListenableFuture&lt;Integer> getCurrentRemoteVersion(boolean forceRefresh) {"
197 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
Sean Kelley7817f412021-05-08 17:30:48 -0700198 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400199 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700200 </issue>
201
202 <issue
203 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700204 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700205 errorLine1=" protected &lt;R> ListenableFuture&lt;R> registerListener("
206 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
207 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400208 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700209 </issue>
210
211 <issue
212 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700213 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700214 errorLine1=" ListenerKey listenerKey, RemoteOperation&lt;S, R> registerListenerOperation) {"
215 errorLine2=" ~~~~~~~~~~~">
216 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400217 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700218 </issue>
219
220 <issue
221 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700222 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700223 errorLine1=" ListenerKey listenerKey, RemoteOperation&lt;S, R> registerListenerOperation) {"
224 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
225 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400226 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700227 </issue>
228
229 <issue
230 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700231 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700232 errorLine1=" protected &lt;R> ListenableFuture&lt;R> registerListener("
233 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
234 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400235 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700236 </issue>
237
238 <issue
239 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700240 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700241 errorLine1=" ListenerKey listenerKey, RemoteFutureOperation&lt;S, R> registerListenerOperation) {"
242 errorLine2=" ~~~~~~~~~~~">
243 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400244 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700245 </issue>
246
247 <issue
248 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700249 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700250 errorLine1=" ListenerKey listenerKey, RemoteFutureOperation&lt;S, R> registerListenerOperation) {"
251 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
252 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400253 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700254 </issue>
255
256 <issue
257 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700258 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700259 errorLine1=" protected &lt;R> ListenableFuture&lt;R> unregisterListener("
260 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
261 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400262 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700263 </issue>
264
265 <issue
266 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700267 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700268 errorLine1=" ListenerKey listenerKey, RemoteOperation&lt;S, R> unregisterListenerOperation) {"
269 errorLine2=" ~~~~~~~~~~~">
270 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400271 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700272 </issue>
273
274 <issue
275 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700276 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700277 errorLine1=" ListenerKey listenerKey, RemoteOperation&lt;S, R> unregisterListenerOperation) {"
278 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
279 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400280 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700281 </issue>
282
283 <issue
284 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700285 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700286 errorLine1=" protected &lt;R> ListenableFuture&lt;R> unregisterListener("
287 errorLine2=" ~~~~~~~~~~~~~~~~~~~">
288 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400289 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700290 </issue>
291
292 <issue
293 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700294 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700295 errorLine1=" ListenerKey listenerKey, RemoteFutureOperation&lt;S, R> unregisterListenerOperation) {"
296 errorLine2=" ~~~~~~~~~~~">
297 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400298 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700299 </issue>
300
301 <issue
302 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700303 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Justin Lannind0e644f2021-10-25 12:12:59 -0700304 errorLine1=" ListenerKey listenerKey, RemoteFutureOperation&lt;S, R> unregisterListenerOperation) {"
305 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
306 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400307 file="src/main/java/androidx/health/services/client/impl/ipc/Client.java"/>
Justin Lannind0e644f2021-10-25 12:12:59 -0700308 </issue>
309
310 <issue
311 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700312 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700313 errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {"
314 errorLine2=" ~~~~~~">
315 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400316 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700317 </issue>
318
319 <issue
320 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700321 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700322 errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {"
323 errorLine2=" ~~~~~~">
324 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400325 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700326 </issue>
327
328 <issue
329 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700330 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700331 errorLine1=" public ClientConfiguration(String apiClientName, String servicePackageName, String bindAction) {"
332 errorLine2=" ~~~~~~">
333 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400334 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700335 </issue>
336
337 <issue
338 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700339 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700340 errorLine1=" public String getServicePackageName() {"
341 errorLine2=" ~~~~~~">
342 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400343 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700344 </issue>
345
346 <issue
347 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700348 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700349 errorLine1=" public String getBindAction() {"
350 errorLine2=" ~~~~~~">
351 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400352 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700353 </issue>
354
355 <issue
356 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700357 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700358 errorLine1=" public String getApiClientName() {"
359 errorLine2=" ~~~~~~">
360 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400361 file="src/main/java/androidx/health/services/client/impl/ipc/ClientConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700362 </issue>
363
364 <issue
365 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700366 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700367 errorLine1=" String packageName,"
368 errorLine2=" ~~~~~~">
369 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400370 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700371 </issue>
372
373 <issue
374 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700375 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700376 errorLine1=" String clientName,"
377 errorLine2=" ~~~~~~">
378 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400379 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700380 </issue>
381
382 <issue
383 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700384 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700385 errorLine1=" String bindAction,"
386 errorLine2=" ~~~~~~">
387 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400388 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700389 </issue>
390
391 <issue
392 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700393 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700394 errorLine1=" QueueOperation refreshVersionOperation) {"
395 errorLine2=" ~~~~~~~~~~~~~~">
396 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400397 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionConfiguration.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700398 </issue>
399
400 <issue
401 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700402 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700403 errorLine1=" public ConnectionManager(Context context, Looper looper) {"
404 errorLine2=" ~~~~~~~">
405 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400406 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700407 </issue>
408
409 <issue
410 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700411 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700412 errorLine1=" public ConnectionManager(Context context, Looper looper) {"
413 errorLine2=" ~~~~~~">
414 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400415 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700416 </issue>
417
418 <issue
419 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700420 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700421 errorLine1=" public void scheduleForExecution(QueueOperation operation) {"
422 errorLine2=" ~~~~~~~~~~~~~~">
423 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400424 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700425 </issue>
426
427 <issue
428 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700429 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700430 errorLine1=" public void registerListener(ListenerKey listenerKey, QueueOperation registerOperation) {"
431 errorLine2=" ~~~~~~~~~~~">
432 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400433 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700434 </issue>
435
436 <issue
437 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700438 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700439 errorLine1=" public void registerListener(ListenerKey listenerKey, QueueOperation registerOperation) {"
440 errorLine2=" ~~~~~~~~~~~~~~">
441 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400442 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700443 </issue>
444
445 <issue
446 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700447 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700448 errorLine1=" public void unregisterListener(ListenerKey listenerKey, QueueOperation unregisterOperation) {"
449 errorLine2=" ~~~~~~~~~~~">
450 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400451 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700452 </issue>
453
454 <issue
455 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700456 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700457 errorLine1=" public void unregisterListener(ListenerKey listenerKey, QueueOperation unregisterOperation) {"
458 errorLine2=" ~~~~~~~~~~~~~~">
459 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400460 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700461 </issue>
462
463 <issue
464 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700465 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700466 errorLine1=" public void onConnected(ServiceConnection connection) {"
467 errorLine2=" ~~~~~~~~~~~~~~~~~">
468 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400469 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700470 </issue>
471
472 <issue
473 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700474 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700475 errorLine1=" public void onDisconnected(ServiceConnection connection, long reconnectDelayMs) {"
476 errorLine2=" ~~~~~~~~~~~~~~~~~">
477 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400478 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700479 </issue>
480
481 <issue
482 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700483 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700484 errorLine1=" public boolean handleMessage(Message msg) {"
485 errorLine2=" ~~~~~~~">
486 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400487 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ConnectionManager.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700488 </issue>
489
490 <issue
491 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700492 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700493 errorLine1=" public void track(SettableFuture&lt;?> future) {"
494 errorLine2=" ~~~~~~~~~~~~~~~~~">
495 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400496 file="src/main/java/androidx/health/services/client/impl/ipc/internal/DefaultExecutionTracker.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700497 </issue>
498
499 <issue
500 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700501 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700502 errorLine1=" public void cancelPendingFutures(Throwable throwable) {"
503 errorLine2=" ~~~~~~~~~">
504 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400505 file="src/main/java/androidx/health/services/client/impl/ipc/internal/DefaultExecutionTracker.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700506 </issue>
507
508 <issue
509 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700510 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700511 errorLine1=" void track(SettableFuture&lt;?> future);"
512 errorLine2=" ~~~~~~~~~~~~~~~~~">
513 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400514 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ExecutionTracker.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700515 </issue>
516
517 <issue
518 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700519 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700520 errorLine1=" void cancelPendingFutures(Throwable throwable);"
521 errorLine2=" ~~~~~~~~~">
522 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400523 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ExecutionTracker.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700524 </issue>
525
526 <issue
527 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700528 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700529 errorLine1=" public ListenerKey(Object listenerKey) {"
530 errorLine2=" ~~~~~~">
531 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400532 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ListenerKey.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700533 </issue>
534
535 <issue
536 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700537 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700538 errorLine1=" void execute(IBinder binder) throws RemoteException;"
539 errorLine2=" ~~~~~~~">
540 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400541 file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700542 </issue>
543
544 <issue
545 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700546 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700547 errorLine1=" void setException(Throwable exception);"
548 errorLine2=" ~~~~~~~~~">
549 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400550 file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700551 </issue>
552
553 <issue
554 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700555 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700556 errorLine1=" QueueOperation trackExecution(ExecutionTracker tracker);"
557 errorLine2=" ~~~~~~~~~~~~~~">
558 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400559 file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700560 </issue>
561
562 <issue
563 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700564 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700565 errorLine1=" QueueOperation trackExecution(ExecutionTracker tracker);"
566 errorLine2=" ~~~~~~~~~~~~~~~~">
567 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400568 file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700569 </issue>
570
571 <issue
572 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700573 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700574 errorLine1=" ConnectionConfiguration getConnectionConfiguration();"
575 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
576 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400577 file="src/main/java/androidx/health/services/client/impl/ipc/internal/QueueOperation.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700578 </issue>
579
580 <issue
Aurimas Liutikas36de1fe2023-11-29 15:12:02 -0800581 id="UnknownNullness"
582 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
583 errorLine1=" void execute(S service, SettableFuture&lt;R> resultFuture) throws RemoteException;"
584 errorLine2=" ~~~~~~~~~~~~~~~~~">
Justin Lannin665af7f2021-09-07 17:56:57 +0000585 <location
Aurimas Liutikas36de1fe2023-11-29 15:12:02 -0800586 file="src/main/java/androidx/health/services/client/impl/ipc/RemoteFutureOperation.java"/>
Justin Lannin665af7f2021-09-07 17:56:57 +0000587 </issue>
588
589 <issue
590 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700591 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700592 errorLine1=" void onConnected(ServiceConnection connection);"
593 errorLine2=" ~~~~~~~~~~~~~~~~~">
594 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400595 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700596 </issue>
597
598 <issue
599 id="UnknownNullness"
Tiem Songecefa442022-03-24 13:21:15 -0700600 message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations"
Sean Kelley7817f412021-05-08 17:30:48 -0700601 errorLine1=" void onDisconnected(ServiceConnection connection, long reconnectDelayMs);"
602 errorLine2=" ~~~~~~~~~~~~~~~~~">
603 <location
Alan Viveretted71e56c2022-05-13 16:33:28 -0400604 file="src/main/java/androidx/health/services/client/impl/ipc/internal/ServiceConnection.java"/>
Sean Kelley7817f412021-05-08 17:30:48 -0700605 </issue>
606
Sean Kelley7817f412021-05-08 17:30:48 -0700607</issues>