• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="GestureBackNavigation"
6        message="If intercepting back events, this should be handled through the registration of callbacks on the window level; Please see https://developer.android.com/about/versions/13/features/predictive-back-gesture"
7        errorLine1="        if (keyCode == KeyEvent.KEYCODE_BACK) {"
8        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~">
9        <location
10            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java"
11            line="101"
12            column="24"/>
13    </issue>
14
15    <issue
16        id="GestureBackNavigation"
17        message="If intercepting back events, this should be handled through the registration of callbacks on the window level; Please see https://developer.android.com/about/versions/13/features/predictive-back-gesture"
18        errorLine1="        if (keyCode == KeyEvent.KEYCODE_BACK) {"
19        errorLine2="                       ~~~~~~~~~~~~~~~~~~~~~">
20        <location
21            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java"
22            line="178"
23            column="24"/>
24    </issue>
25
26    <issue
27        id="ScrollViewSize"
28        message="This LinearLayout should use `android:layout_height=&quot;wrap_content&quot;`"
29        errorLine1="    android:layout_height=&quot;match_parent&quot;"
30        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31        <location
32            file="packages/modules/Bluetooth/android/app/res/layout/auth.xml"
33            line="26"
34            column="5"/>
35    </issue>
36
37    <issue
38        id="ScrollViewSize"
39        message="This LinearLayout should use `android:layout_height=&quot;wrap_content&quot;`"
40        errorLine1="        android:layout_height=&quot;match_parent&quot;"
41        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42        <location
43            file="packages/modules/Bluetooth/android/app/res/layout/bt_enabling_progress.xml"
44            line="28"
45            column="9"/>
46    </issue>
47
48    <issue
49        id="ScrollViewSize"
50        message="This LinearLayout should use `android:layout_height=&quot;wrap_content&quot;`"
51        errorLine1="        android:layout_height=&quot;match_parent&quot;"
52        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
53        <location
54            file="packages/modules/Bluetooth/android/app/res/layout/file_transfer.xml"
55            line="26"
56            column="9"/>
57    </issue>
58
59    <issue
60        id="GuardedLogInvocation"
61        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
62        errorLine1="        if (Log.isLoggable(TAG, Log.DEBUG)) {"
63        errorLine2="        ^">
64        <location
65            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpStateMachine.java"
66            line="677"
67            column="9"/>
68    </issue>
69
70    <issue
71        id="GuardedLogInvocation"
72        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
73        errorLine1="        if (Log.isLoggable(TAG, Log.DEBUG)) {"
74        errorLine2="        ^">
75        <location
76            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpStateMachine.java"
77            line="677"
78            column="9"/>
79    </issue>
80
81    <issue
82        id="GuardedLogInvocation"
83        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
84        errorLine1="        if (Log.isLoggable(TAG, Log.DEBUG)) {"
85        errorLine2="        ^">
86        <location
87            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpStateMachine.java"
88            line="677"
89            column="9"/>
90    </issue>
91
92    <issue
93        id="GuardedLogInvocation"
94        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
95        errorLine1="        if (Log.isLoggable(TAG, Log.VERBOSE)) {"
96        errorLine2="        ^">
97        <location
98            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
99            line="805"
100            column="9"/>
101    </issue>
102
103    <issue
104        id="GuardedLogInvocation"
105        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
106        errorLine1="        if (Log.isLoggable(TAG, Log.VERBOSE)) {"
107        errorLine2="        ^">
108        <location
109            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
110            line="805"
111            column="9"/>
112    </issue>
113
114    <issue
115        id="GuardedLogInvocation"
116        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
117        errorLine1="        if (Log.isLoggable(TAG, Log.VERBOSE)) {"
118        errorLine2="        ^">
119        <location
120            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
121            line="805"
122            column="9"/>
123    </issue>
124
125    <issue
126        id="GuardedLogInvocation"
127        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
128        errorLine1="        if (Log.isLoggable(TAG, Log.VERBOSE)) {"
129        errorLine2="        ^">
130        <location
131            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
132            line="805"
133            column="9"/>
134    </issue>
135
136    <issue
137        id="GuardedLogInvocation"
138        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
139        errorLine1="        if (Log.isLoggable(TAG, Log.DEBUG)) {"
140        errorLine2="        ^">
141        <location
142            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java"
143            line="921"
144            column="9"/>
145    </issue>
146
147    <issue
148        id="GuardedLogInvocation"
149        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
150        errorLine1="        if (Log.isLoggable(TAG, Log.VERBOSE)) {"
151        errorLine2="        ^">
152        <location
153            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppProvider.java"
154            line="398"
155            column="9"/>
156    </issue>
157
158    <issue
159        id="GuardedLogInvocation"
160        message="Do not guard log invocations with if blocks using log enforcement variables or isLoggable(). The Log framework does this check for you. Remove the surrounding if block and call to log completely unguarded"
161        errorLine1="            if (Log.isLoggable(TAG, Log.DEBUG)) {"
162        errorLine2="            ^">
163        <location
164            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/MediaPlayerWrapper.java"
165            line="555"
166            column="13"/>
167    </issue>
168
169    <issue
170        id="InflateParams"
171        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
172        errorLine1="        View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);"
173        errorLine2="                                                                         ~~~~">
174        <location
175            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnableActivity.java"
176            line="71"
177            column="74"/>
178    </issue>
179
180    <issue
181        id="InflateParams"
182        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
183        errorLine1="        View view = getLayoutInflater().inflate(R.layout.bt_enabling_progress, null);"
184        errorLine2="                                                                               ~~~~">
185        <location
186            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java"
187            line="92"
188            column="80"/>
189    </issue>
190
191    <issue
192        id="InflateParams"
193        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
194        errorLine1="        View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);"
195        errorLine2="                                                                         ~~~~">
196        <location
197            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtErrorActivity.java"
198            line="66"
199            column="74"/>
200    </issue>
201
202    <issue
203        id="InflateParams"
204        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
205        errorLine1="        View view = getLayoutInflater().inflate(R.layout.incoming_dialog, null);"
206        errorLine2="                                                                          ~~~~">
207        <location
208            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java"
209            line="139"
210            column="75"/>
211    </issue>
212
213    <issue
214        id="InflateParams"
215        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
216        errorLine1="        mView = getLayoutInflater().inflate(R.layout.file_transfer, null);"
217        errorLine2="                                                                    ~~~~">
218        <location
219            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java"
220            line="239"
221            column="69"/>
222    </issue>
223
224    <issue
225        id="InflateParams"
226        message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)"
227        errorLine1="                mView = getLayoutInflater().inflate(R.layout.auth, null);"
228        errorLine2="                                                                   ~~~~">
229        <location
230            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java"
231            line="152"
232            column="68"/>
233    </issue>
234
235    <issue
236        id="VisibleForTests"
237        message="This method should only be accessed from tests or within private scope"
238        errorLine1="                    mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode);"
239        errorLine2="                                     ~~~~~~~~~~~~~~">
240        <location
241            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
242            line="187"
243            column="38"/>
244    </issue>
245
246    <issue
247        id="VisibleForTests"
248        message="This method should only be accessed from tests or within private scope"
249        errorLine1="            mNativeInterface.atResponseString(device, atCommandResponse);"
250        errorLine2="                             ~~~~~~~~~~~~~~~~">
251        <location
252            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
253            line="208"
254            column="30"/>
255    </issue>
256
257    <issue
258        id="VisibleForTests"
259        message="This method should only be accessed from tests or within private scope"
260        errorLine1="        mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode);"
261        errorLine2="                         ~~~~~~~~~~~~~~">
262        <location
263            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
264            line="210"
265            column="26"/>
266    </issue>
267
268    <issue
269        id="VisibleForTests"
270        message="This method should only be accessed from tests or within private scope"
271        errorLine1="            mNativeInterface.atResponseString(device, atCommandResponse);"
272        errorLine2="                             ~~~~~~~~~~~~~~~~">
273        <location
274            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
275            line="279"
276            column="30"/>
277    </issue>
278
279    <issue
280        id="VisibleForTests"
281        message="This method should only be accessed from tests or within private scope"
282        errorLine1="        mNativeInterface.atResponseCode(device, atCommandResult, atCommandErrorCode);"
283        errorLine2="                         ~~~~~~~~~~~~~~">
284        <location
285            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
286            line="281"
287            column="26"/>
288    </issue>
289
290    <issue
291        id="VisibleForTests"
292        message="This method should only be accessed from tests or within private scope"
293        errorLine1="                        mNativeInterface.atResponseCode("
294        errorLine2="                                         ~~~~~~~~~~~~~~">
295        <location
296            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
297            line="304"
298            column="42"/>
299    </issue>
300
301    <issue
302        id="VisibleForTests"
303        message="This method should only be accessed from tests or within private scope"
304        errorLine1="                mNativeInterface.atResponseString(remoteDevice, atCommandResponse);"
305        errorLine2="                                 ~~~~~~~~~~~~~~~~">
306        <location
307            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
308            line="319"
309            column="34"/>
310    </issue>
311
312    <issue
313        id="VisibleForTests"
314        message="This method should only be accessed from tests or within private scope"
315        errorLine1="                mNativeInterface.atResponseCode(remoteDevice, atCommandResult, atCommandErrorCode);"
316        errorLine2="                                 ~~~~~~~~~~~~~~">
317        <location
318            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
319            line="320"
320            column="34"/>
321    </issue>
322
323    <issue
324        id="VisibleForTests"
325        message="This method should only be accessed from tests or within private scope"
326        errorLine1="                    mNativeInterface.atResponseCode("
327        errorLine2="                                     ~~~~~~~~~~~~~~">
328        <location
329            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
330            line="331"
331            column="38"/>
332    </issue>
333
334    <issue
335        id="VisibleForTests"
336        message="This method should only be accessed from tests or within private scope"
337        errorLine1="                    mNativeInterface.atResponseCode("
338        errorLine2="                                     ~~~~~~~~~~~~~~">
339        <location
340            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
341            line="339"
342            column="38"/>
343    </issue>
344
345    <issue
346        id="VisibleForTests"
347        message="This method should only be accessed from tests or within private scope"
348        errorLine1="                    mNativeInterface.atResponseCode("
349        errorLine2="                                     ~~~~~~~~~~~~~~">
350        <location
351            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
352            line="359"
353            column="38"/>
354    </issue>
355
356    <issue
357        id="VisibleForTests"
358        message="This method should only be accessed from tests or within private scope"
359        errorLine1="                    mNativeInterface.atResponseCode("
360        errorLine2="                                     ~~~~~~~~~~~~~~">
361        <location
362            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
363            line="372"
364            column="38"/>
365    </issue>
366
367    <issue
368        id="VisibleForTests"
369        message="This method should only be accessed from tests or within private scope"
370        errorLine1="                    mNativeInterface.atResponseCode("
371        errorLine2="                                     ~~~~~~~~~~~~~~">
372        <location
373            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
374            line="378"
375            column="38"/>
376    </issue>
377
378    <issue
379        id="VisibleForTests"
380        message="This method should only be accessed from tests or within private scope"
381        errorLine1="                mNativeInterface.atResponseCode(remoteDevice, atCommandResult, atCommandErrorCode);"
382        errorLine2="                                 ~~~~~~~~~~~~~~">
383        <location
384            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
385            line="392"
386            column="34"/>
387    </issue>
388
389    <issue
390        id="VisibleForTests"
391        message="This method should only be accessed from tests or within private scope"
392        errorLine1="            mNativeInterface.atResponseString(device, atCommandResponse);"
393        errorLine2="                             ~~~~~~~~~~~~~~~~">
394        <location
395            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java"
396            line="645"
397            column="30"/>
398    </issue>
399
400    <issue
401        id="VisibleForTests"
402        message="This method should only be accessed from tests or within private scope"
403        errorLine1="        mAvrcpController.onConnectionStateChanged("
404        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~">
405        <location
406            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
407            line="131"
408            column="26"/>
409    </issue>
410
411    <issue
412        id="VisibleForTests"
413        message="This method should only be accessed from tests or within private scope"
414        errorLine1="        mAvrcpController.handlePlayerAppSetting(device, playerAttribRsp, rspLen);"
415        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~">
416        <location
417            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
418            line="149"
419            column="26"/>
420    </issue>
421
422    <issue
423        id="VisibleForTests"
424        message="This method should only be accessed from tests or within private scope"
425        errorLine1="        mAvrcpController.handleSetAbsVolume(device, absVol, label);"
426        errorLine2="                         ~~~~~~~~~~~~~~~~~~">
427        <location
428            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
429            line="165"
430            column="26"/>
431    </issue>
432
433    <issue
434        id="VisibleForTests"
435        message="This method should only be accessed from tests or within private scope"
436        errorLine1="        mAvrcpController.handleRegisterNotificationAbsVol(device, label);"
437        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
438        <location
439            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
440            line="173"
441            column="26"/>
442    </issue>
443
444    <issue
445        id="VisibleForTests"
446        message="This method should only be accessed from tests or within private scope"
447        errorLine1="        mAvrcpController.onTrackChanged(device, numAttributes, attributes, attribVals);"
448        errorLine2="                         ~~~~~~~~~~~~~~">
449        <location
450            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
451            line="181"
452            column="26"/>
453    </issue>
454
455    <issue
456        id="VisibleForTests"
457        message="This method should only be accessed from tests or within private scope"
458        errorLine1="        mAvrcpController.onPlayPositionChanged(device, songLen, currSongPosition);"
459        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~">
460        <location
461            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
462            line="189"
463            column="26"/>
464    </issue>
465
466    <issue
467        id="VisibleForTests"
468        message="This method should only be accessed from tests or within private scope"
469        errorLine1="        mAvrcpController.onPlayStatusChanged(device, toPlaybackStateFromJni(playStatus));"
470        errorLine2="                         ~~~~~~~~~~~~~~~~~~~">
471        <location
472            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
473            line="197"
474            column="26"/>
475    </issue>
476
477    <issue
478        id="VisibleForTests"
479        message="This method should only be accessed from tests or within private scope"
480        errorLine1="        mAvrcpController.handleChangeFolderRsp(device, count);"
481        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~">
482        <location
483            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
484            line="303"
485            column="26"/>
486    </issue>
487
488    <issue
489        id="VisibleForTests"
490        message="This method should only be accessed from tests or within private scope"
491        errorLine1="        mAvrcpController.handleSetBrowsedPlayerRsp(device, items, depth);"
492        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~">
493        <location
494            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
495            line="310"
496            column="26"/>
497    </issue>
498
499    <issue
500        id="VisibleForTests"
501        message="This method should only be accessed from tests or within private scope"
502        errorLine1="        mAvrcpController.handleSetAddressedPlayerRsp(device, status);"
503        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
504        <location
505            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
506            line="317"
507            column="26"/>
508    </issue>
509
510    <issue
511        id="VisibleForTests"
512        message="This method should only be accessed from tests or within private scope"
513        errorLine1="        mAvrcpController.handleAddressedPlayerChanged(device, id);"
514        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
515        <location
516            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
517            line="324"
518            column="26"/>
519    </issue>
520
521    <issue
522        id="VisibleForTests"
523        message="This method should only be accessed from tests or within private scope"
524        errorLine1="        mAvrcpController.handleNowPlayingContentChanged(device);"
525        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
526        <location
527            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
528            line="330"
529            column="26"/>
530    </issue>
531
532    <issue
533        id="VisibleForTests"
534        message="This method should only be accessed from tests or within private scope"
535        errorLine1="        mAvrcpController.onAvailablePlayerChanged(device);"
536        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~~~~~">
537        <location
538            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerNativeInterface.java"
539            line="336"
540            column="26"/>
541    </issue>
542
543    <issue
544        id="VisibleForTests"
545        message="This method should only be accessed from tests or within private scope"
546        errorLine1="            mRemoteDevices.addDeviceProperties(address);"
547        errorLine2="                           ~~~~~~~~~~~~~~~~~~~">
548        <location
549            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java"
550            line="657"
551            column="28"/>
552    </issue>
553
554    <issue
555        id="VisibleForTests"
556        message="This method should only be accessed from tests or within private scope"
557        errorLine1="            mRemoteDevices.addDeviceProperties(address);"
558        errorLine2="                           ~~~~~~~~~~~~~~~~~~~">
559        <location
560            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java"
561            line="694"
562            column="28"/>
563    </issue>
564
565    <issue
566        id="VisibleForTests"
567        message="This method should only be accessed from tests or within private scope"
568        errorLine1="            mRemoteDevices.addDeviceProperties(address);"
569        errorLine2="                           ~~~~~~~~~~~~~~~~~~~">
570        <location
571            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java"
572            line="724"
573            column="28"/>
574    </issue>
575
576    <issue
577        id="VisibleForTests"
578        message="This method should only be accessed from tests or within private scope"
579        errorLine1="                sm.sendMessage(CsipSetCoordinatorStateMachine.STACK_EVENT, stackEvent);"
580        errorLine2="                                                              ~~~~~~~~~~~">
581        <location
582            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java"
583            line="860"
584            column="63"/>
585    </issue>
586
587    <issue
588        id="VisibleForTests"
589        message="This method should only be accessed from tests or within private scope"
590        errorLine1="        return new HapClientBinder(this);"
591        errorLine2="               ~~~~~~~~~~~~~~~~~~~~~~~~~">
592        <location
593            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java"
594            line="162"
595            column="16"/>
596    </issue>
597
598    <issue
599        id="VisibleForTests"
600        message="This method should only be accessed from tests or within private scope"
601        errorLine1="        mNativeInterface.initialize();"
602        errorLine2="                         ~~~~~~~~~~">
603        <location
604            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java"
605            line="111"
606            column="26"/>
607    </issue>
608
609    <issue
610        id="VisibleForTests"
611        message="This method should only be accessed from tests or within private scope"
612        errorLine1="        mNativeInterface.cleanup();"
613        errorLine2="                         ~~~~~~~">
614        <location
615            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java"
616            line="183"
617            column="26"/>
618    </issue>
619
620    <issue
621        id="VisibleForTests"
622        message="This method should only be accessed from tests or within private scope"
623        errorLine1="        mNativeInterface.queryCurrentCalls(mCurrentDevice);"
624        errorLine2="                         ~~~~~~~~~~~~~~~~~">
625        <location
626            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
627            line="423"
628            column="26"/>
629    </issue>
630
631    <issue
632        id="VisibleForTests"
633        message="This method should only be accessed from tests or within private scope"
634        errorLine1="        if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) {"
635        errorLine2="                             ~~~~~~~~~~~~~~~~">
636        <location
637            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
638            line="676"
639            column="30"/>
640    </issue>
641
642    <issue
643        id="VisibleForTests"
644        message="This method should only be accessed from tests or within private scope"
645        errorLine1="        if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) {"
646        errorLine2="                             ~~~~~~~~~~~~~~~~">
647        <location
648            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
649            line="717"
650            column="30"/>
651    </issue>
652
653    <issue
654        id="VisibleForTests"
655        message="This method should only be accessed from tests or within private scope"
656        errorLine1="        if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) {"
657        errorLine2="                             ~~~~~~~~~~~~~~~~">
658        <location
659            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
660            line="742"
661            column="30"/>
662    </issue>
663
664    <issue
665        id="VisibleForTests"
666        message="This method should only be accessed from tests or within private scope"
667        errorLine1="            if (mNativeInterface.handleCallAction(mCurrentDevice, action, 0)) {"
668        errorLine2="                                 ~~~~~~~~~~~~~~~~">
669        <location
670            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
671            line="765"
672            column="34"/>
673    </issue>
674
675    <issue
676        id="VisibleForTests"
677        message="This method should only be accessed from tests or within private scope"
678        errorLine1="            mNativeInterface.disconnect(mCurrentDevice);"
679        errorLine2="                             ~~~~~~~~~~">
680        <location
681            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
682            line="1013"
683            column="30"/>
684    </issue>
685
686    <issue
687        id="VisibleForTests"
688        message="This method should only be accessed from tests or within private scope"
689        errorLine1="                    if (!mNativeInterface.connect(device)) {"
690        errorLine2="                                          ~~~~~~~">
691        <location
692            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
693            line="1095"
694            column="43"/>
695    </issue>
696
697    <issue
698        id="VisibleForTests"
699        message="This method should only be accessed from tests or within private scope"
700        errorLine1="                        mNativeInterface.disconnect(device);"
701        errorLine2="                                         ~~~~~~~~~~">
702        <location
703            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
704            line="1146"
705            column="42"/>
706    </issue>
707
708    <issue
709        id="VisibleForTests"
710        message="This method should only be accessed from tests or within private scope"
711        errorLine1="                        mNativeInterface.disconnect(device);"
712        errorLine2="                                         ~~~~~~~~~~">
713        <location
714            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
715            line="1304"
716            column="42"/>
717    </issue>
718
719    <issue
720        id="VisibleForTests"
721        message="This method should only be accessed from tests or within private scope"
722        errorLine1="                        if (mNativeInterface.sendATCmd("
723        errorLine2="                                             ~~~~~~~~~">
724        <location
725            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
726            line="1312"
727            column="46"/>
728    </issue>
729
730    <issue
731        id="VisibleForTests"
732        message="This method should only be accessed from tests or within private scope"
733        errorLine1="                    mNativeInterface.connect(device);"
734        errorLine2="                                     ~~~~~~~">
735        <location
736            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
737            line="1413"
738            column="38"/>
739    </issue>
740
741    <issue
742        id="VisibleForTests"
743        message="This method should only be accessed from tests or within private scope"
744        errorLine1="                        if (!mNativeInterface.disconnect(mCurrentDevice)) {"
745        errorLine2="                                              ~~~~~~~~~~">
746        <location
747            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
748            line="1421"
749            column="47"/>
750    </issue>
751
752    <issue
753        id="VisibleForTests"
754        message="This method should only be accessed from tests or within private scope"
755        errorLine1="                    } else if (!mNativeInterface.disconnect(dev)) {"
756        errorLine2="                                                 ~~~~~~~~~~">
757        <location
758            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
759            line="1425"
760            column="50"/>
761    </issue>
762
763    <issue
764        id="VisibleForTests"
765        message="This method should only be accessed from tests or within private scope"
766        errorLine1="                    if (!mNativeInterface.connectAudio(mCurrentDevice)) {"
767        errorLine2="                                          ~~~~~~~~~~~~">
768        <location
769            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
770            line="1431"
771            column="43"/>
772    </issue>
773
774    <issue
775        id="VisibleForTests"
776        message="This method should only be accessed from tests or within private scope"
777        errorLine1="                        if (mNativeInterface.startVoiceRecognition(mCurrentDevice)) {"
778        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~~">
779        <location
780            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
781            line="1451"
782            column="46"/>
783    </issue>
784
785    <issue
786        id="VisibleForTests"
787        message="This method should only be accessed from tests or within private scope"
788        errorLine1="                        if (mNativeInterface.stopVoiceRecognition(mCurrentDevice)) {"
789        errorLine2="                                             ~~~~~~~~~~~~~~~~~~~~">
790        <location
791            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
792            line="1461"
793            column="46"/>
794    </issue>
795
796    <issue
797        id="VisibleForTests"
798        message="This method should only be accessed from tests or within private scope"
799        errorLine1="                            mNativeInterface.sendATCmd("
800        errorLine2="                                             ~~~~~~~~~">
801        <location
802            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
803            line="1483"
804            column="46"/>
805    </issue>
806
807    <issue
808        id="VisibleForTests"
809        message="This method should only be accessed from tests or within private scope"
810        errorLine1="                        if (mNativeInterface.setVolume("
811        errorLine2="                                             ~~~~~~~~~">
812        <location
813            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
814            line="1504"
815            column="46"/>
816    </issue>
817
818    <issue
819        id="VisibleForTests"
820        message="This method should only be accessed from tests or within private scope"
821        errorLine1="                    if (mNativeInterface.dial(mCurrentDevice, c.getNumber())) {"
822        errorLine2="                                         ~~~~">
823        <location
824            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
825            line="1515"
826            column="42"/>
827    </issue>
828
829    <issue
830        id="VisibleForTests"
831        message="This method should only be accessed from tests or within private scope"
832        errorLine1="                    if (mNativeInterface.sendDtmf(mCurrentDevice, (byte) message.arg1)) {"
833        errorLine2="                                         ~~~~~~~~">
834        <location
835            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
836            line="1546"
837            column="42"/>
838    </issue>
839
840    <issue
841        id="VisibleForTests"
842        message="This method should only be accessed from tests or within private scope"
843        errorLine1="                    if (mNativeInterface.retrieveSubscriberInfo(mCurrentDevice)) {"
844        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~">
845        <location
846            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
847            line="1553"
848            column="42"/>
849    </issue>
850
851    <issue
852        id="VisibleForTests"
853        message="This method should only be accessed from tests or within private scope"
854        errorLine1="                                if (mNativeInterface.queryCurrentOperatorName(mCurrentDevice)) {"
855        errorLine2="                                                     ~~~~~~~~~~~~~~~~~~~~~~~~">
856        <location
857            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
858            line="1619"
859            column="54"/>
860    </issue>
861
862    <issue
863        id="VisibleForTests"
864        message="This method should only be accessed from tests or within private scope"
865        errorLine1="        if (!mNativeInterface.sendAndroidAt("
866        errorLine2="                              ~~~~~~~~~~~~~">
867        <location
868            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
869            line="2519"
870            column="31"/>
871    </issue>
872
873    <issue
874        id="VisibleForTests"
875        message="This method should only be accessed from tests or within private scope"
876        errorLine1="        if (!mNativeInterface.sendAndroidAt(mCurrentDevice, &quot;+ANDROID=?&quot;)) {"
877        errorLine2="                              ~~~~~~~~~~~~~">
878        <location
879            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java"
880            line="2529"
881            column="31"/>
882    </issue>
883
884    <issue
885        id="VisibleForTests"
886        message="This method should only be accessed from tests or within private scope"
887        errorLine1="        mHandler = new Handler(headsetService.getStateMachinesThreadLooper());"
888        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
889        <location
890            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetPhoneState.java"
891            line="91"
892            column="47"/>
893    </issue>
894
895    <issue
896        id="VisibleForTests"
897        message="This method should only be accessed from tests or within private scope"
898        errorLine1="                if (mSystemInterface.getVoiceRecognitionWakeLock().isHeld()) {"
899        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
900        <location
901            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
902            line="277"
903            column="38"/>
904    </issue>
905
906    <issue
907        id="VisibleForTests"
908        message="This method should only be accessed from tests or within private scope"
909        errorLine1="                        mSystemInterface.getVoiceRecognitionWakeLock().release();"
910        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
911        <location
912            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
913            line="279"
914            column="42"/>
915    </issue>
916
917    <issue
918        id="VisibleForTests"
919        message="This method should only be accessed from tests or within private scope"
920        errorLine1="        mNativeInterface.cleanup();"
921        errorLine2="                         ~~~~~~~">
922        <location
923            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
924            line="292"
925            column="26"/>
926    </issue>
927
928    <issue
929        id="VisibleForTests"
930        message="This method should only be accessed from tests or within private scope"
931        errorLine1="                                        .getHeadsetPhoneState()"
932        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~">
933        <location
934            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
935            line="440"
936            column="42"/>
937    </issue>
938
939    <issue
940        id="VisibleForTests"
941        message="This method should only be accessed from tests or within private scope"
942        errorLine1="            if (stateMachine.getConnectionState() != STATE_DISCONNECTED) {"
943        errorLine2="                             ~~~~~~~~~~~~~~~~~~">
944        <location
945            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
946            line="512"
947            column="30"/>
948    </issue>
949
950    <issue
951        id="VisibleForTests"
952        message="This method should only be accessed from tests or within private scope"
953        errorLine1="            int connectionState = stateMachine.getConnectionState();"
954        errorLine2="                                               ~~~~~~~~~~~~~~~~~~">
955        <location
956            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
957            line="870"
958            column="48"/>
959    </issue>
960
961    <issue
962        id="VisibleForTests"
963        message="This method should only be accessed from tests or within private scope"
964        errorLine1="            int connectionState = stateMachine.getConnectionState();"
965        errorLine2="                                               ~~~~~~~~~~~~~~~~~~">
966        <location
967            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
968            line="917"
969            column="48"/>
970    </issue>
971
972    <issue
973        id="VisibleForTests"
974        message="This method should only be accessed from tests or within private scope"
975        errorLine1="                if (stateMachine.getConnectionState() == STATE_CONNECTED) {"
976        errorLine2="                                 ~~~~~~~~~~~~~~~~~~">
977        <location
978            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
979            line="936"
980            column="34"/>
981    </issue>
982
983    <issue
984        id="VisibleForTests"
985        message="This method should only be accessed from tests or within private scope"
986        errorLine1="            return stateMachine.getConnectionState();"
987        errorLine2="                                ~~~~~~~~~~~~~~~~~~">
988        <location
989            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
990            line="984"
991            column="33"/>
992    </issue>
993
994    <issue
995        id="VisibleForTests"
996        message="This method should only be accessed from tests or within private scope"
997        errorLine1="                if (mSystemInterface.getVoiceRecognitionWakeLock().isHeld()) {"
998        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
999        <location
1000            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1001            line="1098"
1002            column="38"/>
1003    </issue>
1004
1005    <issue
1006        id="VisibleForTests"
1007        message="This method should only be accessed from tests or within private scope"
1008        errorLine1="                        mSystemInterface.getVoiceRecognitionWakeLock().release();"
1009        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1010        <location
1011            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1012            line="1100"
1013            column="42"/>
1014    </issue>
1015
1016    <issue
1017        id="VisibleForTests"
1018        message="This method should only be accessed from tests or within private scope"
1019        errorLine1="            int connectionState = stateMachine.getConnectionState();"
1020        errorLine2="                                               ~~~~~~~~~~~~~~~~~~">
1021        <location
1022            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1023            line="1116"
1024            column="48"/>
1025    </issue>
1026
1027    <issue
1028        id="VisibleForTests"
1029        message="This method should only be accessed from tests or within private scope"
1030        errorLine1="            int connectionState = stateMachine.getConnectionState();"
1031        errorLine2="                                               ~~~~~~~~~~~~~~~~~~">
1032        <location
1033            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1034            line="1200"
1035            column="48"/>
1036    </issue>
1037
1038    <issue
1039        id="VisibleForTests"
1040        message="This method should only be accessed from tests or within private scope"
1041        errorLine1="        mNativeInterface.setScoAllowed(allowed);"
1042        errorLine2="                         ~~~~~~~~~~~~~">
1043        <location
1044            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1045            line="1265"
1046            column="26"/>
1047    </issue>
1048
1049    <issue
1050        id="VisibleForTests"
1051        message="This method should only be accessed from tests or within private scope"
1052        errorLine1="            mNativeInterface.setActiveDevice(null);"
1053        errorLine2="                             ~~~~~~~~~~~~~~~">
1054        <location
1055            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1056            line="1401"
1057            column="30"/>
1058    </issue>
1059
1060    <issue
1061        id="VisibleForTests"
1062        message="This method should only be accessed from tests or within private scope"
1063        errorLine1="            if (!mNativeInterface.setActiveDevice(device)) {"
1064        errorLine2="                                  ~~~~~~~~~~~~~~~">
1065        <location
1066            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1067            line="1444"
1068            column="35"/>
1069    </issue>
1070
1071    <issue
1072        id="VisibleForTests"
1073        message="This method should only be accessed from tests or within private scope"
1074        errorLine1="            if (mSystemInterface.isInCall() || mSystemInterface.isRinging()) {"
1075        errorLine2="                                                                ~~~~~~~~~">
1076        <location
1077            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1078            line="1455"
1079            column="65"/>
1080    </issue>
1081
1082    <issue
1083        id="VisibleForTests"
1084        message="This method should only be accessed from tests or within private scope"
1085        errorLine1="                    mNativeInterface.setActiveDevice(previousActiveDevice);"
1086        errorLine2="                                     ~~~~~~~~~~~~~~~">
1087        <location
1088            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1089            line="1473"
1090            column="38"/>
1091    </issue>
1092
1093    <issue
1094        id="VisibleForTests"
1095        message="This method should only be accessed from tests or within private scope"
1096        errorLine1="                        mNativeInterface.setActiveDevice(previousActiveDevice);"
1097        errorLine2="                                         ~~~~~~~~~~~~~~~">
1098        <location
1099            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1100            line="1512"
1101            column="42"/>
1102    </issue>
1103
1104    <issue
1105        id="VisibleForTests"
1106        message="This method should only be accessed from tests or within private scope"
1107        errorLine1="            if (stateMachine.getConnectionState() != STATE_CONNECTED) {"
1108        errorLine2="                             ~~~~~~~~~~~~~~~~~~">
1109        <location
1110            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1111            line="1571"
1112            column="30"/>
1113    </issue>
1114
1115    <issue
1116        id="VisibleForTests"
1117        message="This method should only be accessed from tests or within private scope"
1118        errorLine1="                if (mSystemInterface.getVoiceRecognitionWakeLock().isHeld()) {"
1119        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1120        <location
1121            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1122            line="1831"
1123            column="38"/>
1124    </issue>
1125
1126    <issue
1127        id="VisibleForTests"
1128        message="This method should only be accessed from tests or within private scope"
1129        errorLine1="                        mSystemInterface.getVoiceRecognitionWakeLock().release();"
1130        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1131        <location
1132            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1133            line="1833"
1134            column="42"/>
1135    </issue>
1136
1137    <issue
1138        id="VisibleForTests"
1139        message="This method should only be accessed from tests or within private scope"
1140        errorLine1="            if (!mSystemInterface.activateVoiceRecognition()) {"
1141        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~">
1142        <location
1143            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1144            line="1920"
1145            column="35"/>
1146    </issue>
1147
1148    <issue
1149        id="VisibleForTests"
1150        message="This method should only be accessed from tests or within private scope"
1151        errorLine1="            if (!mSystemInterface.getVoiceRecognitionWakeLock().isHeld()) {"
1152        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1153        <location
1154            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1155            line="1933"
1156            column="35"/>
1157    </issue>
1158
1159    <issue
1160        id="VisibleForTests"
1161        message="This method should only be accessed from tests or within private scope"
1162        errorLine1="                mSystemInterface.getVoiceRecognitionWakeLock().acquire(sStartVrTimeoutMs);"
1163        errorLine2="                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1164        <location
1165            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1166            line="1934"
1167            column="34"/>
1168    </issue>
1169
1170    <issue
1171        id="VisibleForTests"
1172        message="This method should only be accessed from tests or within private scope"
1173        errorLine1="                if (mSystemInterface.getVoiceRecognitionWakeLock().isHeld()) {"
1174        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1175        <location
1176            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1177            line="1966"
1178            column="38"/>
1179    </issue>
1180
1181    <issue
1182        id="VisibleForTests"
1183        message="This method should only be accessed from tests or within private scope"
1184        errorLine1="                        mSystemInterface.getVoiceRecognitionWakeLock().release();"
1185        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1186        <location
1187            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1188            line="1968"
1189            column="42"/>
1190    </issue>
1191
1192    <issue
1193        id="VisibleForTests"
1194        message="This method should only be accessed from tests or within private scope"
1195        errorLine1="            if (!mSystemInterface.deactivateVoiceRecognition()) {"
1196        errorLine2="                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~">
1197        <location
1198            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1199            line="1989"
1200            column="35"/>
1201    </issue>
1202
1203    <issue
1204        id="VisibleForTests"
1205        message="This method should only be accessed from tests or within private scope"
1206        errorLine1="                    boolean isCallIdleBefore = mSystemInterface.isCallIdle();"
1207        errorLine2="                                                                ~~~~~~~~~~">
1208        <location
1209            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1210            line="2046"
1211            column="65"/>
1212    </issue>
1213
1214    <issue
1215        id="VisibleForTests"
1216        message="This method should only be accessed from tests or within private scope"
1217        errorLine1="                    mSystemInterface.getHeadsetPhoneState().setNumActiveCall(numActive);"
1218        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~">
1219        <location
1220            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1221            line="2047"
1222            column="38"/>
1223    </issue>
1224
1225    <issue
1226        id="VisibleForTests"
1227        message="This method should only be accessed from tests or within private scope"
1228        errorLine1="                    mSystemInterface.getHeadsetPhoneState().setNumHeldCall(numHeld);"
1229        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~">
1230        <location
1231            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1232            line="2048"
1233            column="38"/>
1234    </issue>
1235
1236    <issue
1237        id="VisibleForTests"
1238        message="This method should only be accessed from tests or within private scope"
1239        errorLine1="                    mSystemInterface.getHeadsetPhoneState().setCallState(callState);"
1240        errorLine2="                                     ~~~~~~~~~~~~~~~~~~~~">
1241        <location
1242            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1243            line="2049"
1244            column="38"/>
1245    </issue>
1246
1247    <issue
1248        id="VisibleForTests"
1249        message="This method should only be accessed from tests or within private scope"
1250        errorLine1="                            &amp;&amp; !mSystemInterface.isCallIdle()"
1251        errorLine2="                                                 ~~~~~~~~~~">
1252        <location
1253            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1254            line="2058"
1255            column="50"/>
1256    </issue>
1257
1258    <issue
1259        id="VisibleForTests"
1260        message="This method should only be accessed from tests or within private scope"
1261        errorLine1="                            &amp;&amp; mSystemInterface.isCallIdle()"
1262        errorLine2="                                                ~~~~~~~~~~">
1263        <location
1264            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1265            line="2076"
1266            column="49"/>
1267    </issue>
1268
1269    <issue
1270        id="VisibleForTests"
1271        message="This method should only be accessed from tests or within private scope"
1272        errorLine1="            int connectionState = stateMachine.getConnectionState();"
1273        errorLine2="                                               ~~~~~~~~~~~~~~~~~~">
1274        <location
1275            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1276            line="2149"
1277            column="48"/>
1278    </issue>
1279
1280    <issue
1281        id="VisibleForTests"
1282        message="This method should only be accessed from tests or within private scope"
1283        errorLine1="            if (mVoiceRecognitionStarted || mVirtualCallStarted || !mSystemInterface.isCallIdle()) {"
1284        errorLine2="                                                                                     ~~~~~~~~~~">
1285        <location
1286            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1287            line="2294"
1288            column="86"/>
1289    </issue>
1290
1291    <issue
1292        id="VisibleForTests"
1293        message="This method should only be accessed from tests or within private scope"
1294        errorLine1="                                + mSystemInterface.isCallIdle());"
1295        errorLine2="                                                   ~~~~~~~~~~">
1296        <location
1297            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1298            line="2302"
1299            column="52"/>
1300    </issue>
1301
1302    <issue
1303        id="VisibleForTests"
1304        message="This method should only be accessed from tests or within private scope"
1305        errorLine1="                || (mSystemInterface.isRinging() &amp;&amp; isInbandRingingEnabled());"
1306        errorLine2="                                     ~~~~~~~~~">
1307        <location
1308            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1309            line="2331"
1310            column="38"/>
1311    </issue>
1312
1313    <issue
1314        id="VisibleForTests"
1315        message="This method should only be accessed from tests or within package private scope"
1316        errorLine1="                if (a2dpService != null &amp;&amp; a2dpService.okToConnect(device, true)) {"
1317        errorLine2="                                                       ~~~~~~~~~~~">
1318        <location
1319            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1320            line="2561"
1321            column="56"/>
1322    </issue>
1323
1324    <issue
1325        id="VisibleForTests"
1326        message="This method should only be accessed from tests or within private scope"
1327        errorLine1="                            + mSystemInterface.isRinging()"
1328        errorLine2="                                               ~~~~~~~~~">
1329        <location
1330            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1331            line="2630"
1332            column="48"/>
1333    </issue>
1334
1335    <issue
1336        id="VisibleForTests"
1337        message="This method should only be accessed from tests or within private scope"
1338        errorLine1="            ProfileService.println(sb, &quot;Telecom.isRinging(): &quot; + mSystemInterface.isRinging());"
1339        errorLine2="                                                                                  ~~~~~~~~~">
1340        <location
1341            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java"
1342            line="2709"
1343            column="83"/>
1344    </issue>
1345
1346    <issue
1347        id="VisibleForTests"
1348        message="This method should only be accessed from tests or within private scope"
1349        errorLine1="            mHeadsetService.onConnectionStateChangedFromStateMachine(device, fromState, toState);"
1350        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1351        <location
1352            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1353            line="352"
1354            column="29"/>
1355    </issue>
1356
1357    <issue
1358        id="VisibleForTests"
1359        message="This method should only be accessed from tests or within private scope"
1360        errorLine1="            mHeadsetService.onAudioStateChangedFromStateMachine(device, fromState, toState);"
1361        errorLine2="                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1362        <location
1363            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1364            line="377"
1365            column="29"/>
1366    </issue>
1367
1368    <issue
1369        id="VisibleForTests"
1370        message="This method should only be accessed from tests or within private scope"
1371        errorLine1="                if (!mSystemInterface.isHighDefCallInProgress()) {"
1372        errorLine2="                                      ~~~~~~~~~~~~~~~~~~~~~~~">
1373        <location
1374            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1375            line="532"
1376            column="39"/>
1377    </issue>
1378
1379    <issue
1380        id="VisibleForTests"
1381        message="This method should only be accessed from tests or within private scope"
1382        errorLine1="                    if (!mNativeInterface.connectHfp(device)) {"
1383        errorLine2="                                          ~~~~~~~~~~">
1384        <location
1385            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1386            line="604"
1387            column="43"/>
1388    </issue>
1389
1390    <issue
1391        id="VisibleForTests"
1392        message="This method should only be accessed from tests or within private scope"
1393        errorLine1="                        if (!mNativeInterface.disconnectHfp(mDevice)) {"
1394        errorLine2="                                              ~~~~~~~~~~~~~">
1395        <location
1396            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1397            line="684"
1398            column="47"/>
1399    </issue>
1400
1401    <issue
1402        id="VisibleForTests"
1403        message="This method should only be accessed from tests or within private scope"
1404        errorLine1="                            mSystemInterface.answerCall(event.device);"
1405        errorLine2="                                             ~~~~~~~~~~">
1406        <location
1407            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1408            line="871"
1409            column="46"/>
1410    </issue>
1411
1412    <issue
1413        id="VisibleForTests"
1414        message="This method should only be accessed from tests or within private scope"
1415        errorLine1="                            mSystemInterface.hangupCall(event.device);"
1416        errorLine2="                                             ~~~~~~~~~~">
1417        <location
1418            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1419            line="875"
1420            column="46"/>
1421    </issue>
1422
1423    <issue
1424        id="VisibleForTests"
1425        message="This method should only be accessed from tests or within private scope"
1426        errorLine1="                        if (!mNativeInterface.startVoiceRecognition(mDevice)) {"
1427        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~~">
1428        <location
1429            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1430            line="1047"
1431            column="47"/>
1432    </issue>
1433
1434    <issue
1435        id="VisibleForTests"
1436        message="This method should only be accessed from tests or within private scope"
1437        errorLine1="                        if (!mNativeInterface.stopVoiceRecognition(mDevice)) {"
1438        errorLine2="                                              ~~~~~~~~~~~~~~~~~~~~">
1439        <location
1440            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1441            line="1063"
1442            column="47"/>
1443    </issue>
1444
1445    <issue
1446        id="VisibleForTests"
1447        message="This method should only be accessed from tests or within private scope"
1448        errorLine1="                    if (!mNativeInterface.phoneStateChange(mDevice, callState)) {"
1449        errorLine2="                                          ~~~~~~~~~~~~~~~~">
1450        <location
1451            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1452            line="1073"
1453            column="43"/>
1454    </issue>
1455
1456    <issue
1457        id="VisibleForTests"
1458        message="This method should only be accessed from tests or within private scope"
1459        errorLine1="                    mNativeInterface.notifyDeviceStatus(mDevice, (HeadsetDeviceState) message.obj);"
1460        errorLine2="                                     ~~~~~~~~~~~~~~~~~~">
1461        <location
1462            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1463            line="1086"
1464            column="38"/>
1465    </issue>
1466
1467    <issue
1468        id="VisibleForTests"
1469        message="This method should only be accessed from tests or within private scope"
1470        errorLine1="                        mNativeInterface.clccResponse(device, 0, 0, 0, 0, false, &quot;&quot;, 0);"
1471        errorLine2="                                         ~~~~~~~~~~~~">
1472        <location
1473            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1474            line="1099"
1475            column="42"/>
1476    </issue>
1477
1478    <issue
1479        id="VisibleForTests"
1480        message="This method should only be accessed from tests or within private scope"
1481        errorLine1="                    mNativeInterface.sendBsir(mDevice, message.arg1 == 1);"
1482        errorLine2="                                     ~~~~~~~~">
1483        <location
1484            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1485            line="1107"
1486            column="38"/>
1487    </issue>
1488
1489    <issue
1490        id="VisibleForTests"
1491        message="This method should only be accessed from tests or within private scope"
1492        errorLine1="                        mNativeInterface.atResponseCode("
1493        errorLine2="                                         ~~~~~~~~~~~~~~">
1494        <location
1495            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1496            line="1119"
1497            column="42"/>
1498    </issue>
1499
1500    <issue
1501        id="VisibleForTests"
1502        message="This method should only be accessed from tests or within private scope"
1503        errorLine1="                            mNativeInterface.atResponseCode("
1504        errorLine2="                                             ~~~~~~~~~~~~~~">
1505        <location
1506            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1507            line="1139"
1508            column="46"/>
1509    </issue>
1510
1511    <issue
1512        id="VisibleForTests"
1513        message="This method should only be accessed from tests or within private scope"
1514        errorLine1="                            mSystemInterface.answerCall(event.device);"
1515        errorLine2="                                             ~~~~~~~~~~">
1516        <location
1517            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1518            line="1173"
1519            column="46"/>
1520    </issue>
1521
1522    <issue
1523        id="VisibleForTests"
1524        message="This method should only be accessed from tests or within private scope"
1525        errorLine1="                            mSystemInterface.hangupCall(event.device);"
1526        errorLine2="                                             ~~~~~~~~~~">
1527        <location
1528            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1529            line="1176"
1530            column="46"/>
1531    </issue>
1532
1533    <issue
1534        id="VisibleForTests"
1535        message="This method should only be accessed from tests or within private scope"
1536        errorLine1="                mNativeInterface.setVolume("
1537        errorLine2="                                 ~~~~~~~~~">
1538        <location
1539            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1540            line="1279"
1541            column="34"/>
1542    </issue>
1543
1544    <issue
1545        id="VisibleForTests"
1546        message="This method should only be accessed from tests or within private scope"
1547        errorLine1="                mSystemInterface.queryPhoneState(mHeadsetService);"
1548        errorLine2="                                 ~~~~~~~~~~~~~~~">
1549        <location
1550            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1551            line="1300"
1552            column="34"/>
1553    </issue>
1554
1555    <issue
1556        id="VisibleForTests"
1557        message="This method should only be accessed from tests or within private scope"
1558        errorLine1="                        if (!mNativeInterface.disconnectHfp(device)) {"
1559        errorLine2="                                              ~~~~~~~~~~~~~">
1560        <location
1561            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1562            line="1342"
1563            column="47"/>
1564    </issue>
1565
1566    <issue
1567        id="VisibleForTests"
1568        message="This method should only be accessed from tests or within private scope"
1569        errorLine1="                                &amp;&amp; mSystemInterface.isHighDefCallInProgress()) {"
1570        errorLine2="                                                    ~~~~~~~~~~~~~~~~~~~~~~~">
1571        <location
1572            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1573            line="1366"
1574            column="53"/>
1575    </issue>
1576
1577    <issue
1578        id="VisibleForTests"
1579        message="This method should only be accessed from tests or within private scope"
1580        errorLine1="                    if (!mNativeInterface.connectAudio(mDevice)) {"
1581        errorLine2="                                          ~~~~~~~~~~~~">
1582        <location
1583            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1584            line="1377"
1585            column="43"/>
1586    </issue>
1587
1588    <issue
1589        id="VisibleForTests"
1590        message="This method should only be accessed from tests or within private scope"
1591        errorLine1="                        if (!mNativeInterface.disconnectAudio(mDevice)) {"
1592        errorLine2="                                              ~~~~~~~~~~~~~~~">
1593        <location
1594            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1595            line="1409"
1596            column="47"/>
1597    </issue>
1598
1599    <issue
1600        id="VisibleForTests"
1601        message="This method should only be accessed from tests or within private scope"
1602        errorLine1="                        if (!mNativeInterface.disconnectAudio(mDevice)) {"
1603        errorLine2="                                              ~~~~~~~~~~~~~~~">
1604        <location
1605            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1606            line="1425"
1607            column="47"/>
1608    </issue>
1609
1610    <issue
1611        id="VisibleForTests"
1612        message="This method should only be accessed from tests or within private scope"
1613        errorLine1="                        if (!mNativeInterface.disconnectAudio(mDevice)) {"
1614        errorLine2="                                              ~~~~~~~~~~~~~~~">
1615        <location
1616            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1617            line="1618"
1618            column="47"/>
1619    </issue>
1620
1621    <issue
1622        id="VisibleForTests"
1623        message="This method should only be accessed from tests or within private scope"
1624        errorLine1="                        if (mNativeInterface.disconnectAudio(mDevice)) {"
1625        errorLine2="                                             ~~~~~~~~~~~~~~~">
1626        <location
1627            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1628            line="1648"
1629            column="46"/>
1630    </issue>
1631
1632    <issue
1633        id="VisibleForTests"
1634        message="This method should only be accessed from tests or within private scope"
1635        errorLine1="            mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1636        errorLine2="                             ~~~~~~~~~~~~~~">
1637        <location
1638            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1639            line="1960"
1640            column="30"/>
1641    </issue>
1642
1643    <issue
1644        id="VisibleForTests"
1645        message="This method should only be accessed from tests or within private scope"
1646        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1647        errorLine2="                                 ~~~~~~~~~~~~~~">
1648        <location
1649            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1650            line="1967"
1651            column="34"/>
1652    </issue>
1653
1654    <issue
1655        id="VisibleForTests"
1656        message="This method should only be accessed from tests or within private scope"
1657        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1658        errorLine2="                                 ~~~~~~~~~~~~~~">
1659        <location
1660            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1661            line="1975"
1662            column="34"/>
1663    </issue>
1664
1665    <issue
1666        id="VisibleForTests"
1667        message="This method should only be accessed from tests or within private scope"
1668        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1669        errorLine2="                                 ~~~~~~~~~~~~~~">
1670        <location
1671            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1672            line="1982"
1673            column="34"/>
1674    </issue>
1675
1676    <issue
1677        id="VisibleForTests"
1678        message="This method should only be accessed from tests or within private scope"
1679        errorLine1="            mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1680        errorLine2="                             ~~~~~~~~~~~~~~">
1681        <location
1682            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1683            line="1994"
1684            column="30"/>
1685    </issue>
1686
1687    <issue
1688        id="VisibleForTests"
1689        message="This method should only be accessed from tests or within private scope"
1690        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1691        errorLine2="                                 ~~~~~~~~~~~~~~">
1692        <location
1693            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1694            line="2003"
1695            column="34"/>
1696    </issue>
1697
1698    <issue
1699        id="VisibleForTests"
1700        message="This method should only be accessed from tests or within private scope"
1701        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_OK, 0);"
1702        errorLine2="                                 ~~~~~~~~~~~~~~">
1703        <location
1704            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1705            line="2007"
1706            column="34"/>
1707    </issue>
1708
1709    <issue
1710        id="VisibleForTests"
1711        message="This method should only be accessed from tests or within private scope"
1712        errorLine1="                mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1713        errorLine2="                                 ~~~~~~~~~~~~~~">
1714        <location
1715            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1716            line="2009"
1717            column="34"/>
1718    </issue>
1719
1720    <issue
1721        id="VisibleForTests"
1722        message="This method should only be accessed from tests or within private scope"
1723        errorLine1="            mNativeInterface.atResponseCode(mDevice, HeadsetHalConstants.AT_RESPONSE_ERROR, 0);"
1724        errorLine2="                             ~~~~~~~~~~~~~~">
1725        <location
1726            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1727            line="2012"
1728            column="30"/>
1729    </issue>
1730
1731    <issue
1732        id="VisibleForTests"
1733        message="This method should only be accessed from tests or within private scope"
1734        errorLine1="        final HeadsetPhoneState phoneState = mSystemInterface.getHeadsetPhoneState();"
1735        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~">
1736        <location
1737            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1738            line="2140"
1739            column="63"/>
1740    </issue>
1741
1742    <issue
1743        id="VisibleForTests"
1744        message="This method should only be accessed from tests or within private scope"
1745        errorLine1="        mNativeInterface.cindResponse("
1746        errorLine2="                         ~~~~~~~~~~~~">
1747        <location
1748            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1749            line="2178"
1750            column="26"/>
1751    </issue>
1752
1753    <issue
1754        id="VisibleForTests"
1755        message="This method should only be accessed from tests or within private scope"
1756        errorLine1="        mNativeInterface.atResponseString("
1757        errorLine2="                         ~~~~~~~~~~~~~~~~">
1758        <location
1759            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1760            line="2443"
1761            column="26"/>
1762    </issue>
1763
1764    <issue
1765        id="VisibleForTests"
1766        message="This method should only be accessed from tests or within private scope"
1767        errorLine1="        if (mSystemInterface.isRinging()) {"
1768        errorLine2="                             ~~~~~~~~~">
1769        <location
1770            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1771            line="2621"
1772            column="30"/>
1773    </issue>
1774
1775    <issue
1776        id="VisibleForTests"
1777        message="This method should only be accessed from tests or within private scope"
1778        errorLine1="            mSystemInterface.answerCall(device);"
1779        errorLine2="                             ~~~~~~~~~~">
1780        <location
1781            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1782            line="2622"
1783            column="30"/>
1784    </issue>
1785
1786    <issue
1787        id="VisibleForTests"
1788        message="This method should only be accessed from tests or within private scope"
1789        errorLine1="                mSystemInterface.hangupCall(device);"
1790        errorLine2="                                 ~~~~~~~~~~">
1791        <location
1792            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1793            line="2630"
1794            column="34"/>
1795    </issue>
1796
1797    <issue
1798        id="VisibleForTests"
1799        message="This method should only be accessed from tests or within private scope"
1800        errorLine1="            if (!mNativeInterface.disconnectAudio(mDevice)) {"
1801        errorLine2="                                  ~~~~~~~~~~~~~~~">
1802        <location
1803            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1804            line="2633"
1805            column="35"/>
1806    </issue>
1807
1808    <issue
1809        id="VisibleForTests"
1810        message="This method should only be accessed from tests or within private scope"
1811        errorLine1="        mSystemInterface.getHeadsetPhoneState().listenForPhoneState(mDevice, events);"
1812        errorLine2="                         ~~~~~~~~~~~~~~~~~~~~">
1813        <location
1814            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1815            line="2765"
1816            column="26"/>
1817    </issue>
1818
1819    <issue
1820        id="VisibleForTests"
1821        message="This method should only be accessed from tests or within private scope"
1822        errorLine1="        mSystemInterface.getHeadsetPhoneState().listenForPhoneState(mDevice, events);"
1823        errorLine2="                                                ~~~~~~~~~~~~~~~~~~~">
1824        <location
1825            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetStateMachine.java"
1826            line="2765"
1827            column="49"/>
1828    </issue>
1829
1830    <issue
1831        id="VisibleForTests"
1832        message="This method should only be accessed from tests or within private scope"
1833        errorLine1="            sm.sendMessage(HearingAidStateMachine.MESSAGE_STACK_EVENT, stackEvent);"
1834        errorLine2="                                                  ~~~~~~~~~~~~~~~~~~~">
1835        <location
1836            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java"
1837            line="626"
1838            column="51"/>
1839    </issue>
1840
1841    <issue
1842        id="VisibleForTests"
1843        message="This class should only be accessed from tests or within private scope"
1844        errorLine1="    public LeAudioTmapGattServer getTmapGattServer(Context context) {"
1845        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~">
1846        <location
1847            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioObjectsFactory.java"
1848            line="67"
1849            column="12"/>
1850    </issue>
1851
1852    <issue
1853        id="VisibleForTests"
1854        message="This method should only be accessed from tests or within private scope"
1855        errorLine1="        return new LeAudioTmapGattServer("
1856        errorLine2="               ^">
1857        <location
1858            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioObjectsFactory.java"
1859            line="68"
1860            column="16"/>
1861    </issue>
1862
1863    <issue
1864        id="VisibleForTests"
1865        message="This method should only be accessed from tests or within private scope"
1866        errorLine1="                new LeAudioTmapGattServer.BluetoothGattServerProxy(context));"
1867        errorLine2="                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
1868        <location
1869            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioObjectsFactory.java"
1870            line="69"
1871            column="17"/>
1872    </issue>
1873
1874    <issue
1875        id="VisibleForTests"
1876        message="This class should only be accessed from tests or within private scope"
1877        errorLine1="    LeAudioTmapGattServer mTmapGattServer;"
1878        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~">
1879        <location
1880            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1881            line="207"
1882            column="5"/>
1883    </issue>
1884
1885    <issue
1886        id="VisibleForTests"
1887        message="This method should only be accessed from tests or within private scope"
1888        errorLine1="            mTmapGattServer.start(mTmapRoleMask);"
1889        errorLine2="                            ~~~~~">
1890        <location
1891            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1892            line="607"
1893            column="29"/>
1894    </issue>
1895
1896    <issue
1897        id="VisibleForTests"
1898        message="This method should only be accessed from tests or within private scope"
1899        errorLine1="            mTmapGattServer.stop();"
1900        errorLine2="                            ~~~~">
1901        <location
1902            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1903            line="695"
1904            column="29"/>
1905    </issue>
1906
1907    <issue
1908        id="VisibleForTests"
1909        message="This method should only be accessed from tests or within private scope"
1910        errorLine1="                sm.sendMessage(LeAudioStateMachine.STACK_EVENT, stackEvent);"
1911        errorLine2="                                                   ~~~~~~~~~~~">
1912        <location
1913            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1914            line="2796"
1915            column="52"/>
1916    </issue>
1917
1918    <issue
1919        id="VisibleForTests"
1920        message="This method should only be accessed from tests or within private scope"
1921        errorLine1="                sm.sendMessage(LeAudioStateMachine.STACK_EVENT, stackEvent);"
1922        errorLine2="                                                   ~~~~~~~~~~~">
1923        <location
1924            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1925            line="3545"
1926            column="52"/>
1927    </issue>
1928
1929    <issue
1930        id="VisibleForTests"
1931        message="This method should only be accessed from tests or within private scope"
1932        errorLine1="                &amp;&amp; !TbsGatt.UUID_GTBS.equals(userUuid.getUuid())) {"
1933        errorLine2="                            ~~~~~~~~~">
1934        <location
1935            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java"
1936            line="4759"
1937            column="29"/>
1938    </issue>
1939
1940    <issue
1941        id="VisibleForTests"
1942        message="This method should only be accessed from tests or within private scope"
1943        errorLine1="            mService.cleanupDevice(mDevice, this);"
1944        errorLine2="                     ~~~~~~~~~~~~~">
1945        <location
1946            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java"
1947            line="289"
1948            column="22"/>
1949    </issue>
1950
1951    <issue
1952        id="VisibleForTests"
1953        message="This method should only be accessed from tests or within private scope"
1954        errorLine1="        mPanService.onControlStateChanged(localRole, convertHalState(halState), error, ifname);"
1955        errorLine2="                    ~~~~~~~~~~~~~~~~~~~~~">
1956        <location
1957            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/PanNativeInterface.java"
1958            line="65"
1959            column="21"/>
1960    </issue>
1961
1962    <issue
1963        id="VisibleForTests"
1964        message="This method should only be accessed from tests or within private scope"
1965        errorLine1="            if (!mAdapterService.isProfileSupported(dev, BluetoothProfile.LE_AUDIO)) {"
1966        errorLine2="                                 ~~~~~~~~~~~~~~~~~~">
1967        <location
1968            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java"
1969            line="198"
1970            column="34"/>
1971    </issue>
1972
1973    <issue
1974        id="VisibleForTests"
1975        message="This method should only be accessed from tests or within private scope"
1976        errorLine1="            if (mAdapterService.isProfileSupported(dev, BluetoothProfile.HEARING_AID)) {"
1977        errorLine2="                                ~~~~~~~~~~~~~~~~~~">
1978        <location
1979            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java"
1980            line="203"
1981            column="33"/>
1982    </issue>
1983
1984    <issue
1985        id="VisibleForTests"
1986        message="This method should only be accessed from tests or within private scope"
1987        errorLine1="                || !mAdapterService.isProfileSupported(device, BluetoothProfile.LE_AUDIO)) {"
1988        errorLine2="                                    ~~~~~~~~~~~~~~~~~~">
1989        <location
1990            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java"
1991            line="588"
1992            column="37"/>
1993    </issue>
1994
1995    <issue
1996        id="VisibleForTests"
1997        message="This method should only be accessed from tests or within private scope"
1998        errorLine1="            a2dpService.setSilenceMode(device, state);"
1999        errorLine2="                        ~~~~~~~~~~~~~~">
2000        <location
2001            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/SilenceDeviceManager.java"
2002            line="238"
2003            column="25"/>
2004    </issue>
2005
2006    <issue
2007        id="VisibleForTests"
2008        message="This method should only be accessed from tests or within private scope"
2009        errorLine1="            headsetService.setSilenceMode(device, state);"
2010        errorLine2="                           ~~~~~~~~~~~~~~">
2011        <location
2012            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/SilenceDeviceManager.java"
2013            line="242"
2014            column="28"/>
2015    </issue>
2016
2017    <issue
2018        id="VisibleForTests"
2019        message="This method should only be accessed from tests or within private scope"
2020        errorLine1="                        new ParcelUuid(TbsGatt.UUID_GTBS),"
2021        errorLine2="                                               ~~~~~~~~~">
2022        <location
2023            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java"
2024            line="177"
2025            column="48"/>
2026    </issue>
2027
2028    <issue
2029        id="VisibleForTests"
2030        message="This method should only be accessed from tests or within private scope"
2031        errorLine1="        if (!mNativeInterface.sendATCmd("
2032        errorLine2="                              ~~~~~~~~~">
2033        <location
2034            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/VendorCommandResponseProcessor.java"
2035            line="103"
2036            column="31"/>
2037    </issue>
2038
2039    <issue
2040        id="ExportedReceiver"
2041        message="Exported receiver does not require permission"
2042        errorLine1="        &lt;receiver android:process=&quot;@string/process&quot; android:name=&quot;com.android.bluetooth.opp.BluetoothOppReceiver&quot; android:exported=&quot;true&quot; android:enabled=&quot;false&quot;>"
2043        errorLine2="         ~~~~~~~~">
2044        <location
2045            file="./out/soong/.intermediates/packages/modules/Bluetooth/android/app/BluetoothLib/android_common_apex36/manifest_fixer/AndroidManifest.xml"
2046            line="40"
2047            column="10"/>
2048    </issue>
2049
2050    <issue
2051        id="ExportedService"
2052        message="Exported service does not require permission"
2053        errorLine1="        &lt;service android:process=&quot;@string/process&quot; android:name=&quot;com.android.bluetooth.avrcpcontroller.BluetoothMediaBrowserService&quot; android:enabled=&quot;true&quot; android:exported=&quot;true&quot; android:label=&quot;@string/a2dp_sink_mbs_label&quot;>"
2054        errorLine2="         ~~~~~~~">
2055        <location
2056            file="./out/soong/.intermediates/packages/modules/Bluetooth/android/app/BluetoothLib/android_common_apex36/manifest_fixer/AndroidManifest.xml"
2057            line="17"
2058            column="10"/>
2059    </issue>
2060
2061    <issue
2062        id="ExportedService"
2063        message="Exported service does not require permission"
2064        errorLine1="        &lt;service android:process=&quot;@string/process&quot; android:name=&quot;com.android.bluetooth.pbapclient.PbapClientAccountAuthenticatorService&quot; android:enabled=&quot;false&quot; android:exported=&quot;true&quot;>"
2065        errorLine2="         ~~~~~~~">
2066        <location
2067            file="./out/soong/.intermediates/packages/modules/Bluetooth/android/app/BluetoothLib/android_common_apex36/manifest_fixer/AndroidManifest.xml"
2068            line="113"
2069            column="10"/>
2070    </issue>
2071
2072    <issue
2073        id="ExpiredTargetSdkVersion"
2074        message="Google Play requires that apps target API level 33 or higher."
2075        errorLine1="    &lt;uses-sdk android:minSdkVersion=&quot;33&quot; android:targetSdkVersion=&quot;16&quot;/>"
2076        errorLine2="                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2077        <location
2078            file="./out/soong/.intermediates/packages/modules/Bluetooth/android/app/BluetoothLib/android_common_apex36/manifest_fixer/AndroidManifest.xml"
2079            line="3"
2080            column="42"/>
2081    </issue>
2082
2083    <issue
2084        id="Wakelock"
2085        message="The `release()` call is not always reached (can exit the method via path acquire() → d() → removeMessages() → sendMessageDelayed() → obtainMessage() → break → exit; use try/finally to ensure `release` is always called)"
2086        errorLine1="                        mWakeLock.release();"
2087        errorLine2="                                  ~~~~~~~">
2088        <location
2089            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
2090            line="470"
2091            column="35"/>
2092    </issue>
2093
2094    <issue
2095        id="Wakelock"
2096        message="The `release()` call is not always reached (because of a possible exception in the path acquire() → try → sleep() → if → ! → then → connect() → loop → if → ! → then → doSend() → exit; use try/finally to ensure `release` is always called)"
2097        errorLine1="                mWakeLock.release();"
2098        errorLine2="                          ~~~~~~~">
2099        <location
2100            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java"
2101            line="196"
2102            column="27"/>
2103    </issue>
2104
2105    <issue
2106        id="Wakelock"
2107        message="The `release()` call is not always reached (can exit the method via path acquire() → w() → report() → removeMessages() → sendMessageDelayed() → obtainMessage() → break → exit; use try/finally to ensure `release` is always called)"
2108        errorLine1="                        mWakeLock.release();"
2109        errorLine2="                                  ~~~~~~~">
2110        <location
2111            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java"
2112            line="580"
2113            column="35"/>
2114    </issue>
2115
2116    <issue
2117        id="Wakelock"
2118        message="The `release()` call is not always reached (can exit the method via path acquire() → d() → removeMessages() → sendMessageDelayed() → obtainMessage() → break → exit; use try/finally to ensure `release` is always called)"
2119        errorLine1="                                mWakeLock.release();"
2120        errorLine2="                                          ~~~~~~~">
2121        <location
2122            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java"
2123            line="515"
2124            column="43"/>
2125    </issue>
2126
2127    <issue
2128        id="WakelockTimeout"
2129        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2130        errorLine1="                mWakeLock.acquire();"
2131        errorLine2="                ~~~~~~~~~~~~~~~~~~~">
2132        <location
2133            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java"
2134            line="6457"
2135            column="17"/>
2136    </issue>
2137
2138    <issue
2139        id="WakelockTimeout"
2140        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2141        errorLine1="            mWakeLock.acquire();"
2142        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
2143        <location
2144            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
2145            line="276"
2146            column="13"/>
2147    </issue>
2148
2149    <issue
2150        id="WakelockTimeout"
2151        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2152        errorLine1="                        mWakeLock.acquire();"
2153        errorLine2="                        ~~~~~~~~~~~~~~~~~~~">
2154        <location
2155            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java"
2156            line="459"
2157            column="25"/>
2158    </issue>
2159
2160    <issue
2161        id="WakelockTimeout"
2162        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2163        errorLine1="            mWakeLock.acquire();"
2164        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
2165        <location
2166            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java"
2167            line="158"
2168            column="13"/>
2169    </issue>
2170
2171    <issue
2172        id="WakelockTimeout"
2173        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2174        errorLine1="            mPartialWakeLock.acquire();"
2175        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
2176        <location
2177            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java"
2178            line="307"
2179            column="13"/>
2180    </issue>
2181
2182    <issue
2183        id="WakelockTimeout"
2184        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2185        errorLine1="                        mWakeLock.acquire();"
2186        errorLine2="                        ~~~~~~~~~~~~~~~~~~~">
2187        <location
2188            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java"
2189            line="564"
2190            column="25"/>
2191    </issue>
2192
2193    <issue
2194        id="WakelockTimeout"
2195        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2196        errorLine1="            mWakeLock.acquire();"
2197        errorLine2="            ~~~~~~~~~~~~~~~~~~~">
2198        <location
2199            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java"
2200            line="306"
2201            column="13"/>
2202    </issue>
2203
2204    <issue
2205        id="WakelockTimeout"
2206        message="Provide a timeout when requesting a wakelock with `PowerManager.Wakelock.acquire(long timeout)`. This will ensure the OS will cleanup any wakelocks that last longer than you intend, and will save your user&apos;s battery."
2207        errorLine1="                                mWakeLock.acquire();"
2208        errorLine2="                                ~~~~~~~~~~~~~~~~~~~">
2209        <location
2210            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java"
2211            line="504"
2212            column="33"/>
2213    </issue>
2214
2215    <issue
2216        id="ObsoleteSdkInt"
2217        message="Unnecessary; SDK_INT is always >= 35"
2218        errorLine1="@RequiresApi(Build.VERSION_CODES.VANILLA_ICE_CREAM)"
2219        errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2220        <location
2221            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterSuspend.java"
2222            line="37"
2223            column="1"/>
2224    </issue>
2225
2226    <issue
2227        id="ObsoleteSdkInt"
2228        message="Unnecessary; SDK_INT is always >= 35"
2229        errorLine1="    @RequiresApi(Build.VERSION_CODES.VANILLA_ICE_CREAM)"
2230        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2231        <location
2232            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/BluetoothMethodProxy.java"
2233            line="304"
2234            column="5"/>
2235    </issue>
2236
2237    <issue
2238        id="ObsoleteSdkInt"
2239        message="Unnecessary; SDK_INT is always >= 35"
2240        errorLine1="    @RequiresApi(Build.VERSION_CODES.VANILLA_ICE_CREAM)"
2241        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2242        <location
2243            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppLauncherActivity.java"
2244            line="337"
2245            column="5"/>
2246    </issue>
2247
2248    <issue
2249        id="ObsoleteSdkInt"
2250        message="Unnecessary; SDK_INT is always >= 34"
2251        errorLine1="    @RequiresApi(Build.VERSION_CODES.UPSIDE_DOWN_CAKE)"
2252        errorLine2="    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2253        <location
2254            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/MetricsLogger.java"
2255            line="585"
2256            column="5"/>
2257    </issue>
2258
2259    <issue
2260        id="StaticFieldLeak"
2261        message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"
2262        errorLine1="        new AsyncTask&lt;Void, Void, Void>() {"
2263        errorLine2="        ^">
2264        <location
2265            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java"
2266            line="746"
2267            column="9"/>
2268    </issue>
2269
2270    <issue
2271        id="StaticFieldLeak"
2272        message="Do not place Android context classes in static fields (static reference to `BluetoothOppManager` which has field `mContext` pointing to `Context`); this is a memory leak"
2273        errorLine1="    @VisibleForTesting static BluetoothOppManager sInstance;"
2274        errorLine2="                       ~~~~~~">
2275        <location
2276            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppManager.java"
2277            line="73"
2278            column="24"/>
2279    </issue>
2280
2281    <issue
2282        id="StaticFieldLeak"
2283        message="Do not place Android context classes in static fields (static reference to `BluetoothOppPreference` which has field `mContext` pointing to `Context`); this is a memory leak"
2284        errorLine1="    private static BluetoothOppPreference sInstance;"
2285        errorLine2="            ~~~~~~">
2286        <location
2287            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppPreference.java"
2288            line="55"
2289            column="13"/>
2290    </issue>
2291
2292    <issue
2293        id="StaticFieldLeak"
2294        message="Do not place Android context classes in static fields (static reference to `MediaPlayerWrapper` which has field `mContext` pointing to `Context`); this is a memory leak"
2295        errorLine1="    private static MediaPlayerWrapper sInjectedWrapper;"
2296        errorLine2="            ~~~~~~">
2297        <location
2298            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/mockable/MediaPlayerWrapperFactory.java"
2299            line="32"
2300            column="13"/>
2301    </issue>
2302
2303    <issue
2304        id="VectorPath"
2305        message="Very long vector path (1535 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
2306        errorLine1="        android:pathData=&quot;M450,472.15L277.08,645.08Q268.77,653.38 256.19,653.58Q243.62,653.77 234.92,645.08Q226.23,636.38 226.23,624Q226.23,611.62 234.92,602.92L437.85,400L234.92,197.08Q226.62,188.77 226.42,176.19Q226.23,163.62 234.92,154.92Q243.62,146.23 256,146.23Q268.38,146.23 277.08,154.92L450,327.85L450,71.23Q450,54.77 461.04,44.62Q472.08,34.46 486.15,34.46Q493,34.46 499.42,37.08Q505.85,39.69 511.46,45.31L668.84,202.69Q674.46,208.31 676.77,214.54Q679.08,220.77 679.08,228Q679.08,235.23 676.77,241.46Q674.46,247.69 668.84,253.31L522.15,400L668.84,546.69Q674.46,552.31 676.77,558.54Q679.08,564.77 679.08,572Q679.08,579.23 676.77,585.46Q674.46,591.69 668.84,597.31L511.46,754.69Q505.85,760.31 499.42,762.92Q493,765.54 486.15,765.54Q472.08,765.54 461.04,755.38Q450,745.23 450,728.77L450,472.15ZM510,670.62L609.85,572L510,472.15L510,670.62ZM510,327.85L609.85,228L510,129.38L510,327.85ZM320,955.38Q305.31,955.38 294.96,945.04Q284.62,934.69 284.62,920Q284.62,905.31 294.96,894.96Q305.31,884.62 320,884.62Q334.69,884.62 345.04,894.96Q355.38,905.31 355.38,920Q355.38,934.69 345.04,945.04Q334.69,955.38 320,955.38ZM480,955.38Q465.31,955.38 454.96,945.04Q444.62,934.69 444.62,920Q444.62,905.31 454.96,894.96Q465.31,884.62 480,884.62Q494.69,884.62 505.04,894.96Q515.38,905.31 515.38,920Q515.38,934.69 505.04,945.04Q494.69,955.38 480,955.38ZM640,955.38Q625.31,955.38 614.96,945.04Q604.62,934.69 604.62,920Q604.62,905.31 614.96,894.96Q625.31,884.62 640,884.62Q654.69,884.62 665.04,894.96Q675.38,905.31 675.38,920Q675.38,934.69 665.04,945.04Q654.69,955.38 640,955.38Z&quot; />"
2307        errorLine2="                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2308        <location
2309            file="packages/modules/Bluetooth/android/app/res/drawable/ic_bluetooth_settings.xml"
2310            line="9"
2311            column="27"/>
2312    </issue>
2313
2314    <issue
2315        id="HandlerLeak"
2316        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2317        errorLine1="            new Handler() {"
2318        errorLine2="            ^">
2319        <location
2320            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java"
2321            line="119"
2322            column="13"/>
2323    </issue>
2324
2325    <issue
2326        id="HandlerLeak"
2327        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2328        errorLine1="            new Handler() {"
2329        errorLine2="            ^">
2330        <location
2331            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java"
2332            line="227"
2333            column="13"/>
2334    </issue>
2335
2336    <issue
2337        id="HandlerLeak"
2338        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2339        errorLine1="            new Handler() {"
2340        errorLine2="            ^">
2341        <location
2342            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java"
2343            line="228"
2344            column="13"/>
2345    </issue>
2346
2347    <issue
2348        id="HandlerLeak"
2349        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2350        errorLine1="            new Handler() {"
2351        errorLine2="            ^">
2352        <location
2353            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppService.java"
2354            line="365"
2355            column="13"/>
2356    </issue>
2357
2358    <issue
2359        id="HandlerLeak"
2360        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2361        errorLine1="            new Handler() {"
2362        errorLine2="            ^">
2363        <location
2364            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java"
2365            line="262"
2366            column="13"/>
2367    </issue>
2368
2369    <issue
2370        id="HandlerLeak"
2371        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2372        errorLine1="            new Handler() {"
2373        errorLine2="            ^">
2374        <location
2375            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidHostService.java"
2376            line="331"
2377            column="13"/>
2378    </issue>
2379
2380    <issue
2381        id="HandlerLeak"
2382        message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"
2383        errorLine1="            new Handler() {"
2384        errorLine2="            ^">
2385        <location
2386            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java"
2387            line="466"
2388            column="13"/>
2389    </issue>
2390
2391    <issue
2392        id="TypographyEllipsis"
2393        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2394        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;جارٍ استلام الملف...&quot;&lt;/string>"
2395        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~">
2396        <location
2397            file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml"
2398            line="52"
2399            column="63"/>
2400    </issue>
2401
2402    <issue
2403        id="TypographyEllipsis"
2404        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2405        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Fayl qəbulu edilir...&quot;&lt;/string>"
2406        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2407        <location
2408            file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml"
2409            line="52"
2410            column="63"/>
2411    </issue>
2412
2413    <issue
2414        id="TypographyEllipsis"
2415        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2416        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Primanje datoteke...&quot;&lt;/string>"
2417        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~">
2418        <location
2419            file="packages/modules/Bluetooth/android/app/res/values-b+sr+Latn/strings.xml"
2420            line="52"
2421            column="63"/>
2422    </issue>
2423
2424    <issue
2425        id="TypographyEllipsis"
2426        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2427        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Атрыманне файла...&quot;&lt;/string>"
2428        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~">
2429        <location
2430            file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml"
2431            line="52"
2432            column="63"/>
2433    </issue>
2434
2435    <issue
2436        id="TypographyEllipsis"
2437        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2438        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Файлът се получава...&quot;&lt;/string>"
2439        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2440        <location
2441            file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml"
2442            line="52"
2443            column="63"/>
2444    </issue>
2445
2446    <issue
2447        id="TypographyEllipsis"
2448        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2449        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;S\&apos;està rebent un fitxer...&quot;&lt;/string>"
2450        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2451        <location
2452            file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml"
2453            line="52"
2454            column="63"/>
2455    </issue>
2456
2457    <issue
2458        id="TypographyEllipsis"
2459        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2460        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Přijímání souboru...&quot;&lt;/string>"
2461        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~">
2462        <location
2463            file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml"
2464            line="52"
2465            column="63"/>
2466    </issue>
2467
2468    <issue
2469        id="TypographyEllipsis"
2470        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2471        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Datei wird heruntergeladen...&quot;&lt;/string>"
2472        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2473        <location
2474            file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml"
2475            line="52"
2476            column="63"/>
2477    </issue>
2478
2479    <issue
2480        id="TypographyEllipsis"
2481        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2482        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Λήψη αρχείου...&quot;&lt;/string>"
2483        errorLine2="                                                              ~~~~~~~~~~~~~~~~~">
2484        <location
2485            file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml"
2486            line="52"
2487            column="63"/>
2488    </issue>
2489
2490    <issue
2491        id="TypographyEllipsis"
2492        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2493        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Recibiendo archivo...&quot;&lt;/string>"
2494        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2495        <location
2496            file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml"
2497            line="52"
2498            column="63"/>
2499    </issue>
2500
2501    <issue
2502        id="TypographyEllipsis"
2503        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2504        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Faili vastuvõtmine ...&quot;&lt;/string>"
2505        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~">
2506        <location
2507            file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml"
2508            line="52"
2509            column="63"/>
2510    </issue>
2511
2512    <issue
2513        id="TypographyEllipsis"
2514        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2515        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Recibindo ficheiro...&quot;&lt;/string>"
2516        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2517        <location
2518            file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml"
2519            line="52"
2520            column="63"/>
2521    </issue>
2522
2523    <issue
2524        id="TypographyEllipsis"
2525        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2526        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;ફાઇલ પ્રાપ્ત થઈ રહી છે ...&quot;&lt;/string>"
2527        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2528        <location
2529            file="packages/modules/Bluetooth/android/app/res/values-gu/strings.xml"
2530            line="52"
2531            column="63"/>
2532    </issue>
2533
2534    <issue
2535        id="TypographyEllipsis"
2536        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2537        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Primanje datoteke...&quot;&lt;/string>"
2538        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~">
2539        <location
2540            file="packages/modules/Bluetooth/android/app/res/values-hr/strings.xml"
2541            line="52"
2542            column="63"/>
2543    </issue>
2544
2545    <issue
2546        id="TypographyEllipsis"
2547        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2548        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Fájl fogadása...&quot;&lt;/string>"
2549        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~">
2550        <location
2551            file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml"
2552            line="52"
2553            column="63"/>
2554    </issue>
2555
2556    <issue
2557        id="TypographyEllipsis"
2558        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2559        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Ֆայլի ստացում...&quot;&lt;/string>"
2560        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~">
2561        <location
2562            file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml"
2563            line="52"
2564            column="63"/>
2565    </issue>
2566
2567    <issue
2568        id="TypographyEllipsis"
2569        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2570        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;ファイルを受信中...&quot;&lt;/string>"
2571        errorLine2="                                                              ~~~~~~~~~~~~~">
2572        <location
2573            file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml"
2574            line="52"
2575            column="63"/>
2576    </issue>
2577
2578    <issue
2579        id="TypographyEllipsis"
2580        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2581        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;파일을 수신하는 중...&quot;&lt;/string>"
2582        errorLine2="                                                              ~~~~~~~~~~~~~~~">
2583        <location
2584            file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml"
2585            line="52"
2586            column="63"/>
2587    </issue>
2588
2589    <issue
2590        id="TypographyEllipsis"
2591        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2592        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;ກຳລັງຮັບເອົາໄຟລ໌...&quot;&lt;/string>"
2593        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~">
2594        <location
2595            file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml"
2596            line="52"
2597            column="63"/>
2598    </issue>
2599
2600    <issue
2601        id="TypographyEllipsis"
2602        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2603        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Gaunamas failas...&quot;&lt;/string>"
2604        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~">
2605        <location
2606            file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml"
2607            line="52"
2608            column="63"/>
2609    </issue>
2610
2611    <issue
2612        id="TypographyEllipsis"
2613        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2614        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Notiek faila saņemšana...&quot;&lt;/string>"
2615        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2616        <location
2617            file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml"
2618            line="52"
2619            column="63"/>
2620    </issue>
2621
2622    <issue
2623        id="TypographyEllipsis"
2624        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2625        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Примање датотеки...&quot;&lt;/string>"
2626        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~">
2627        <location
2628            file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml"
2629            line="52"
2630            column="63"/>
2631    </issue>
2632
2633    <issue
2634        id="TypographyEllipsis"
2635        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2636        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;फाइल प्राप्त करत आहे...&quot;&lt;/string>"
2637        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~">
2638        <location
2639            file="packages/modules/Bluetooth/android/app/res/values-mr/strings.xml"
2640            line="52"
2641            column="63"/>
2642    </issue>
2643
2644    <issue
2645        id="TypographyEllipsis"
2646        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2647        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Menerima fail...&quot;&lt;/string>"
2648        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~">
2649        <location
2650            file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml"
2651            line="52"
2652            column="63"/>
2653    </issue>
2654
2655    <issue
2656        id="TypographyEllipsis"
2657        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2658        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Mottar fil ...&quot;&lt;/string>"
2659        errorLine2="                                                              ~~~~~~~~~~~~~~~~">
2660        <location
2661            file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml"
2662            line="52"
2663            column="63"/>
2664    </issue>
2665
2666    <issue
2667        id="TypographyEllipsis"
2668        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2669        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;फाइल प्राप्त गर्दै...&quot;&lt;/string>"
2670        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2671        <location
2672            file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml"
2673            line="52"
2674            column="63"/>
2675    </issue>
2676
2677    <issue
2678        id="TypographyEllipsis"
2679        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2680        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;A receber ficheiro...&quot;&lt;/string>"
2681        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~">
2682        <location
2683            file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml"
2684            line="52"
2685            column="63"/>
2686    </issue>
2687
2688    <issue
2689        id="TypographyEllipsis"
2690        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2691        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Se primește fișierul...&quot;&lt;/string>"
2692        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~">
2693        <location
2694            file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml"
2695            line="52"
2696            column="63"/>
2697    </issue>
2698
2699    <issue
2700        id="TypographyEllipsis"
2701        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2702        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Получение файла...&quot;&lt;/string>"
2703        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~">
2704        <location
2705            file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml"
2706            line="52"
2707            column="63"/>
2708    </issue>
2709
2710    <issue
2711        id="TypographyEllipsis"
2712        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2713        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Prebieha prijímanie súboru...&quot;&lt;/string>"
2714        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2715        <location
2716            file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml"
2717            line="52"
2718            column="63"/>
2719    </issue>
2720
2721    <issue
2722        id="TypographyEllipsis"
2723        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2724        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Prejemanje datoteke ...&quot;&lt;/string>"
2725        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~~~~~">
2726        <location
2727            file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml"
2728            line="52"
2729            column="63"/>
2730    </issue>
2731
2732    <issue
2733        id="TypographyEllipsis"
2734        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2735        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Примање датотеке...&quot;&lt;/string>"
2736        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~">
2737        <location
2738            file="packages/modules/Bluetooth/android/app/res/values-sr/strings.xml"
2739            line="52"
2740            column="63"/>
2741    </issue>
2742
2743    <issue
2744        id="TypographyEllipsis"
2745        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2746        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Tar emot fil ...&quot;&lt;/string>"
2747        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~">
2748        <location
2749            file="packages/modules/Bluetooth/android/app/res/values-sv/strings.xml"
2750            line="52"
2751            column="63"/>
2752    </issue>
2753
2754    <issue
2755        id="TypographyEllipsis"
2756        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2757        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Inapokea faili...&quot;&lt;/string>"
2758        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~">
2759        <location
2760            file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml"
2761            line="52"
2762            column="63"/>
2763    </issue>
2764
2765    <issue
2766        id="TypographyEllipsis"
2767        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2768        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;กำลังรับไฟล์...&quot;&lt;/string>"
2769        errorLine2="                                                              ~~~~~~~~~~~~~~~~~">
2770        <location
2771            file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml"
2772            line="52"
2773            column="63"/>
2774    </issue>
2775
2776    <issue
2777        id="TypographyEllipsis"
2778        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2779        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Dosya alınıyor...&quot;&lt;/string>"
2780        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~">
2781        <location
2782            file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml"
2783            line="52"
2784            column="63"/>
2785    </issue>
2786
2787    <issue
2788        id="TypographyEllipsis"
2789        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2790        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Отримання файлу...&quot;&lt;/string>"
2791        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~">
2792        <location
2793            file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml"
2794            line="52"
2795            column="63"/>
2796    </issue>
2797
2798    <issue
2799        id="TypographyEllipsis"
2800        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2801        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;正在接收文件...&quot;&lt;/string>"
2802        errorLine2="                                                              ~~~~~~~~~~~">
2803        <location
2804            file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml"
2805            line="52"
2806            column="63"/>
2807    </issue>
2808
2809    <issue
2810        id="TypographyEllipsis"
2811        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2812        errorLine1="    &lt;string name=&quot;download_line5&quot; msgid=&quot;4124272066218470715&quot;>&quot;Yamukela ifayela...&quot;&lt;/string>"
2813        errorLine2="                                                              ~~~~~~~~~~~~~~~~~~~~~">
2814        <location
2815            file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml"
2816            line="52"
2817            column="63"/>
2818    </issue>
2819
2820    <issue
2821        id="TypographyEllipsis"
2822        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2823        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;ፋይል በመላክ ላይ...&quot;&lt;/string>"
2824        errorLine2="                                                            ~~~~~~~~~~~~~~~~">
2825        <location
2826            file="packages/modules/Bluetooth/android/app/res/values-am/strings.xml"
2827            line="66"
2828            column="61"/>
2829    </issue>
2830
2831    <issue
2832        id="TypographyEllipsis"
2833        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2834        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;جارٍ إرسال الملف...&quot;&lt;/string>"
2835        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~">
2836        <location
2837            file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml"
2838            line="66"
2839            column="61"/>
2840    </issue>
2841
2842    <issue
2843        id="TypographyEllipsis"
2844        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2845        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Fayl göndərilir...&quot;&lt;/string>"
2846        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
2847        <location
2848            file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml"
2849            line="66"
2850            column="61"/>
2851    </issue>
2852
2853    <issue
2854        id="TypographyEllipsis"
2855        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2856        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Slanje datoteke...&quot;&lt;/string>"
2857        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
2858        <location
2859            file="packages/modules/Bluetooth/android/app/res/values-b+sr+Latn/strings.xml"
2860            line="66"
2861            column="61"/>
2862    </issue>
2863
2864    <issue
2865        id="TypographyEllipsis"
2866        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2867        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Адпраўка файла...&quot;&lt;/string>"
2868        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~">
2869        <location
2870            file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml"
2871            line="66"
2872            column="61"/>
2873    </issue>
2874
2875    <issue
2876        id="TypographyEllipsis"
2877        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2878        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Файлът се изпраща...&quot;&lt;/string>"
2879        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
2880        <location
2881            file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml"
2882            line="66"
2883            column="61"/>
2884    </issue>
2885
2886    <issue
2887        id="TypographyEllipsis"
2888        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2889        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;ফাইল পাঠানো হচ্ছে...&quot;&lt;/string>"
2890        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
2891        <location
2892            file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml"
2893            line="66"
2894            column="61"/>
2895    </issue>
2896
2897    <issue
2898        id="TypographyEllipsis"
2899        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2900        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;S\&apos;està enviant el fitxer...&quot;&lt;/string>"
2901        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2902        <location
2903            file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml"
2904            line="66"
2905            column="61"/>
2906    </issue>
2907
2908    <issue
2909        id="TypographyEllipsis"
2910        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2911        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Odesílání souboru...&quot;&lt;/string>"
2912        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
2913        <location
2914            file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml"
2915            line="66"
2916            column="61"/>
2917    </issue>
2918
2919    <issue
2920        id="TypographyEllipsis"
2921        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2922        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Datei wird gesendet...&quot;&lt;/string>"
2923        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~">
2924        <location
2925            file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml"
2926            line="66"
2927            column="61"/>
2928    </issue>
2929
2930    <issue
2931        id="TypographyEllipsis"
2932        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2933        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Αποστολή αρχείου...&quot;&lt;/string>"
2934        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~">
2935        <location
2936            file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml"
2937            line="66"
2938            column="61"/>
2939    </issue>
2940
2941    <issue
2942        id="TypographyEllipsis"
2943        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2944        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Enviando archivo...&quot;&lt;/string>"
2945        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~">
2946        <location
2947            file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml"
2948            line="66"
2949            column="61"/>
2950    </issue>
2951
2952    <issue
2953        id="TypographyEllipsis"
2954        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2955        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Faili saatmine ...&quot;&lt;/string>"
2956        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
2957        <location
2958            file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml"
2959            line="66"
2960            column="61"/>
2961    </issue>
2962
2963    <issue
2964        id="TypographyEllipsis"
2965        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2966        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Envoi de fichier en cours...&quot;&lt;/string>"
2967        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
2968        <location
2969            file="packages/modules/Bluetooth/android/app/res/values-fr/strings.xml"
2970            line="66"
2971            column="61"/>
2972    </issue>
2973
2974    <issue
2975        id="TypographyEllipsis"
2976        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2977        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Enviando ficheiro...&quot;&lt;/string>"
2978        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
2979        <location
2980            file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml"
2981            line="66"
2982            column="61"/>
2983    </issue>
2984
2985    <issue
2986        id="TypographyEllipsis"
2987        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2988        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Slanje datoteke...&quot;&lt;/string>"
2989        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
2990        <location
2991            file="packages/modules/Bluetooth/android/app/res/values-hr/strings.xml"
2992            line="66"
2993            column="61"/>
2994    </issue>
2995
2996    <issue
2997        id="TypographyEllipsis"
2998        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
2999        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Fájl küldése...&quot;&lt;/string>"
3000        errorLine2="                                                            ~~~~~~~~~~~~~~~~~">
3001        <location
3002            file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml"
3003            line="66"
3004            column="61"/>
3005    </issue>
3006
3007    <issue
3008        id="TypographyEllipsis"
3009        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3010        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Ֆայլն ուղարկվում է...&quot;&lt;/string>"
3011        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~">
3012        <location
3013            file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml"
3014            line="66"
3015            column="61"/>
3016    </issue>
3017
3018    <issue
3019        id="TypographyEllipsis"
3020        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3021        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;ファイルを送信中...&quot;&lt;/string>"
3022        errorLine2="                                                            ~~~~~~~~~~~~~">
3023        <location
3024            file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml"
3025            line="66"
3026            column="61"/>
3027    </issue>
3028
3029    <issue
3030        id="TypographyEllipsis"
3031        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3032        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;파일을 보내는 중...&quot;&lt;/string>"
3033        errorLine2="                                                            ~~~~~~~~~~~~~~">
3034        <location
3035            file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml"
3036            line="66"
3037            column="61"/>
3038    </issue>
3039
3040    <issue
3041        id="TypographyEllipsis"
3042        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3043        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;ກຳລັງສົ່ງໄຟລ໌...&quot;&lt;/string>"
3044        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~">
3045        <location
3046            file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml"
3047            line="66"
3048            column="61"/>
3049    </issue>
3050
3051    <issue
3052        id="TypographyEllipsis"
3053        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3054        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Siunčiamas failas...&quot;&lt;/string>"
3055        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
3056        <location
3057            file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml"
3058            line="66"
3059            column="61"/>
3060    </issue>
3061
3062    <issue
3063        id="TypographyEllipsis"
3064        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3065        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Notiek faila sūtīšana...&quot;&lt;/string>"
3066        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~">
3067        <location
3068            file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml"
3069            line="66"
3070            column="61"/>
3071    </issue>
3072
3073    <issue
3074        id="TypographyEllipsis"
3075        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3076        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Испраќање датотека...&quot;&lt;/string>"
3077        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~">
3078        <location
3079            file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml"
3080            line="66"
3081            column="61"/>
3082    </issue>
3083
3084    <issue
3085        id="TypographyEllipsis"
3086        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3087        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Menghantar fail...&quot;&lt;/string>"
3088        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
3089        <location
3090            file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml"
3091            line="66"
3092            column="61"/>
3093    </issue>
3094
3095    <issue
3096        id="TypographyEllipsis"
3097        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3098        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Sender filen ...&quot;&lt;/string>"
3099        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~">
3100        <location
3101            file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml"
3102            line="66"
3103            column="61"/>
3104    </issue>
3105
3106    <issue
3107        id="TypographyEllipsis"
3108        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3109        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;फाइल पठाउँदै...&quot;&lt;/string>"
3110        errorLine2="                                                            ~~~~~~~~~~~~~~~~~">
3111        <location
3112            file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml"
3113            line="66"
3114            column="61"/>
3115    </issue>
3116
3117    <issue
3118        id="TypographyEllipsis"
3119        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3120        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;A enviar ficheiro...&quot;&lt;/string>"
3121        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~">
3122        <location
3123            file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml"
3124            line="66"
3125            column="61"/>
3126    </issue>
3127
3128    <issue
3129        id="TypographyEllipsis"
3130        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3131        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Se trimite fișierul...&quot;&lt;/string>"
3132        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~">
3133        <location
3134            file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml"
3135            line="66"
3136            column="61"/>
3137    </issue>
3138
3139    <issue
3140        id="TypographyEllipsis"
3141        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3142        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Отправка файла...&quot;&lt;/string>"
3143        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~">
3144        <location
3145            file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml"
3146            line="66"
3147            column="61"/>
3148    </issue>
3149
3150    <issue
3151        id="TypographyEllipsis"
3152        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3153        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Odosielanie súboru...&quot;&lt;/string>"
3154        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~">
3155        <location
3156            file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml"
3157            line="66"
3158            column="61"/>
3159    </issue>
3160
3161    <issue
3162        id="TypographyEllipsis"
3163        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3164        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Pošiljanje datoteke ...&quot;&lt;/string>"
3165        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~">
3166        <location
3167            file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml"
3168            line="66"
3169            column="61"/>
3170    </issue>
3171
3172    <issue
3173        id="TypographyEllipsis"
3174        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3175        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Слање датотеке...&quot;&lt;/string>"
3176        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~">
3177        <location
3178            file="packages/modules/Bluetooth/android/app/res/values-sr/strings.xml"
3179            line="66"
3180            column="61"/>
3181    </issue>
3182
3183    <issue
3184        id="TypographyEllipsis"
3185        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3186        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Skickar fil ...&quot;&lt;/string>"
3187        errorLine2="                                                            ~~~~~~~~~~~~~~~~~">
3188        <location
3189            file="packages/modules/Bluetooth/android/app/res/values-sv/strings.xml"
3190            line="66"
3191            column="61"/>
3192    </issue>
3193
3194    <issue
3195        id="TypographyEllipsis"
3196        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3197        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Inatuma faili...&quot;&lt;/string>"
3198        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~">
3199        <location
3200            file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml"
3201            line="66"
3202            column="61"/>
3203    </issue>
3204
3205    <issue
3206        id="TypographyEllipsis"
3207        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3208        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;กำลังส่งไฟล์...&quot;&lt;/string>"
3209        errorLine2="                                                            ~~~~~~~~~~~~~~~~~">
3210        <location
3211            file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml"
3212            line="66"
3213            column="61"/>
3214    </issue>
3215
3216    <issue
3217        id="TypographyEllipsis"
3218        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3219        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Nagpapadala ng file...&quot;&lt;/string>"
3220        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~~">
3221        <location
3222            file="packages/modules/Bluetooth/android/app/res/values-tl/strings.xml"
3223            line="66"
3224            column="61"/>
3225    </issue>
3226
3227    <issue
3228        id="TypographyEllipsis"
3229        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3230        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Dosya gönderiliyor...&quot;&lt;/string>"
3231        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~~~">
3232        <location
3233            file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml"
3234            line="66"
3235            column="61"/>
3236    </issue>
3237
3238    <issue
3239        id="TypographyEllipsis"
3240        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3241        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Надсил-ня файлу...&quot;&lt;/string>"
3242        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~">
3243        <location
3244            file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml"
3245            line="66"
3246            column="61"/>
3247    </issue>
3248
3249    <issue
3250        id="TypographyEllipsis"
3251        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3252        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;正在发送文件...&quot;&lt;/string>"
3253        errorLine2="                                                            ~~~~~~~~~~~">
3254        <location
3255            file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml"
3256            line="66"
3257            column="61"/>
3258    </issue>
3259
3260    <issue
3261        id="TypographyEllipsis"
3262        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3263        errorLine1="    &lt;string name=&quot;upload_line5&quot; msgid=&quot;3477751464103201364&quot;>&quot;Ithumela ifayela...&quot;&lt;/string>"
3264        errorLine2="                                                            ~~~~~~~~~~~~~~~~~~~~~">
3265        <location
3266            file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml"
3267            line="66"
3268            column="61"/>
3269    </issue>
3270
3271    <issue
3272        id="TypographyEllipsis"
3273        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3274        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Lütfən, gözləyin...&quot;&lt;/string>"
3275        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~">
3276        <location
3277            file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml"
3278            line="77"
3279            column="72"/>
3280    </issue>
3281
3282    <issue
3283        id="TypographyEllipsis"
3284        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3285        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Чакайце...&quot;&lt;/string>"
3286        errorLine2="                                                                       ~~~~~~~~~~~~">
3287        <location
3288            file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml"
3289            line="77"
3290            column="72"/>
3291    </issue>
3292
3293    <issue
3294        id="TypographyEllipsis"
3295        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3296        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;দয়া করে অপেক্ষা করুন...&quot;&lt;/string>"
3297        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~">
3298        <location
3299            file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml"
3300            line="77"
3301            column="72"/>
3302    </issue>
3303
3304    <issue
3305        id="TypographyEllipsis"
3306        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3307        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Čekejte prosím...&quot;&lt;/string>"
3308        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~">
3309        <location
3310            file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml"
3311            line="77"
3312            column="72"/>
3313    </issue>
3314
3315    <issue
3316        id="TypographyEllipsis"
3317        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3318        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Vent...&quot;&lt;/string>"
3319        errorLine2="                                                                       ~~~~~~~~~">
3320        <location
3321            file="packages/modules/Bluetooth/android/app/res/values-da/strings.xml"
3322            line="77"
3323            column="72"/>
3324    </issue>
3325
3326    <issue
3327        id="TypographyEllipsis"
3328        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3329        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Bitte warten...&quot;&lt;/string>"
3330        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~">
3331        <location
3332            file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml"
3333            line="77"
3334            column="72"/>
3335    </issue>
3336
3337    <issue
3338        id="TypographyEllipsis"
3339        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3340        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Περιμένετε...&quot;&lt;/string>"
3341        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
3342        <location
3343            file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml"
3344            line="77"
3345            column="72"/>
3346    </issue>
3347
3348    <issue
3349        id="TypographyEllipsis"
3350        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3351        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Por favor, espera...&quot;&lt;/string>"
3352        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
3353        <location
3354            file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml"
3355            line="77"
3356            column="72"/>
3357    </issue>
3358
3359    <issue
3360        id="TypographyEllipsis"
3361        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3362        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Por favor, espera...&quot;&lt;/string>"
3363        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
3364        <location
3365            file="packages/modules/Bluetooth/android/app/res/values-es/strings.xml"
3366            line="77"
3367            column="72"/>
3368    </issue>
3369
3370    <issue
3371        id="TypographyEllipsis"
3372        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3373        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Veuillez patienter...&quot;&lt;/string>"
3374        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
3375        <location
3376            file="packages/modules/Bluetooth/android/app/res/values-fr/strings.xml"
3377            line="77"
3378            column="72"/>
3379    </issue>
3380
3381    <issue
3382        id="TypographyEllipsis"
3383        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3384        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Agarda...&quot;&lt;/string>"
3385        errorLine2="                                                                       ~~~~~~~~~~~">
3386        <location
3387            file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml"
3388            line="77"
3389            column="72"/>
3390    </issue>
3391
3392    <issue
3393        id="TypographyEllipsis"
3394        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3395        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;કૃપા કરીને રાહ જુઓ...&quot;&lt;/string>"
3396        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
3397        <location
3398            file="packages/modules/Bluetooth/android/app/res/values-gu/strings.xml"
3399            line="77"
3400            column="72"/>
3401    </issue>
3402
3403    <issue
3404        id="TypographyEllipsis"
3405        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3406        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;कृपया इंतज़ार करें...&quot;&lt;/string>"
3407        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
3408        <location
3409            file="packages/modules/Bluetooth/android/app/res/values-hi/strings.xml"
3410            line="77"
3411            column="72"/>
3412    </issue>
3413
3414    <issue
3415        id="TypographyEllipsis"
3416        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3417        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Kérjük, várjon...&quot;&lt;/string>"
3418        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~">
3419        <location
3420            file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml"
3421            line="77"
3422            column="72"/>
3423    </issue>
3424
3425    <issue
3426        id="TypographyEllipsis"
3427        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3428        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Խնդրում ենք սպասել...&quot;&lt;/string>"
3429        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
3430        <location
3431            file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml"
3432            line="77"
3433            column="72"/>
3434    </issue>
3435
3436    <issue
3437        id="TypographyEllipsis"
3438        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3439        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;יש להמתין...&quot;&lt;/string>"
3440        errorLine2="                                                                       ~~~~~~~~~~~~~~">
3441        <location
3442            file="packages/modules/Bluetooth/android/app/res/values-iw/strings.xml"
3443            line="77"
3444            column="72"/>
3445    </issue>
3446
3447    <issue
3448        id="TypographyEllipsis"
3449        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3450        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;お待ちください...&quot;&lt;/string>"
3451        errorLine2="                                                                       ~~~~~~~~~~~~">
3452        <location
3453            file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml"
3454            line="77"
3455            column="72"/>
3456    </issue>
3457
3458    <issue
3459        id="TypographyEllipsis"
3460        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3461        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;გთხოვთ, მოითმინოთ...&quot;&lt;/string>"
3462        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~">
3463        <location
3464            file="packages/modules/Bluetooth/android/app/res/values-ka/strings.xml"
3465            line="77"
3466            column="72"/>
3467    </issue>
3468
3469    <issue
3470        id="TypographyEllipsis"
3471        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3472        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;សូម​រង់ចាំ...&quot;&lt;/string>"
3473        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
3474        <location
3475            file="packages/modules/Bluetooth/android/app/res/values-km/strings.xml"
3476            line="77"
3477            column="72"/>
3478    </issue>
3479
3480    <issue
3481        id="TypographyEllipsis"
3482        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3483        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;ກະລຸນາລໍຖ້າ...&quot;&lt;/string>"
3484        errorLine2="                                                                       ~~~~~~~~~~~~~~~~">
3485        <location
3486            file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml"
3487            line="77"
3488            column="72"/>
3489    </issue>
3490
3491    <issue
3492        id="TypographyEllipsis"
3493        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3494        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Palaukite...&quot;&lt;/string>"
3495        errorLine2="                                                                       ~~~~~~~~~~~~~~">
3496        <location
3497            file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml"
3498            line="77"
3499            column="72"/>
3500    </issue>
3501
3502    <issue
3503        id="TypographyEllipsis"
3504        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3505        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Почекајте...&quot;&lt;/string>"
3506        errorLine2="                                                                       ~~~~~~~~~~~~~~">
3507        <location
3508            file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml"
3509            line="77"
3510            column="72"/>
3511    </issue>
3512
3513    <issue
3514        id="TypographyEllipsis"
3515        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3516        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Түр хүлээнэ үү...&quot;&lt;/string>"
3517        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~">
3518        <location
3519            file="packages/modules/Bluetooth/android/app/res/values-mn/strings.xml"
3520            line="77"
3521            column="72"/>
3522    </issue>
3523
3524    <issue
3525        id="TypographyEllipsis"
3526        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3527        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;कृपया प्रतीक्षा करा...&quot;&lt;/string>"
3528        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
3529        <location
3530            file="packages/modules/Bluetooth/android/app/res/values-mr/strings.xml"
3531            line="77"
3532            column="72"/>
3533    </issue>
3534
3535    <issue
3536        id="TypographyEllipsis"
3537        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3538        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Sila tunggu...&quot;&lt;/string>"
3539        errorLine2="                                                                       ~~~~~~~~~~~~~~~~">
3540        <location
3541            file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml"
3542            line="77"
3543            column="72"/>
3544    </issue>
3545
3546    <issue
3547        id="TypographyEllipsis"
3548        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3549        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Vent litt ...&quot;&lt;/string>"
3550        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
3551        <location
3552            file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml"
3553            line="77"
3554            column="72"/>
3555    </issue>
3556
3557    <issue
3558        id="TypographyEllipsis"
3559        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3560        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;कृपया प्रतीक्षा गर्नुहोस्...&quot;&lt;/string>"
3561        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3562        <location
3563            file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml"
3564            line="77"
3565            column="72"/>
3566    </issue>
3567
3568    <issue
3569        id="TypographyEllipsis"
3570        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3571        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Een ogenblik geduld...&quot;&lt;/string>"
3572        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~">
3573        <location
3574            file="packages/modules/Bluetooth/android/app/res/values-nl/strings.xml"
3575            line="77"
3576            column="72"/>
3577    </issue>
3578
3579    <issue
3580        id="TypographyEllipsis"
3581        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3582        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;ਕਿਰਪਾ ਕਰਕੇ ਠਹਿਰੋ...&quot;&lt;/string>"
3583        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~">
3584        <location
3585            file="packages/modules/Bluetooth/android/app/res/values-pa/strings.xml"
3586            line="77"
3587            column="72"/>
3588    </issue>
3589
3590    <issue
3591        id="TypographyEllipsis"
3592        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3593        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Aguarde...&quot;&lt;/string>"
3594        errorLine2="                                                                       ~~~~~~~~~~~~">
3595        <location
3596            file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml"
3597            line="77"
3598            column="72"/>
3599    </issue>
3600
3601    <issue
3602        id="TypographyEllipsis"
3603        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3604        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Aguarde...&quot;&lt;/string>"
3605        errorLine2="                                                                       ~~~~~~~~~~~~">
3606        <location
3607            file="packages/modules/Bluetooth/android/app/res/values-pt/strings.xml"
3608            line="77"
3609            column="72"/>
3610    </issue>
3611
3612    <issue
3613        id="TypographyEllipsis"
3614        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3615        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Așteaptă...&quot;&lt;/string>"
3616        errorLine2="                                                                       ~~~~~~~~~~~~~">
3617        <location
3618            file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml"
3619            line="77"
3620            column="72"/>
3621    </issue>
3622
3623    <issue
3624        id="TypographyEllipsis"
3625        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3626        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Подождите...&quot;&lt;/string>"
3627        errorLine2="                                                                       ~~~~~~~~~~~~~~">
3628        <location
3629            file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml"
3630            line="77"
3631            column="72"/>
3632    </issue>
3633
3634    <issue
3635        id="TypographyEllipsis"
3636        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3637        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;කරුණාකර රැඳී සිටින්න...&quot;&lt;/string>"
3638        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~~~">
3639        <location
3640            file="packages/modules/Bluetooth/android/app/res/values-si/strings.xml"
3641            line="77"
3642            column="72"/>
3643    </issue>
3644
3645    <issue
3646        id="TypographyEllipsis"
3647        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3648        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Čakajte...&quot;&lt;/string>"
3649        errorLine2="                                                                       ~~~~~~~~~~~~">
3650        <location
3651            file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml"
3652            line="77"
3653            column="72"/>
3654    </issue>
3655
3656    <issue
3657        id="TypographyEllipsis"
3658        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3659        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Počakajte ...&quot;&lt;/string>"
3660        errorLine2="                                                                       ~~~~~~~~~~~~~~~">
3661        <location
3662            file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml"
3663            line="77"
3664            column="72"/>
3665    </issue>
3666
3667    <issue
3668        id="TypographyEllipsis"
3669        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3670        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Qëndro në pritje...&quot;&lt;/string>"
3671        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~">
3672        <location
3673            file="packages/modules/Bluetooth/android/app/res/values-sq/strings.xml"
3674            line="77"
3675            column="72"/>
3676    </issue>
3677
3678    <issue
3679        id="TypographyEllipsis"
3680        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3681        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;దయచేసి వేచి ఉండండి...&quot;&lt;/string>"
3682        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~~~~">
3683        <location
3684            file="packages/modules/Bluetooth/android/app/res/values-te/strings.xml"
3685            line="77"
3686            column="72"/>
3687    </issue>
3688
3689    <issue
3690        id="TypographyEllipsis"
3691        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3692        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;โปรดรอสักครู่...&quot;&lt;/string>"
3693        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
3694        <location
3695            file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml"
3696            line="77"
3697            column="72"/>
3698    </issue>
3699
3700    <issue
3701        id="TypographyEllipsis"
3702        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3703        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Lütfen bekleyin...&quot;&lt;/string>"
3704        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~~~">
3705        <location
3706            file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml"
3707            line="77"
3708            column="72"/>
3709    </issue>
3710
3711    <issue
3712        id="TypographyEllipsis"
3713        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3714        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Vui lòng đợi...&quot;&lt;/string>"
3715        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~">
3716        <location
3717            file="packages/modules/Bluetooth/android/app/res/values-vi/strings.xml"
3718            line="77"
3719            column="72"/>
3720    </issue>
3721
3722    <issue
3723        id="TypographyEllipsis"
3724        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3725        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;请稍候...&quot;&lt;/string>"
3726        errorLine2="                                                                       ~~~~~~~~">
3727        <location
3728            file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml"
3729            line="77"
3730            column="72"/>
3731    </issue>
3732
3733    <issue
3734        id="TypographyEllipsis"
3735        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3736        errorLine1="    &lt;string name=&quot;enabling_progress_title&quot; msgid=&quot;5262637688863903594&quot;>&quot;Sicela ulinde...&quot;&lt;/string>"
3737        errorLine2="                                                                       ~~~~~~~~~~~~~~~~~~">
3738        <location
3739            file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml"
3740            line="77"
3741            column="72"/>
3742    </issue>
3743
3744    <issue
3745        id="TypographyEllipsis"
3746        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3747        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;ብሉቱዝ በማብራት ላይ...&quot;&lt;/string>"
3748        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~">
3749        <location
3750            file="packages/modules/Bluetooth/android/app/res/values-am/strings.xml"
3751            line="78"
3752            column="73"/>
3753    </issue>
3754
3755    <issue
3756        id="TypographyEllipsis"
3757        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3758        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;جارٍ تفعيل البلوتوث...&quot;&lt;/string>"
3759        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3760        <location
3761            file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml"
3762            line="78"
3763            column="73"/>
3764    </issue>
3765
3766    <issue
3767        id="TypographyEllipsis"
3768        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3769        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth yandırılır...&quot;&lt;/string>"
3770        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
3771        <location
3772            file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml"
3773            line="78"
3774            column="73"/>
3775    </issue>
3776
3777    <issue
3778        id="TypographyEllipsis"
3779        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3780        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Уключэнне Bluetooth...&quot;&lt;/string>"
3781        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3782        <location
3783            file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml"
3784            line="78"
3785            column="73"/>
3786    </issue>
3787
3788    <issue
3789        id="TypographyEllipsis"
3790        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3791        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth се включва...&quot;&lt;/string>"
3792        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
3793        <location
3794            file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml"
3795            line="78"
3796            column="73"/>
3797    </issue>
3798
3799    <issue
3800        id="TypographyEllipsis"
3801        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3802        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;ব্লুটুথ চালু করা হচ্ছে...&quot;&lt;/string>"
3803        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3804        <location
3805            file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml"
3806            line="78"
3807            column="73"/>
3808    </issue>
3809
3810    <issue
3811        id="TypographyEllipsis"
3812        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3813        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;S\&apos;està activant el Bluetooth...&quot;&lt;/string>"
3814        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3815        <location
3816            file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml"
3817            line="78"
3818            column="73"/>
3819    </issue>
3820
3821    <issue
3822        id="TypographyEllipsis"
3823        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3824        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Aktiverer Bluetooth...&quot;&lt;/string>"
3825        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3826        <location
3827            file="packages/modules/Bluetooth/android/app/res/values-da/strings.xml"
3828            line="78"
3829            column="73"/>
3830    </issue>
3831
3832    <issue
3833        id="TypographyEllipsis"
3834        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3835        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth wird aktiviert...&quot;&lt;/string>"
3836        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3837        <location
3838            file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml"
3839            line="78"
3840            column="73"/>
3841    </issue>
3842
3843    <issue
3844        id="TypographyEllipsis"
3845        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3846        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Activando Bluetooth...&quot;&lt;/string>"
3847        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3848        <location
3849            file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml"
3850            line="78"
3851            column="73"/>
3852    </issue>
3853
3854    <issue
3855        id="TypographyEllipsis"
3856        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3857        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Activando Bluetooth...&quot;&lt;/string>"
3858        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3859        <location
3860            file="packages/modules/Bluetooth/android/app/res/values-es/strings.xml"
3861            line="78"
3862            column="73"/>
3863    </issue>
3864
3865    <issue
3866        id="TypographyEllipsis"
3867        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3868        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetoothi sisselülitamine ...&quot;&lt;/string>"
3869        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3870        <location
3871            file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml"
3872            line="78"
3873            column="73"/>
3874    </issue>
3875
3876    <issue
3877        id="TypographyEllipsis"
3878        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3879        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Otetaan Bluetooth käyttöön...&quot;&lt;/string>"
3880        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3881        <location
3882            file="packages/modules/Bluetooth/android/app/res/values-fi/strings.xml"
3883            line="78"
3884            column="73"/>
3885    </issue>
3886
3887    <issue
3888        id="TypographyEllipsis"
3889        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3890        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth bekapcsolása...&quot;&lt;/string>"
3891        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3892        <location
3893            file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml"
3894            line="78"
3895            column="73"/>
3896    </issue>
3897
3898    <issue
3899        id="TypographyEllipsis"
3900        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3901        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth-ը միանում է...&quot;&lt;/string>"
3902        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~">
3903        <location
3904            file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml"
3905            line="78"
3906            column="73"/>
3907    </issue>
3908
3909    <issue
3910        id="TypographyEllipsis"
3911        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3912        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Menghidupkan Bluetooth...&quot;&lt;/string>"
3913        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3914        <location
3915            file="packages/modules/Bluetooth/android/app/res/values-in/strings.xml"
3916            line="78"
3917            column="73"/>
3918    </issue>
3919
3920    <issue
3921        id="TypographyEllipsis"
3922        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3923        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;BluetoothをONにしています...&quot;&lt;/string>"
3924        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
3925        <location
3926            file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml"
3927            line="78"
3928            column="73"/>
3929    </issue>
3930
3931    <issue
3932        id="TypographyEllipsis"
3933        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3934        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;블루투스 켜는 중...&quot;&lt;/string>"
3935        errorLine2="                                                                        ~~~~~~~~~~~~~~">
3936        <location
3937            file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml"
3938            line="78"
3939            column="73"/>
3940    </issue>
3941
3942    <issue
3943        id="TypographyEllipsis"
3944        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3945        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;ກຳລັງເປີດ Bluetooth...&quot;&lt;/string>"
3946        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
3947        <location
3948            file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml"
3949            line="78"
3950            column="73"/>
3951    </issue>
3952
3953    <issue
3954        id="TypographyEllipsis"
3955        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3956        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Tiek ieslēgts Bluetooth savienojums...&quot;&lt;/string>"
3957        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3958        <location
3959            file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml"
3960            line="78"
3961            column="73"/>
3962    </issue>
3963
3964    <issue
3965        id="TypographyEllipsis"
3966        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3967        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Вклучување Bluetooth...&quot;&lt;/string>"
3968        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
3969        <location
3970            file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml"
3971            line="78"
3972            column="73"/>
3973    </issue>
3974
3975    <issue
3976        id="TypographyEllipsis"
3977        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3978        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Menghidupkan Bluetooth...&quot;&lt;/string>"
3979        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3980        <location
3981            file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml"
3982            line="78"
3983            column="73"/>
3984    </issue>
3985
3986    <issue
3987        id="TypographyEllipsis"
3988        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
3989        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;ब्लुटुथलाई सक्रिय पार्दै...&quot;&lt;/string>"
3990        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
3991        <location
3992            file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml"
3993            line="78"
3994            column="73"/>
3995    </issue>
3996
3997    <issue
3998        id="TypographyEllipsis"
3999        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4000        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Ativando Bluetooth...&quot;&lt;/string>"
4001        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
4002        <location
4003            file="packages/modules/Bluetooth/android/app/res/values-pt/strings.xml"
4004            line="78"
4005            column="73"/>
4006    </issue>
4007
4008    <issue
4009        id="TypographyEllipsis"
4010        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4011        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Se activează Bluetooth...&quot;&lt;/string>"
4012        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4013        <location
4014            file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml"
4015            line="78"
4016            column="73"/>
4017    </issue>
4018
4019    <issue
4020        id="TypographyEllipsis"
4021        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4022        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Включение Bluetooth...&quot;&lt;/string>"
4023        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~">
4024        <location
4025            file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml"
4026            line="78"
4027            column="73"/>
4028    </issue>
4029
4030    <issue
4031        id="TypographyEllipsis"
4032        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4033        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Prebieha zapínanie rozhrania Bluetooth...&quot;&lt;/string>"
4034        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
4035        <location
4036            file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml"
4037            line="78"
4038            column="73"/>
4039    </issue>
4040
4041    <issue
4042        id="TypographyEllipsis"
4043        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4044        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Inawasha Bluetooth...&quot;&lt;/string>"
4045        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
4046        <location
4047            file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml"
4048            line="78"
4049            column="73"/>
4050    </issue>
4051
4052    <issue
4053        id="TypographyEllipsis"
4054        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4055        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Bluetooth açılıyor...&quot;&lt;/string>"
4056        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~">
4057        <location
4058            file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml"
4059            line="78"
4060            column="73"/>
4061    </issue>
4062
4063    <issue
4064        id="TypographyEllipsis"
4065        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4066        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Увімкнення Bluetooth...&quot;&lt;/string>"
4067        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~">
4068        <location
4069            file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml"
4070            line="78"
4071            column="73"/>
4072    </issue>
4073
4074    <issue
4075        id="TypographyEllipsis"
4076        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4077        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;正在打开蓝牙...&quot;&lt;/string>"
4078        errorLine2="                                                                        ~~~~~~~~~~~">
4079        <location
4080            file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml"
4081            line="78"
4082            column="73"/>
4083    </issue>
4084
4085    <issue
4086        id="TypographyEllipsis"
4087        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4088        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;正在開啟藍牙...&quot;&lt;/string>"
4089        errorLine2="                                                                        ~~~~~~~~~~~">
4090        <location
4091            file="packages/modules/Bluetooth/android/app/res/values-zh-rHK/strings.xml"
4092            line="78"
4093            column="73"/>
4094    </issue>
4095
4096    <issue
4097        id="TypographyEllipsis"
4098        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4099        errorLine1="    &lt;string name=&quot;enabling_progress_content&quot; msgid=&quot;685427201206684584&quot;>&quot;Ivula i-Bluetooth...&quot;&lt;/string>"
4100        errorLine2="                                                                        ~~~~~~~~~~~~~~~~~~~~~~">
4101        <location
4102            file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml"
4103            line="78"
4104            column="73"/>
4105    </issue>
4106
4107    <issue
4108        id="TypographyEllipsis"
4109        message="Replace &quot;...&quot; with ellipsis character (…, &amp;#8230;) ?"
4110        errorLine1="    &lt;string name=&quot;bt_toast_4&quot; msgid=&quot;480365991944956695&quot;>&quot;Datei wird an „&lt;xliff:g id=&quot;RECIPIENT&quot;>%1$s&lt;/xliff:g>“ gesendet...&quot;&lt;/string>"
4111        errorLine2="                                                                                                 ~~~~~~~~~~~~~~">
4112        <location
4113            file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml"
4114            line="81"
4115            column="98"/>
4116    </issue>
4117
4118    <issue
4119        id="MonochromeLauncherIcon"
4120        message="The application adaptive icon is missing a monochrome tag"
4121        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
4122        errorLine2="^">
4123        <location
4124            file="packages/modules/Bluetooth/android/app/res/mipmap-anydpi/bt_share.xml"
4125            line="16"
4126            column="1"/>
4127    </issue>
4128
4129    <issue
4130        id="TextFields"
4131        message="This text field does not specify an `inputType`"
4132        errorLine1="    &lt;EditText"
4133        errorLine2="     ~~~~~~~~">
4134        <location
4135            file="packages/modules/Bluetooth/android/app/res/layout/auth.xml"
4136            line="39"
4137            column="6"/>
4138    </issue>
4139
4140    <issue
4141        id="LabelFor"
4142        message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
4143        errorLine1="    &lt;EditText"
4144        errorLine2="     ~~~~~~~~">
4145        <location
4146            file="packages/modules/Bluetooth/android/app/res/layout/auth.xml"
4147            line="39"
4148            column="6"/>
4149    </issue>
4150
4151    <issue
4152        id="SetTextI18n"
4153        message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
4154        errorLine1="                getString(R.string.bt_enable_line1)"
4155        errorLine2="                ^">
4156        <location
4157            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnableActivity.java"
4158            line="74"
4159            column="17"/>
4160    </issue>
4161
4162    <issue
4163        id="RtlSymmetry"
4164        message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
4165        errorLine1="        android:paddingStart=&quot;10dip&quot;"
4166        errorLine2="        ~~~~~~~~~~~~~~~~~~~~">
4167        <location
4168            file="packages/modules/Bluetooth/android/app/res/layout/bluetooth_transfer_item.xml"
4169            line="61"
4170            column="9"/>
4171    </issue>
4172
4173</issues>
4174