1<?xml version="1.0" encoding="UTF-8"?> 2<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01"> 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 <location 8 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java" 9 line="108"/> 10 </issue> 11 12 <issue 13 id="GestureBackNavigation" 14 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"> 15 <location 16 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java" 17 line="181"/> 18 </issue> 19 20 <issue 21 id="ScrollViewSize" 22 message='This LinearLayout should use `android:layout_height="wrap_content"`'> 23 <location 24 file="packages/modules/Bluetooth/android/app/res/layout/auth.xml" 25 line="26"/> 26 </issue> 27 28 <issue 29 id="ScrollViewSize" 30 message='This LinearLayout should use `android:layout_height="wrap_content"`'> 31 <location 32 file="packages/modules/Bluetooth/android/app/res/layout/bt_enabling_progress.xml" 33 line="28"/> 34 </issue> 35 36 <issue 37 id="ScrollViewSize" 38 message='This LinearLayout should use `android:layout_height="wrap_content"`'> 39 <location 40 file="packages/modules/Bluetooth/android/app/res/layout/file_transfer.xml" 41 line="26"/> 42 </issue> 43 44 <issue 45 id="DefaultLocale" 46 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 47 <location 48 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 49 line="5201"/> 50 </issue> 51 52 <issue 53 id="DefaultLocale" 54 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 55 <location 56 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/AvrcpVolumeManager.java" 57 line="314"/> 58 </issue> 59 60 <issue 61 id="DefaultLocale" 62 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 63 <location 64 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/BipEncoding.java" 65 line="94"/> 66 </issue> 67 68 <issue 69 id="DefaultLocale" 70 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 71 <location 72 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/BipEncoding.java" 73 line="98"/> 74 </issue> 75 76 <issue 77 id="DefaultLocale" 78 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 79 <location 80 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/BipEncoding.java" 81 line="127"/> 82 </issue> 83 84 <issue 85 id="DefaultLocale" 86 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 87 <location 88 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/BipTransformation.java" 89 line="64"/> 90 </issue> 91 92 <issue 93 id="DefaultLocale" 94 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 95 <location 96 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapContent.java" 97 line="144"/> 98 </issue> 99 100 <issue 101 id="DefaultLocale" 102 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 103 <location 104 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapContent.java" 105 line="3764"/> 106 </issue> 107 108 <issue 109 id="DefaultLocale" 110 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 111 <location 112 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java" 113 line="3069"/> 114 </issue> 115 116 <issue 117 id="DefaultLocale" 118 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 119 <location 120 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapContentObserver.java" 121 line="3111"/> 122 </issue> 123 124 <issue 125 id="DefaultLocale" 126 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 127 <location 128 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapFolderElement.java" 129 line="263"/> 130 </issue> 131 132 <issue 133 id="DefaultLocale" 134 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 135 <location 136 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java" 137 line="398"/> 138 </issue> 139 140 <issue 141 id="DefaultLocale" 142 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 143 <location 144 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java" 145 line="402"/> 146 </issue> 147 148 <issue 149 id="DefaultLocale" 150 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 151 <location 152 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapUtils.java" 153 line="624"/> 154 </issue> 155 156 <issue 157 id="DefaultLocale" 158 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 159 <location 160 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 161 line="414"/> 162 </issue> 163 164 <issue 165 id="DefaultLocale" 166 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 167 <location 168 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 169 line="414"/> 170 </issue> 171 172 <issue 173 id="DefaultLocale" 174 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 175 <location 176 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 177 line="427"/> 178 </issue> 179 180 <issue 181 id="DefaultLocale" 182 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 183 <location 184 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 185 line="427"/> 186 </issue> 187 188 <issue 189 id="DefaultLocale" 190 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 191 <location 192 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 193 line="431"/> 194 </issue> 195 196 <issue 197 id="DefaultLocale" 198 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 199 <location 200 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessage.java" 201 line="431"/> 202 </issue> 203 204 <issue 205 id="DefaultLocale" 206 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 207 <location 208 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 209 line="57"/> 210 </issue> 211 212 <issue 213 id="DefaultLocale" 214 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 215 <location 216 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 217 line="104"/> 218 </issue> 219 220 <issue 221 id="DefaultLocale" 222 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 223 <location 224 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 225 line="105"/> 226 </issue> 227 228 <issue 229 id="DefaultLocale" 230 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 231 <location 232 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 233 line="128"/> 234 </issue> 235 236 <issue 237 id="DefaultLocale" 238 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 239 <location 240 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 241 line="134"/> 242 </issue> 243 244 <issue 245 id="DefaultLocale" 246 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 247 <location 248 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 249 line="186"/> 250 </issue> 251 252 <issue 253 id="DefaultLocale" 254 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 255 <location 256 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 257 line="351"/> 258 </issue> 259 260 <issue 261 id="DefaultLocale" 262 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 263 <location 264 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 265 line="583"/> 266 </issue> 267 268 <issue 269 id="DefaultLocale" 270 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 271 <location 272 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 273 line="680"/> 274 </issue> 275 276 <issue 277 id="DefaultLocale" 278 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 279 <location 280 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 281 line="687"/> 282 </issue> 283 284 <issue 285 id="DefaultLocale" 286 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 287 <location 288 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 289 line="730"/> 290 </issue> 291 292 <issue 293 id="DefaultLocale" 294 message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 295 <location 296 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapbMessageMime.java" 297 line="732"/> 298 </issue> 299 300 <issue 301 id="DefaultLocale" 302 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 303 <location 304 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java" 305 line="256"/> 306 </issue> 307 308 <issue 309 id="DefaultLocale" 310 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 311 <location 312 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java" 313 line="272"/> 314 </issue> 315 316 <issue 317 id="DefaultLocale" 318 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 319 <location 320 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java" 321 line="945"/> 322 </issue> 323 324 <issue 325 id="DefaultLocale" 326 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 327 <location 328 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java" 329 line="957"/> 330 </issue> 331 332 <issue 333 id="DefaultLocale" 334 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 335 <location 336 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapObexServer.java" 337 line="958"/> 338 </issue> 339 340 <issue 341 id="DefaultLocale" 342 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 343 <location 344 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/DeviceWorkArounds.java" 345 line="34"/> 346 </issue> 347 348 <issue 349 id="DefaultLocale" 350 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 351 <location 352 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/DeviceWorkArounds.java" 353 line="34"/> 354 </issue> 355 356 <issue 357 id="DefaultLocale" 358 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 359 <location 360 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/MediaPlayerList.java" 361 line="454"/> 362 </issue> 363 364 <issue 365 id="DefaultLocale" 366 message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"> 367 <location 368 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/MediaPlayerList.java" 369 line="516"/> 370 </issue> 371 372 <issue 373 id="DefaultLocale" 374 message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."> 375 <location 376 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/MetricsLogger.java" 377 line="281"/> 378 </issue> 379 380 <issue 381 id="SimpleDateFormat" 382 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 383 <location 384 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/AppScanStats.java" 385 line="51"/> 386 </issue> 387 388 <issue 389 id="SimpleDateFormat" 390 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 391 <location 392 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 393 line="857"/> 394 </issue> 395 396 <issue 397 id="SimpleDateFormat" 398 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 399 <location 400 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 401 line="867"/> 402 </issue> 403 404 <issue 405 id="SimpleDateFormat" 406 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 407 <location 408 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 409 line="877"/> 410 </issue> 411 412 <issue 413 id="SimpleDateFormat" 414 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 415 <location 416 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 417 line="887"/> 418 </issue> 419 420 <issue 421 id="SimpleDateFormat" 422 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 423 <location 424 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 425 line="901"/> 426 </issue> 427 428 <issue 429 id="SimpleDateFormat" 430 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 431 <location 432 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 433 line="911"/> 434 </issue> 435 436 <issue 437 id="SimpleDateFormat" 438 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 439 <location 440 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 441 line="917"/> 442 </issue> 443 444 <issue 445 id="SimpleDateFormat" 446 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 447 <location 448 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 449 line="927"/> 450 </issue> 451 452 <issue 453 id="SimpleDateFormat" 454 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 455 <location 456 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 457 line="1125"/> 458 </issue> 459 460 <issue 461 id="SimpleDateFormat" 462 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 463 <location 464 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 465 line="1135"/> 466 </issue> 467 468 <issue 469 id="SimpleDateFormat" 470 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 471 <location 472 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 473 line="1371"/> 474 </issue> 475 476 <issue 477 id="SimpleDateFormat" 478 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 479 <location 480 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapAppParams.java" 481 line="1381"/> 482 </issue> 483 484 <issue 485 id="SimpleDateFormat" 486 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 487 <location 488 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapConvoContactElement.java" 489 line="159"/> 490 </issue> 491 492 <issue 493 id="SimpleDateFormat" 494 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 495 <location 496 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapConvoContactElement.java" 497 line="169"/> 498 </issue> 499 500 <issue 501 id="SimpleDateFormat" 502 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 503 <location 504 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapConvoListingElement.java" 505 line="149"/> 506 </issue> 507 508 <issue 509 id="SimpleDateFormat" 510 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 511 <location 512 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapConvoListingElement.java" 513 line="163"/> 514 </issue> 515 516 <issue 517 id="SimpleDateFormat" 518 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 519 <location 520 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapMessageListingElement.java" 521 line="83"/> 522 </issue> 523 524 <issue 525 id="SimpleDateFormat" 526 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 527 <location 528 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapSmsPdu.java" 529 line="380"/> 530 </issue> 531 532 <issue 533 id="SimpleDateFormat" 534 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 535 <location 536 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapUtils.java" 537 line="702"/> 538 </issue> 539 540 <issue 541 id="SimpleDateFormat" 542 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 543 <location 544 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapUtils.java" 545 line="703"/> 546 </issue> 547 548 <issue 549 id="SimpleDateFormat" 550 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 551 <location 552 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppReceiveFileInfo.java" 553 line="170"/> 554 </issue> 555 556 <issue 557 id="SimpleDateFormat" 558 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 559 <location 560 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java" 561 line="211"/> 562 </issue> 563 564 <issue 565 id="SimpleDateFormat" 566 message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."> 567 <location 568 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/CallLogPullRequest.java" 569 line="111"/> 570 </issue> 571 572 <issue 573 id="InflateParams" 574 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 575 <location 576 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapSettingsAdapter.java" 577 line="110"/> 578 </issue> 579 580 <issue 581 id="InflateParams" 582 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 583 <location 584 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapSettingsAdapter.java" 585 line="231"/> 586 </issue> 587 588 <issue 589 id="InflateParams" 590 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 591 <location 592 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnableActivity.java" 593 line="74"/> 594 </issue> 595 596 <issue 597 id="InflateParams" 598 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 599 <location 600 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java" 601 line="99"/> 602 </issue> 603 604 <issue 605 id="InflateParams" 606 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 607 <location 608 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtErrorActivity.java" 609 line="68"/> 610 </issue> 611 612 <issue 613 id="InflateParams" 614 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 615 <location 616 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java" 617 line="140"/> 618 </issue> 619 620 <issue 621 id="InflateParams" 622 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 623 <location 624 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppTransferActivity.java" 625 line="243"/> 626 </issue> 627 628 <issue 629 id="InflateParams" 630 message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"> 631 <location 632 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java" 633 line="158"/> 634 </issue> 635 636 <issue 637 id="VisibleForTests" 638 message="This method should only be accessed from tests or within private scope"> 639 <location 640 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 641 line="146"/> 642 </issue> 643 644 <issue 645 id="VisibleForTests" 646 message="This method should only be accessed from tests or within private scope"> 647 <location 648 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 649 line="289"/> 650 </issue> 651 652 <issue 653 id="VisibleForTests" 654 message="This method should only be accessed from tests or within private scope"> 655 <location 656 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 657 line="447"/> 658 </issue> 659 660 <issue 661 id="VisibleForTests" 662 message="This method should only be accessed from tests or within private scope"> 663 <location 664 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 665 line="674"/> 666 </issue> 667 668 <issue 669 id="VisibleForTests" 670 message="This method should only be accessed from tests or within private scope"> 671 <location 672 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 673 line="700"/> 674 </issue> 675 676 <issue 677 id="VisibleForTests" 678 message="This method should only be accessed from tests or within private scope"> 679 <location 680 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 681 line="863"/> 682 </issue> 683 684 <issue 685 id="VisibleForTests" 686 message="This method should only be accessed from tests or within private scope"> 687 <location 688 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 689 line="869"/> 690 </issue> 691 692 <issue 693 id="VisibleForTests" 694 message="This method should only be accessed from tests or within private scope"> 695 <location 696 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 697 line="882"/> 698 </issue> 699 700 <issue 701 id="VisibleForTests" 702 message="This method should only be accessed from tests or within private scope"> 703 <location 704 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 705 line="902"/> 706 </issue> 707 708 <issue 709 id="VisibleForTests" 710 message="This method should only be accessed from tests or within private scope"> 711 <location 712 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 713 line="975"/> 714 </issue> 715 716 <issue 717 id="VisibleForTests" 718 message="This method should only be accessed from tests or within private scope"> 719 <location 720 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 721 line="1254"/> 722 </issue> 723 724 <issue 725 id="VisibleForTests" 726 message="This method should only be accessed from tests or within private scope"> 727 <location 728 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/A2dpService.java" 729 line="1267"/> 730 </issue> 731 732 <issue 733 id="VisibleForTests" 734 message="This method should only be accessed from tests or within private scope"> 735 <location 736 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkService.java" 737 line="75"/> 738 </issue> 739 740 <issue 741 id="VisibleForTests" 742 message="This method should only be accessed from tests or within private scope"> 743 <location 744 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkService.java" 745 line="520"/> 746 </issue> 747 748 <issue 749 id="VisibleForTests" 750 message="This method should only be accessed from tests or within private scope"> 751 <location 752 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkService.java" 753 line="543"/> 754 </issue> 755 756 <issue 757 id="VisibleForTests" 758 message="This method should only be accessed from tests or within private scope"> 759 <location 760 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/A2dpSinkStateMachine.java" 761 line="163"/> 762 </issue> 763 764 <issue 765 id="VisibleForTests" 766 message="This method should only be accessed from tests or within private scope"> 767 <location 768 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 769 line="284"/> 770 </issue> 771 772 <issue 773 id="VisibleForTests" 774 message="This method should only be accessed from tests or within private scope"> 775 <location 776 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 777 line="285"/> 778 </issue> 779 780 <issue 781 id="VisibleForTests" 782 message="This method should only be accessed from tests or within private scope"> 783 <location 784 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 785 line="351"/> 786 </issue> 787 788 <issue 789 id="VisibleForTests" 790 message="This method should only be accessed from tests or within private scope"> 791 <location 792 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 793 line="352"/> 794 </issue> 795 796 <issue 797 id="VisibleForTests" 798 message="This method should only be accessed from tests or within private scope"> 799 <location 800 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 801 line="951"/> 802 </issue> 803 804 <issue 805 id="VisibleForTests" 806 message="This method should only be accessed from tests or within private scope"> 807 <location 808 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 809 line="1153"/> 810 </issue> 811 812 <issue 813 id="VisibleForTests" 814 message="This method should only be accessed from tests or within private scope"> 815 <location 816 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ActiveDeviceManager.java" 817 line="1154"/> 818 </issue> 819 820 <issue 821 id="VisibleForTests" 822 message="This method should only be accessed from tests or within private scope"> 823 <location 824 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 825 line="1631"/> 826 </issue> 827 828 <issue 829 id="VisibleForTests" 830 message="This method should only be accessed from tests or within private scope"> 831 <location 832 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 833 line="1636"/> 834 </issue> 835 836 <issue 837 id="VisibleForTests" 838 message="This method should only be accessed from tests or within private scope"> 839 <location 840 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 841 line="1640"/> 842 </issue> 843 844 <issue 845 id="VisibleForTests" 846 message="This method should only be accessed from tests or within private scope"> 847 <location 848 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 849 line="1880"/> 850 </issue> 851 852 <issue 853 id="VisibleForTests" 854 message="This method should only be accessed from tests or within private scope"> 855 <location 856 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 857 line="1891"/> 858 </issue> 859 860 <issue 861 id="VisibleForTests" 862 message="This method should only be accessed from tests or within private scope"> 863 <location 864 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 865 line="7004"/> 866 </issue> 867 868 <issue 869 id="VisibleForTests" 870 message="This method should only be accessed from tests or within private scope"> 871 <location 872 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 873 line="192"/> 874 </issue> 875 876 <issue 877 id="VisibleForTests" 878 message="This method should only be accessed from tests or within private scope"> 879 <location 880 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 881 line="211"/> 882 </issue> 883 884 <issue 885 id="VisibleForTests" 886 message="This method should only be accessed from tests or within private scope"> 887 <location 888 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 889 line="213"/> 890 </issue> 891 892 <issue 893 id="VisibleForTests" 894 message="This method should only be accessed from tests or within private scope"> 895 <location 896 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 897 line="280"/> 898 </issue> 899 900 <issue 901 id="VisibleForTests" 902 message="This method should only be accessed from tests or within private scope"> 903 <location 904 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 905 line="282"/> 906 </issue> 907 908 <issue 909 id="VisibleForTests" 910 message="This method should only be accessed from tests or within private scope"> 911 <location 912 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 913 line="305"/> 914 </issue> 915 916 <issue 917 id="VisibleForTests" 918 message="This method should only be accessed from tests or within private scope"> 919 <location 920 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 921 line="320"/> 922 </issue> 923 924 <issue 925 id="VisibleForTests" 926 message="This method should only be accessed from tests or within private scope"> 927 <location 928 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 929 line="321"/> 930 </issue> 931 932 <issue 933 id="VisibleForTests" 934 message="This method should only be accessed from tests or within private scope"> 935 <location 936 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 937 line="332"/> 938 </issue> 939 940 <issue 941 id="VisibleForTests" 942 message="This method should only be accessed from tests or within private scope"> 943 <location 944 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 945 line="340"/> 946 </issue> 947 948 <issue 949 id="VisibleForTests" 950 message="This method should only be accessed from tests or within private scope"> 951 <location 952 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 953 line="360"/> 954 </issue> 955 956 <issue 957 id="VisibleForTests" 958 message="This method should only be accessed from tests or within private scope"> 959 <location 960 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 961 line="373"/> 962 </issue> 963 964 <issue 965 id="VisibleForTests" 966 message="This method should only be accessed from tests or within private scope"> 967 <location 968 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 969 line="379"/> 970 </issue> 971 972 <issue 973 id="VisibleForTests" 974 message="This method should only be accessed from tests or within private scope"> 975 <location 976 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 977 line="391"/> 978 </issue> 979 980 <issue 981 id="VisibleForTests" 982 message="This method should only be accessed from tests or within private scope"> 983 <location 984 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/AtPhonebook.java" 985 line="627"/> 986 </issue> 987 988 <issue 989 id="VisibleForTests" 990 message="This method should only be accessed from tests or within private scope"> 991 <location 992 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 993 line="264"/> 994 </issue> 995 996 <issue 997 id="VisibleForTests" 998 message="This method should only be accessed from tests or within private scope"> 999 <location 1000 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1001 line="422"/> 1002 </issue> 1003 1004 <issue 1005 id="VisibleForTests" 1006 message="This method should only be accessed from tests or within private scope"> 1007 <location 1008 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1009 line="431"/> 1010 </issue> 1011 1012 <issue 1013 id="VisibleForTests" 1014 message="This method should only be accessed from tests or within private scope"> 1015 <location 1016 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1017 line="441"/> 1018 </issue> 1019 1020 <issue 1021 id="VisibleForTests" 1022 message="This method should only be accessed from tests or within private scope"> 1023 <location 1024 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1025 line="446"/> 1026 </issue> 1027 1028 <issue 1029 id="VisibleForTests" 1030 message="This method should only be accessed from tests or within private scope"> 1031 <location 1032 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1033 line="450"/> 1034 </issue> 1035 1036 <issue 1037 id="VisibleForTests" 1038 message="This method should only be accessed from tests or within private scope"> 1039 <location 1040 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1041 line="483"/> 1042 </issue> 1043 1044 <issue 1045 id="VisibleForTests" 1046 message="This method should only be accessed from tests or within private scope"> 1047 <location 1048 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1049 line="489"/> 1050 </issue> 1051 1052 <issue 1053 id="VisibleForTests" 1054 message="This method should only be accessed from tests or within private scope"> 1055 <location 1056 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1057 line="567"/> 1058 </issue> 1059 1060 <issue 1061 id="VisibleForTests" 1062 message="This method should only be accessed from tests or within private scope"> 1063 <location 1064 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1065 line="627"/> 1066 </issue> 1067 1068 <issue 1069 id="VisibleForTests" 1070 message="This method should only be accessed from tests or within private scope"> 1071 <location 1072 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1073 line="628"/> 1074 </issue> 1075 1076 <issue 1077 id="VisibleForTests" 1078 message="This method should only be accessed from tests or within private scope"> 1079 <location 1080 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1081 line="652"/> 1082 </issue> 1083 1084 <issue 1085 id="VisibleForTests" 1086 message="This method should only be accessed from tests or within private scope"> 1087 <location 1088 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1089 line="703"/> 1090 </issue> 1091 1092 <issue 1093 id="VisibleForTests" 1094 message="This method should only be accessed from tests or within private scope"> 1095 <location 1096 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1097 line="724"/> 1098 </issue> 1099 1100 <issue 1101 id="VisibleForTests" 1102 message="This method should only be accessed from tests or within private scope"> 1103 <location 1104 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1105 line="773"/> 1106 </issue> 1107 1108 <issue 1109 id="VisibleForTests" 1110 message="This method should only be accessed from tests or within private scope"> 1111 <location 1112 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1113 line="801"/> 1114 </issue> 1115 1116 <issue 1117 id="VisibleForTests" 1118 message="This method should only be accessed from tests or within private scope"> 1119 <location 1120 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1121 line="822"/> 1122 </issue> 1123 1124 <issue 1125 id="VisibleForTests" 1126 message="This method should only be accessed from tests or within private scope"> 1127 <location 1128 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1129 line="823"/> 1130 </issue> 1131 1132 <issue 1133 id="VisibleForTests" 1134 message="This method should only be accessed from tests or within private scope"> 1135 <location 1136 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1137 line="848"/> 1138 </issue> 1139 1140 <issue 1141 id="VisibleForTests" 1142 message="This method should only be accessed from tests or within private scope"> 1143 <location 1144 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1145 line="872"/> 1146 </issue> 1147 1148 <issue 1149 id="VisibleForTests" 1150 message="This method should only be accessed from tests or within private scope"> 1151 <location 1152 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1153 line="954"/> 1154 </issue> 1155 1156 <issue 1157 id="VisibleForTests" 1158 message="This method should only be accessed from tests or within private scope"> 1159 <location 1160 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1161 line="955"/> 1162 </issue> 1163 1164 <issue 1165 id="VisibleForTests" 1166 message="This method should only be accessed from tests or within private scope"> 1167 <location 1168 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1169 line="1035"/> 1170 </issue> 1171 1172 <issue 1173 id="VisibleForTests" 1174 message="This method should only be accessed from tests or within private scope"> 1175 <location 1176 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1177 line="1085"/> 1178 </issue> 1179 1180 <issue 1181 id="VisibleForTests" 1182 message="This method should only be accessed from tests or within private scope"> 1183 <location 1184 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1185 line="1111"/> 1186 </issue> 1187 1188 <issue 1189 id="VisibleForTests" 1190 message="This method should only be accessed from tests or within private scope"> 1191 <location 1192 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1193 line="1115"/> 1194 </issue> 1195 1196 <issue 1197 id="VisibleForTests" 1198 message="This method should only be accessed from tests or within private scope"> 1199 <location 1200 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1201 line="1119"/> 1202 </issue> 1203 1204 <issue 1205 id="VisibleForTests" 1206 message="This method should only be accessed from tests or within private scope"> 1207 <location 1208 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1209 line="1121"/> 1210 </issue> 1211 1212 <issue 1213 id="VisibleForTests" 1214 message="This method should only be accessed from tests or within private scope"> 1215 <location 1216 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1217 line="1182"/> 1218 </issue> 1219 1220 <issue 1221 id="VisibleForTests" 1222 message="This method should only be accessed from tests or within private scope"> 1223 <location 1224 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1225 line="1187"/> 1226 </issue> 1227 1228 <issue 1229 id="VisibleForTests" 1230 message="This method should only be accessed from tests or within private scope"> 1231 <location 1232 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1233 line="1193"/> 1234 </issue> 1235 1236 <issue 1237 id="VisibleForTests" 1238 message="This method should only be accessed from tests or within private scope"> 1239 <location 1240 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1241 line="1195"/> 1242 </issue> 1243 1244 <issue 1245 id="VisibleForTests" 1246 message="This method should only be accessed from tests or within private scope"> 1247 <location 1248 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1249 line="1236"/> 1250 </issue> 1251 1252 <issue 1253 id="VisibleForTests" 1254 message="This method should only be accessed from tests or within private scope"> 1255 <location 1256 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1257 line="1238"/> 1258 </issue> 1259 1260 <issue 1261 id="VisibleForTests" 1262 message="This method should only be accessed from tests or within private scope"> 1263 <location 1264 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1265 line="1243"/> 1266 </issue> 1267 1268 <issue 1269 id="VisibleForTests" 1270 message="This method should only be accessed from tests or within private scope"> 1271 <location 1272 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1273 line="1254"/> 1274 </issue> 1275 1276 <issue 1277 id="VisibleForTests" 1278 message="This method should only be accessed from tests or within private scope"> 1279 <location 1280 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1281 line="1262"/> 1282 </issue> 1283 1284 <issue 1285 id="VisibleForTests" 1286 message="This method should only be accessed from tests or within private scope"> 1287 <location 1288 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1289 line="1283"/> 1290 </issue> 1291 1292 <issue 1293 id="VisibleForTests" 1294 message="This method should only be accessed from tests or within private scope"> 1295 <location 1296 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1297 line="1306"/> 1298 </issue> 1299 1300 <issue 1301 id="VisibleForTests" 1302 message="This method should only be accessed from tests or within private scope"> 1303 <location 1304 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1305 line="1381"/> 1306 </issue> 1307 1308 <issue 1309 id="VisibleForTests" 1310 message="This method should only be accessed from tests or within private scope"> 1311 <location 1312 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassClientService.java" 1313 line="1387"/> 1314 </issue> 1315 1316 <issue 1317 id="VisibleForTests" 1318 message="This method should only be accessed from tests or within private scope"> 1319 <location 1320 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassObjectsFactory.java" 1321 line="75"/> 1322 </issue> 1323 1324 <issue 1325 id="VisibleForTests" 1326 message="This method should only be accessed from tests or within private scope"> 1327 <location 1328 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/BassObjectsFactory.java" 1329 line="84"/> 1330 </issue> 1331 1332 <issue 1333 id="VisibleForTests" 1334 message="This method should only be accessed from tests or within private scope"> 1335 <location 1336 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/BatteryService.java" 1337 line="98"/> 1338 </issue> 1339 1340 <issue 1341 id="VisibleForTests" 1342 message="This method should only be accessed from tests or within private scope"> 1343 <location 1344 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/BatteryService.java" 1345 line="210"/> 1346 </issue> 1347 1348 <issue 1349 id="VisibleForTests" 1350 message="This method should only be accessed from tests or within private scope"> 1351 <location 1352 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/BatteryService.java" 1353 line="237"/> 1354 </issue> 1355 1356 <issue 1357 id="VisibleForTests" 1358 message="This method should only be accessed from tests or within private scope"> 1359 <location 1360 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/BatteryService.java" 1361 line="421"/> 1362 </issue> 1363 1364 <issue 1365 id="VisibleForTests" 1366 message="This method should only be accessed from tests or within private scope"> 1367 <location 1368 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/BatteryService.java" 1369 line="438"/> 1370 </issue> 1371 1372 <issue 1373 id="VisibleForTests" 1374 message="This method should only be accessed from tests or within private scope"> 1375 <location 1376 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1377 line="52"/> 1378 </issue> 1379 1380 <issue 1381 id="VisibleForTests" 1382 message="This method should only be accessed from tests or within private scope"> 1383 <location 1384 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1385 line="54"/> 1386 </issue> 1387 1388 <issue 1389 id="VisibleForTests" 1390 message="This method should only be accessed from tests or within private scope"> 1391 <location 1392 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1393 line="57"/> 1394 </issue> 1395 1396 <issue 1397 id="VisibleForTests" 1398 message="This method should only be accessed from tests or within private scope"> 1399 <location 1400 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1401 line="58"/> 1402 </issue> 1403 1404 <issue 1405 id="VisibleForTests" 1406 message="This method should only be accessed from tests or within private scope"> 1407 <location 1408 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1409 line="154"/> 1410 </issue> 1411 1412 <issue 1413 id="VisibleForTests" 1414 message="This method should only be accessed from tests or within private scope"> 1415 <location 1416 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1417 line="168"/> 1418 </issue> 1419 1420 <issue 1421 id="VisibleForTests" 1422 message="This method should only be accessed from tests or within private scope"> 1423 <location 1424 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1425 line="180"/> 1426 </issue> 1427 1428 <issue 1429 id="VisibleForTests" 1430 message="This method should only be accessed from tests or within private scope"> 1431 <location 1432 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/BluetoothDatabaseMigration.java" 1433 line="193"/> 1434 </issue> 1435 1436 <issue 1437 id="VisibleForTests" 1438 message="This method should only be accessed from tests or within private scope"> 1439 <location 1440 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1441 line="386"/> 1442 </issue> 1443 1444 <issue 1445 id="VisibleForTests" 1446 message="This method should only be accessed from tests or within private scope"> 1447 <location 1448 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1449 line="401"/> 1450 </issue> 1451 1452 <issue 1453 id="VisibleForTests" 1454 message="This method should only be accessed from tests or within private scope"> 1455 <location 1456 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1457 line="403"/> 1458 </issue> 1459 1460 <issue 1461 id="VisibleForTests" 1462 message="This method should only be accessed from tests or within private scope"> 1463 <location 1464 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1465 line="407"/> 1466 </issue> 1467 1468 <issue 1469 id="VisibleForTests" 1470 message="This method should only be accessed from tests or within private scope"> 1471 <location 1472 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1473 line="408"/> 1474 </issue> 1475 1476 <issue 1477 id="VisibleForTests" 1478 message="This method should only be accessed from tests or within private scope"> 1479 <location 1480 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1481 line="410"/> 1482 </issue> 1483 1484 <issue 1485 id="VisibleForTests" 1486 message="This method should only be accessed from tests or within private scope"> 1487 <location 1488 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1489 line="427"/> 1490 </issue> 1491 1492 <issue 1493 id="VisibleForTests" 1494 message="This method should only be accessed from tests or within private scope"> 1495 <location 1496 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1497 line="428"/> 1498 </issue> 1499 1500 <issue 1501 id="VisibleForTests" 1502 message="This method should only be accessed from tests or within private scope"> 1503 <location 1504 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1505 line="575"/> 1506 </issue> 1507 1508 <issue 1509 id="VisibleForTests" 1510 message="This method should only be accessed from tests or within private scope"> 1511 <location 1512 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1513 line="578"/> 1514 </issue> 1515 1516 <issue 1517 id="VisibleForTests" 1518 message="This method should only be accessed from tests or within private scope"> 1519 <location 1520 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1521 line="580"/> 1522 </issue> 1523 1524 <issue 1525 id="VisibleForTests" 1526 message="This method should only be accessed from tests or within private scope"> 1527 <location 1528 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1529 line="581"/> 1530 </issue> 1531 1532 <issue 1533 id="VisibleForTests" 1534 message="This method should only be accessed from tests or within private scope"> 1535 <location 1536 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1537 line="582"/> 1538 </issue> 1539 1540 <issue 1541 id="VisibleForTests" 1542 message="This method should only be accessed from tests or within private scope"> 1543 <location 1544 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1545 line="584"/> 1546 </issue> 1547 1548 <issue 1549 id="VisibleForTests" 1550 message="This method should only be accessed from tests or within private scope"> 1551 <location 1552 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1553 line="585"/> 1554 </issue> 1555 1556 <issue 1557 id="VisibleForTests" 1558 message="This method should only be accessed from tests or within private scope"> 1559 <location 1560 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1561 line="621"/> 1562 </issue> 1563 1564 <issue 1565 id="VisibleForTests" 1566 message="This method should only be accessed from tests or within private scope"> 1567 <location 1568 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1569 line="628"/> 1570 </issue> 1571 1572 <issue 1573 id="VisibleForTests" 1574 message="This method should only be accessed from tests or within private scope"> 1575 <location 1576 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1577 line="643"/> 1578 </issue> 1579 1580 <issue 1581 id="VisibleForTests" 1582 message="This method should only be accessed from tests or within private scope"> 1583 <location 1584 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1585 line="644"/> 1586 </issue> 1587 1588 <issue 1589 id="VisibleForTests" 1590 message="This method should only be accessed from tests or within private scope"> 1591 <location 1592 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1593 line="647"/> 1594 </issue> 1595 1596 <issue 1597 id="VisibleForTests" 1598 message="This method should only be accessed from tests or within private scope"> 1599 <location 1600 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1601 line="648"/> 1602 </issue> 1603 1604 <issue 1605 id="VisibleForTests" 1606 message="This method should only be accessed from tests or within private scope"> 1607 <location 1608 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1609 line="650"/> 1610 </issue> 1611 1612 <issue 1613 id="VisibleForTests" 1614 message="This method should only be accessed from tests or within private scope"> 1615 <location 1616 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1617 line="653"/> 1618 </issue> 1619 1620 <issue 1621 id="VisibleForTests" 1622 message="This method should only be accessed from tests or within private scope"> 1623 <location 1624 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1625 line="654"/> 1626 </issue> 1627 1628 <issue 1629 id="VisibleForTests" 1630 message="This method should only be accessed from tests or within private scope"> 1631 <location 1632 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1633 line="669"/> 1634 </issue> 1635 1636 <issue 1637 id="VisibleForTests" 1638 message="This method should only be accessed from tests or within private scope"> 1639 <location 1640 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1641 line="681"/> 1642 </issue> 1643 1644 <issue 1645 id="VisibleForTests" 1646 message="This method should only be accessed from tests or within private scope"> 1647 <location 1648 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1649 line="759"/> 1650 </issue> 1651 1652 <issue 1653 id="VisibleForTests" 1654 message="This method should only be accessed from tests or within private scope"> 1655 <location 1656 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1657 line="760"/> 1658 </issue> 1659 1660 <issue 1661 id="VisibleForTests" 1662 message="This method should only be accessed from tests or within private scope"> 1663 <location 1664 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1665 line="761"/> 1666 </issue> 1667 1668 <issue 1669 id="VisibleForTests" 1670 message="This method should only be accessed from tests or within private scope"> 1671 <location 1672 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1673 line="770"/> 1674 </issue> 1675 1676 <issue 1677 id="VisibleForTests" 1678 message="This method should only be accessed from tests or within private scope"> 1679 <location 1680 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1681 line="782"/> 1682 </issue> 1683 1684 <issue 1685 id="VisibleForTests" 1686 message="This method should only be accessed from tests or within private scope"> 1687 <location 1688 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1689 line="799"/> 1690 </issue> 1691 1692 <issue 1693 id="VisibleForTests" 1694 message="This method should only be accessed from tests or within private scope"> 1695 <location 1696 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1697 line="803"/> 1698 </issue> 1699 1700 <issue 1701 id="VisibleForTests" 1702 message="This method should only be accessed from tests or within private scope"> 1703 <location 1704 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1705 line="804"/> 1706 </issue> 1707 1708 <issue 1709 id="VisibleForTests" 1710 message="This method should only be accessed from tests or within private scope"> 1711 <location 1712 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1713 line="806"/> 1714 </issue> 1715 1716 <issue 1717 id="VisibleForTests" 1718 message="This method should only be accessed from tests or within private scope"> 1719 <location 1720 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1721 line="856"/> 1722 </issue> 1723 1724 <issue 1725 id="VisibleForTests" 1726 message="This method should only be accessed from tests or within private scope"> 1727 <location 1728 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1729 line="857"/> 1730 </issue> 1731 1732 <issue 1733 id="VisibleForTests" 1734 message="This method should only be accessed from tests or within private scope"> 1735 <location 1736 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1737 line="884"/> 1738 </issue> 1739 1740 <issue 1741 id="VisibleForTests" 1742 message="This method should only be accessed from tests or within private scope"> 1743 <location 1744 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1745 line="888"/> 1746 </issue> 1747 1748 <issue 1749 id="VisibleForTests" 1750 message="This method should only be accessed from tests or within private scope"> 1751 <location 1752 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1753 line="900"/> 1754 </issue> 1755 1756 <issue 1757 id="VisibleForTests" 1758 message="This method should only be accessed from tests or within private scope"> 1759 <location 1760 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1761 line="905"/> 1762 </issue> 1763 1764 <issue 1765 id="VisibleForTests" 1766 message="This method should only be accessed from tests or within private scope"> 1767 <location 1768 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1769 line="906"/> 1770 </issue> 1771 1772 <issue 1773 id="VisibleForTests" 1774 message="This method should only be accessed from tests or within private scope"> 1775 <location 1776 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1777 line="907"/> 1778 </issue> 1779 1780 <issue 1781 id="VisibleForTests" 1782 message="This method should only be accessed from tests or within private scope"> 1783 <location 1784 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1785 line="921"/> 1786 </issue> 1787 1788 <issue 1789 id="VisibleForTests" 1790 message="This method should only be accessed from tests or within private scope"> 1791 <location 1792 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1793 line="922"/> 1794 </issue> 1795 1796 <issue 1797 id="VisibleForTests" 1798 message="This method should only be accessed from tests or within private scope"> 1799 <location 1800 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1801 line="937"/> 1802 </issue> 1803 1804 <issue 1805 id="VisibleForTests" 1806 message="This method should only be accessed from tests or within private scope"> 1807 <location 1808 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1809 line="939"/> 1810 </issue> 1811 1812 <issue 1813 id="VisibleForTests" 1814 message="This method should only be accessed from tests or within private scope"> 1815 <location 1816 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1817 line="940"/> 1818 </issue> 1819 1820 <issue 1821 id="VisibleForTests" 1822 message="This method should only be accessed from tests or within private scope"> 1823 <location 1824 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1825 line="942"/> 1826 </issue> 1827 1828 <issue 1829 id="VisibleForTests" 1830 message="This method should only be accessed from tests or within private scope"> 1831 <location 1832 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1833 line="975"/> 1834 </issue> 1835 1836 <issue 1837 id="VisibleForTests" 1838 message="This method should only be accessed from tests or within private scope"> 1839 <location 1840 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1841 line="978"/> 1842 </issue> 1843 1844 <issue 1845 id="VisibleForTests" 1846 message="This method should only be accessed from tests or within private scope"> 1847 <location 1848 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1849 line="980"/> 1850 </issue> 1851 1852 <issue 1853 id="VisibleForTests" 1854 message="This method should only be accessed from tests or within private scope"> 1855 <location 1856 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1857 line="981"/> 1858 </issue> 1859 1860 <issue 1861 id="VisibleForTests" 1862 message="This method should only be accessed from tests or within private scope"> 1863 <location 1864 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1865 line="998"/> 1866 </issue> 1867 1868 <issue 1869 id="VisibleForTests" 1870 message="This method should only be accessed from tests or within private scope"> 1871 <location 1872 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1873 line="1033"/> 1874 </issue> 1875 1876 <issue 1877 id="VisibleForTests" 1878 message="This method should only be accessed from tests or within private scope"> 1879 <location 1880 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1881 line="1036"/> 1882 </issue> 1883 1884 <issue 1885 id="VisibleForTests" 1886 message="This method should only be accessed from tests or within private scope"> 1887 <location 1888 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1889 line="1046"/> 1890 </issue> 1891 1892 <issue 1893 id="VisibleForTests" 1894 message="This method should only be accessed from tests or within private scope"> 1895 <location 1896 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1897 line="1048"/> 1898 </issue> 1899 1900 <issue 1901 id="VisibleForTests" 1902 message="This method should only be accessed from tests or within private scope"> 1903 <location 1904 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1905 line="1050"/> 1906 </issue> 1907 1908 <issue 1909 id="VisibleForTests" 1910 message="This method should only be accessed from tests or within private scope"> 1911 <location 1912 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1913 line="1052"/> 1914 </issue> 1915 1916 <issue 1917 id="VisibleForTests" 1918 message="This method should only be accessed from tests or within private scope"> 1919 <location 1920 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1921 line="1056"/> 1922 </issue> 1923 1924 <issue 1925 id="VisibleForTests" 1926 message="This method should only be accessed from tests or within private scope"> 1927 <location 1928 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1929 line="1056"/> 1930 </issue> 1931 1932 <issue 1933 id="VisibleForTests" 1934 message="This method should only be accessed from tests or within private scope"> 1935 <location 1936 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1937 line="1058"/> 1938 </issue> 1939 1940 <issue 1941 id="VisibleForTests" 1942 message="This method should only be accessed from tests or within private scope"> 1943 <location 1944 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1945 line="1063"/> 1946 </issue> 1947 1948 <issue 1949 id="VisibleForTests" 1950 message="This method should only be accessed from tests or within private scope"> 1951 <location 1952 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1953 line="1064"/> 1954 </issue> 1955 1956 <issue 1957 id="VisibleForTests" 1958 message="This method should only be accessed from tests or within private scope"> 1959 <location 1960 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1961 line="1069"/> 1962 </issue> 1963 1964 <issue 1965 id="VisibleForTests" 1966 message="This method should only be accessed from tests or within private scope"> 1967 <location 1968 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1969 line="1074"/> 1970 </issue> 1971 1972 <issue 1973 id="VisibleForTests" 1974 message="This method should only be accessed from tests or within private scope"> 1975 <location 1976 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1977 line="1077"/> 1978 </issue> 1979 1980 <issue 1981 id="VisibleForTests" 1982 message="This method should only be accessed from tests or within private scope"> 1983 <location 1984 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1985 line="1078"/> 1986 </issue> 1987 1988 <issue 1989 id="VisibleForTests" 1990 message="This method should only be accessed from tests or within private scope"> 1991 <location 1992 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 1993 line="1083"/> 1994 </issue> 1995 1996 <issue 1997 id="VisibleForTests" 1998 message="This method should only be accessed from tests or within private scope"> 1999 <location 2000 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2001 line="1084"/> 2002 </issue> 2003 2004 <issue 2005 id="VisibleForTests" 2006 message="This method should only be accessed from tests or within private scope"> 2007 <location 2008 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2009 line="1088"/> 2010 </issue> 2011 2012 <issue 2013 id="VisibleForTests" 2014 message="This method should only be accessed from tests or within private scope"> 2015 <location 2016 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2017 line="1090"/> 2018 </issue> 2019 2020 <issue 2021 id="VisibleForTests" 2022 message="This method should only be accessed from tests or within private scope"> 2023 <location 2024 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2025 line="1116"/> 2026 </issue> 2027 2028 <issue 2029 id="VisibleForTests" 2030 message="This method should only be accessed from tests or within private scope"> 2031 <location 2032 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2033 line="1117"/> 2034 </issue> 2035 2036 <issue 2037 id="VisibleForTests" 2038 message="This method should only be accessed from tests or within private scope"> 2039 <location 2040 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2041 line="1118"/> 2042 </issue> 2043 2044 <issue 2045 id="VisibleForTests" 2046 message="This method should only be accessed from tests or within private scope"> 2047 <location 2048 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2049 line="1122"/> 2050 </issue> 2051 2052 <issue 2053 id="VisibleForTests" 2054 message="This method should only be accessed from tests or within private scope"> 2055 <location 2056 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2057 line="1124"/> 2058 </issue> 2059 2060 <issue 2061 id="VisibleForTests" 2062 message="This method should only be accessed from tests or within private scope"> 2063 <location 2064 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2065 line="1134"/> 2066 </issue> 2067 2068 <issue 2069 id="VisibleForTests" 2070 message="This method should only be accessed from tests or within private scope"> 2071 <location 2072 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2073 line="1145"/> 2074 </issue> 2075 2076 <issue 2077 id="VisibleForTests" 2078 message="This method should only be accessed from tests or within private scope"> 2079 <location 2080 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2081 line="1146"/> 2082 </issue> 2083 2084 <issue 2085 id="VisibleForTests" 2086 message="This method should only be accessed from tests or within private scope"> 2087 <location 2088 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2089 line="1147"/> 2090 </issue> 2091 2092 <issue 2093 id="VisibleForTests" 2094 message="This method should only be accessed from tests or within private scope"> 2095 <location 2096 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2097 line="1150"/> 2098 </issue> 2099 2100 <issue 2101 id="VisibleForTests" 2102 message="This method should only be accessed from tests or within private scope"> 2103 <location 2104 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2105 line="1151"/> 2106 </issue> 2107 2108 <issue 2109 id="VisibleForTests" 2110 message="This method should only be accessed from tests or within private scope"> 2111 <location 2112 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2113 line="1155"/> 2114 </issue> 2115 2116 <issue 2117 id="VisibleForTests" 2118 message="This method should only be accessed from tests or within private scope"> 2119 <location 2120 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2121 line="1159"/> 2122 </issue> 2123 2124 <issue 2125 id="VisibleForTests" 2126 message="This method should only be accessed from tests or within private scope"> 2127 <location 2128 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2129 line="1240"/> 2130 </issue> 2131 2132 <issue 2133 id="VisibleForTests" 2134 message="This method should only be accessed from tests or within private scope"> 2135 <location 2136 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2137 line="1252"/> 2138 </issue> 2139 2140 <issue 2141 id="VisibleForTests" 2142 message="This method should only be accessed from tests or within private scope"> 2143 <location 2144 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2145 line="1279"/> 2146 </issue> 2147 2148 <issue 2149 id="VisibleForTests" 2150 message="This method should only be accessed from tests or within private scope"> 2151 <location 2152 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2153 line="1488"/> 2154 </issue> 2155 2156 <issue 2157 id="VisibleForTests" 2158 message="This method should only be accessed from tests or within private scope"> 2159 <location 2160 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2161 line="1505"/> 2162 </issue> 2163 2164 <issue 2165 id="VisibleForTests" 2166 message="This method should only be accessed from tests or within private scope"> 2167 <location 2168 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2169 line="1552"/> 2170 </issue> 2171 2172 <issue 2173 id="VisibleForTests" 2174 message="This method should only be accessed from tests or within private scope"> 2175 <location 2176 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2177 line="1567"/> 2178 </issue> 2179 2180 <issue 2181 id="VisibleForTests" 2182 message="This method should only be accessed from tests or within private scope"> 2183 <location 2184 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2185 line="1572"/> 2186 </issue> 2187 2188 <issue 2189 id="VisibleForTests" 2190 message="This method should only be accessed from tests or within private scope"> 2191 <location 2192 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2193 line="1573"/> 2194 </issue> 2195 2196 <issue 2197 id="VisibleForTests" 2198 message="This method should only be accessed from tests or within private scope"> 2199 <location 2200 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2201 line="1574"/> 2202 </issue> 2203 2204 <issue 2205 id="VisibleForTests" 2206 message="This method should only be accessed from tests or within private scope"> 2207 <location 2208 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2209 line="1587"/> 2210 </issue> 2211 2212 <issue 2213 id="VisibleForTests" 2214 message="This method should only be accessed from tests or within private scope"> 2215 <location 2216 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2217 line="1588"/> 2218 </issue> 2219 2220 <issue 2221 id="VisibleForTests" 2222 message="This method should only be accessed from tests or within private scope"> 2223 <location 2224 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2225 line="1604"/> 2226 </issue> 2227 2228 <issue 2229 id="VisibleForTests" 2230 message="This method should only be accessed from tests or within private scope"> 2231 <location 2232 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2233 line="1605"/> 2234 </issue> 2235 2236 <issue 2237 id="VisibleForTests" 2238 message="This method should only be accessed from tests or within private scope"> 2239 <location 2240 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2241 line="1607"/> 2242 </issue> 2243 2244 <issue 2245 id="VisibleForTests" 2246 message="This method should only be accessed from tests or within private scope"> 2247 <location 2248 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2249 line="1611"/> 2250 </issue> 2251 2252 <issue 2253 id="VisibleForTests" 2254 message="This method should only be accessed from tests or within private scope"> 2255 <location 2256 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2257 line="1613"/> 2258 </issue> 2259 2260 <issue 2261 id="VisibleForTests" 2262 message="This method should only be accessed from tests or within private scope"> 2263 <location 2264 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2265 line="1615"/> 2266 </issue> 2267 2268 <issue 2269 id="VisibleForTests" 2270 message="This method should only be accessed from tests or within private scope"> 2271 <location 2272 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java" 2273 line="1618"/> 2274 </issue> 2275 2276 <issue 2277 id="VisibleForTests" 2278 message="This method should only be accessed from tests or within private scope"> 2279 <location 2280 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java" 2281 line="639"/> 2282 </issue> 2283 2284 <issue 2285 id="VisibleForTests" 2286 message="This method should only be accessed from tests or within private scope"> 2287 <location 2288 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java" 2289 line="666"/> 2290 </issue> 2291 2292 <issue 2293 id="VisibleForTests" 2294 message="This method should only be accessed from tests or within private scope"> 2295 <location 2296 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java" 2297 line="680"/> 2298 </issue> 2299 2300 <issue 2301 id="VisibleForTests" 2302 message="This method should only be accessed from tests or within package private scope"> 2303 <location 2304 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/BluetoothMethodProxy.java" 2305 line="259"/> 2306 </issue> 2307 2308 <issue 2309 id="VisibleForTests" 2310 message="This method should only be accessed from tests or within private scope"> 2311 <location 2312 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java" 2313 line="595"/> 2314 </issue> 2315 2316 <issue 2317 id="VisibleForTests" 2318 message="This method should only be accessed from tests or within private scope"> 2319 <location 2320 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java" 2321 line="622"/> 2322 </issue> 2323 2324 <issue 2325 id="VisibleForTests" 2326 message="This method should only be accessed from tests or within private scope"> 2327 <location 2328 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java" 2329 line="661"/> 2330 </issue> 2331 2332 <issue 2333 id="VisibleForTests" 2334 message="This method should only be accessed from tests or within private scope"> 2335 <location 2336 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java" 2337 line="523"/> 2338 </issue> 2339 2340 <issue 2341 id="VisibleForTests" 2342 message="This method should only be accessed from tests or within private scope"> 2343 <location 2344 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java" 2345 line="559"/> 2346 </issue> 2347 2348 <issue 2349 id="VisibleForTests" 2350 message="This method should only be accessed from tests or within private scope"> 2351 <location 2352 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/BondStateMachine.java" 2353 line="586"/> 2354 </issue> 2355 2356 <issue 2357 id="VisibleForTests" 2358 message="This method should only be accessed from tests or within private scope"> 2359 <location 2360 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java" 2361 line="141"/> 2362 </issue> 2363 2364 <issue 2365 id="VisibleForTests" 2366 message="This method should only be accessed from tests or within private scope"> 2367 <location 2368 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java" 2369 line="288"/> 2370 </issue> 2371 2372 <issue 2373 id="VisibleForTests" 2374 message="This method should only be accessed from tests or within private scope"> 2375 <location 2376 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java" 2377 line="487"/> 2378 </issue> 2379 2380 <issue 2381 id="VisibleForTests" 2382 message="This method should only be accessed from tests or within private scope"> 2383 <location 2384 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java" 2385 line="505"/> 2386 </issue> 2387 2388 <issue 2389 id="VisibleForTests" 2390 message="This method should only be accessed from tests or within private scope"> 2391 <location 2392 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java" 2393 line="916"/> 2394 </issue> 2395 2396 <issue 2397 id="VisibleForTests" 2398 message="This method should only be accessed from tests or within private scope"> 2399 <location 2400 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2401 line="618"/> 2402 </issue> 2403 2404 <issue 2405 id="VisibleForTests" 2406 message="This method should only be accessed from tests or within private scope"> 2407 <location 2408 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2409 line="623"/> 2410 </issue> 2411 2412 <issue 2413 id="VisibleForTests" 2414 message="This method should only be accessed from tests or within private scope"> 2415 <location 2416 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2417 line="627"/> 2418 </issue> 2419 2420 <issue 2421 id="VisibleForTests" 2422 message="This method should only be accessed from tests or within private scope"> 2423 <location 2424 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2425 line="651"/> 2426 </issue> 2427 2428 <issue 2429 id="VisibleForTests" 2430 message="This method should only be accessed from tests or within private scope"> 2431 <location 2432 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2433 line="652"/> 2434 </issue> 2435 2436 <issue 2437 id="VisibleForTests" 2438 message="This method should only be accessed from tests or within private scope"> 2439 <location 2440 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2441 line="668"/> 2442 </issue> 2443 2444 <issue 2445 id="VisibleForTests" 2446 message="This method should only be accessed from tests or within private scope"> 2447 <location 2448 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2449 line="670"/> 2450 </issue> 2451 2452 <issue 2453 id="VisibleForTests" 2454 message="This method should only be accessed from tests or within private scope"> 2455 <location 2456 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2457 line="688"/> 2458 </issue> 2459 2460 <issue 2461 id="VisibleForTests" 2462 message="This method should only be accessed from tests or within private scope"> 2463 <location 2464 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2465 line="688"/> 2466 </issue> 2467 2468 <issue 2469 id="VisibleForTests" 2470 message="This method should only be accessed from tests or within private scope"> 2471 <location 2472 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2473 line="692"/> 2474 </issue> 2475 2476 <issue 2477 id="VisibleForTests" 2478 message="This method should only be accessed from tests or within private scope"> 2479 <location 2480 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2481 line="695"/> 2482 </issue> 2483 2484 <issue 2485 id="VisibleForTests" 2486 message="This method should only be accessed from tests or within private scope"> 2487 <location 2488 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2489 line="724"/> 2490 </issue> 2491 2492 <issue 2493 id="VisibleForTests" 2494 message="This method should only be accessed from tests or within private scope"> 2495 <location 2496 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2497 line="725"/> 2498 </issue> 2499 2500 <issue 2501 id="VisibleForTests" 2502 message="This method should only be accessed from tests or within private scope"> 2503 <location 2504 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2505 line="743"/> 2506 </issue> 2507 2508 <issue 2509 id="VisibleForTests" 2510 message="This method should only be accessed from tests or within private scope"> 2511 <location 2512 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2513 line="746"/> 2514 </issue> 2515 2516 <issue 2517 id="VisibleForTests" 2518 message="This method should only be accessed from tests or within private scope"> 2519 <location 2520 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2521 line="749"/> 2522 </issue> 2523 2524 <issue 2525 id="VisibleForTests" 2526 message="This method should only be accessed from tests or within private scope"> 2527 <location 2528 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2529 line="768"/> 2530 </issue> 2531 2532 <issue 2533 id="VisibleForTests" 2534 message="This method should only be accessed from tests or within private scope"> 2535 <location 2536 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2537 line="770"/> 2538 </issue> 2539 2540 <issue 2541 id="VisibleForTests" 2542 message="This method should only be accessed from tests or within private scope"> 2543 <location 2544 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2545 line="770"/> 2546 </issue> 2547 2548 <issue 2549 id="VisibleForTests" 2550 message="This method should only be accessed from tests or within private scope"> 2551 <location 2552 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2553 line="772"/> 2554 </issue> 2555 2556 <issue 2557 id="VisibleForTests" 2558 message="This method should only be accessed from tests or within private scope"> 2559 <location 2560 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2561 line="820"/> 2562 </issue> 2563 2564 <issue 2565 id="VisibleForTests" 2566 message="This method should only be accessed from tests or within private scope"> 2567 <location 2568 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2569 line="821"/> 2570 </issue> 2571 2572 <issue 2573 id="VisibleForTests" 2574 message="This method should only be accessed from tests or within private scope"> 2575 <location 2576 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2577 line="825"/> 2578 </issue> 2579 2580 <issue 2581 id="VisibleForTests" 2582 message="This method should only be accessed from tests or within private scope"> 2583 <location 2584 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2585 line="828"/> 2586 </issue> 2587 2588 <issue 2589 id="VisibleForTests" 2590 message="This method should only be accessed from tests or within private scope"> 2591 <location 2592 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2593 line="829"/> 2594 </issue> 2595 2596 <issue 2597 id="VisibleForTests" 2598 message="This method should only be accessed from tests or within private scope"> 2599 <location 2600 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2601 line="834"/> 2602 </issue> 2603 2604 <issue 2605 id="VisibleForTests" 2606 message="This method should only be accessed from tests or within private scope"> 2607 <location 2608 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2609 line="851"/> 2610 </issue> 2611 2612 <issue 2613 id="VisibleForTests" 2614 message="This method should only be accessed from tests or within private scope"> 2615 <location 2616 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2617 line="858"/> 2618 </issue> 2619 2620 <issue 2621 id="VisibleForTests" 2622 message="This method should only be accessed from tests or within private scope"> 2623 <location 2624 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2625 line="889"/> 2626 </issue> 2627 2628 <issue 2629 id="VisibleForTests" 2630 message="This method should only be accessed from tests or within private scope"> 2631 <location 2632 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2633 line="890"/> 2634 </issue> 2635 2636 <issue 2637 id="VisibleForTests" 2638 message="This method should only be accessed from tests or within private scope"> 2639 <location 2640 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2641 line="987"/> 2642 </issue> 2643 2644 <issue 2645 id="VisibleForTests" 2646 message="This method should only be accessed from tests or within private scope"> 2647 <location 2648 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2649 line="988"/> 2650 </issue> 2651 2652 <issue 2653 id="VisibleForTests" 2654 message="This method should only be accessed from tests or within private scope"> 2655 <location 2656 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2657 line="1027"/> 2658 </issue> 2659 2660 <issue 2661 id="VisibleForTests" 2662 message="This method should only be accessed from tests or within private scope"> 2663 <location 2664 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2665 line="1028"/> 2666 </issue> 2667 2668 <issue 2669 id="VisibleForTests" 2670 message="This method should only be accessed from tests or within private scope"> 2671 <location 2672 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2673 line="1037"/> 2674 </issue> 2675 2676 <issue 2677 id="VisibleForTests" 2678 message="This method should only be accessed from tests or within private scope"> 2679 <location 2680 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2681 line="1038"/> 2682 </issue> 2683 2684 <issue 2685 id="VisibleForTests" 2686 message="This method should only be accessed from tests or within private scope"> 2687 <location 2688 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2689 line="1096"/> 2690 </issue> 2691 2692 <issue 2693 id="VisibleForTests" 2694 message="This method should only be accessed from tests or within private scope"> 2695 <location 2696 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2697 line="1097"/> 2698 </issue> 2699 2700 <issue 2701 id="VisibleForTests" 2702 message="This method should only be accessed from tests or within private scope"> 2703 <location 2704 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2705 line="1098"/> 2706 </issue> 2707 2708 <issue 2709 id="VisibleForTests" 2710 message="This method should only be accessed from tests or within private scope"> 2711 <location 2712 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2713 line="1099"/> 2714 </issue> 2715 2716 <issue 2717 id="VisibleForTests" 2718 message="This method should only be accessed from tests or within private scope"> 2719 <location 2720 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2721 line="1100"/> 2722 </issue> 2723 2724 <issue 2725 id="VisibleForTests" 2726 message="This method should only be accessed from tests or within private scope"> 2727 <location 2728 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2729 line="1102"/> 2730 </issue> 2731 2732 <issue 2733 id="VisibleForTests" 2734 message="This method should only be accessed from tests or within private scope"> 2735 <location 2736 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2737 line="1103"/> 2738 </issue> 2739 2740 <issue 2741 id="VisibleForTests" 2742 message="This method should only be accessed from tests or within private scope"> 2743 <location 2744 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2745 line="1104"/> 2746 </issue> 2747 2748 <issue 2749 id="VisibleForTests" 2750 message="This method should only be accessed from tests or within private scope"> 2751 <location 2752 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2753 line="1105"/> 2754 </issue> 2755 2756 <issue 2757 id="VisibleForTests" 2758 message="This method should only be accessed from tests or within private scope"> 2759 <location 2760 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2761 line="1107"/> 2762 </issue> 2763 2764 <issue 2765 id="VisibleForTests" 2766 message="This method should only be accessed from tests or within private scope"> 2767 <location 2768 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2769 line="1108"/> 2770 </issue> 2771 2772 <issue 2773 id="VisibleForTests" 2774 message="This method should only be accessed from tests or within private scope"> 2775 <location 2776 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2777 line="1109"/> 2778 </issue> 2779 2780 <issue 2781 id="VisibleForTests" 2782 message="This method should only be accessed from tests or within private scope"> 2783 <location 2784 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2785 line="1110"/> 2786 </issue> 2787 2788 <issue 2789 id="VisibleForTests" 2790 message="This method should only be accessed from tests or within private scope"> 2791 <location 2792 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2793 line="1112"/> 2794 </issue> 2795 2796 <issue 2797 id="VisibleForTests" 2798 message="This method should only be accessed from tests or within private scope"> 2799 <location 2800 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2801 line="1114"/> 2802 </issue> 2803 2804 <issue 2805 id="VisibleForTests" 2806 message="This method should only be accessed from tests or within private scope"> 2807 <location 2808 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2809 line="1115"/> 2810 </issue> 2811 2812 <issue 2813 id="VisibleForTests" 2814 message="This method should only be accessed from tests or within private scope"> 2815 <location 2816 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2817 line="1121"/> 2818 </issue> 2819 2820 <issue 2821 id="VisibleForTests" 2822 message="This method should only be accessed from tests or within private scope"> 2823 <location 2824 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2825 line="1122"/> 2826 </issue> 2827 2828 <issue 2829 id="VisibleForTests" 2830 message="This method should only be accessed from tests or within private scope"> 2831 <location 2832 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2833 line="1231"/> 2834 </issue> 2835 2836 <issue 2837 id="VisibleForTests" 2838 message="This method should only be accessed from tests or within private scope"> 2839 <location 2840 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2841 line="1235"/> 2842 </issue> 2843 2844 <issue 2845 id="VisibleForTests" 2846 message="This method should only be accessed from tests or within private scope"> 2847 <location 2848 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/DatabaseManager.java" 2849 line="1292"/> 2850 </issue> 2851 2852 <issue 2853 id="VisibleForTests" 2854 message="This method should only be accessed from tests or within private scope"> 2855 <location 2856 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java" 2857 line="161"/> 2858 </issue> 2859 2860 <issue 2861 id="VisibleForTests" 2862 message="This method should only be accessed from tests or within private scope"> 2863 <location 2864 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java" 2865 line="380"/> 2866 </issue> 2867 2868 <issue 2869 id="VisibleForTests" 2870 message="This method should only be accessed from tests or within private scope"> 2871 <location 2872 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java" 2873 line="403"/> 2874 </issue> 2875 2876 <issue 2877 id="VisibleForTests" 2878 message="This method should only be accessed from tests or within private scope"> 2879 <location 2880 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java" 2881 line="476"/> 2882 </issue> 2883 2884 <issue 2885 id="VisibleForTests" 2886 message="This method should only be accessed from tests or within private scope"> 2887 <location 2888 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/HapClientService.java" 2889 line="1207"/> 2890 </issue> 2891 2892 <issue 2893 id="VisibleForTests" 2894 message="This method should only be accessed from tests or within private scope"> 2895 <location 2896 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java" 2897 line="109"/> 2898 </issue> 2899 2900 <issue 2901 id="VisibleForTests" 2902 message="This method should only be accessed from tests or within private scope"> 2903 <location 2904 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java" 2905 line="114"/> 2906 </issue> 2907 2908 <issue 2909 id="VisibleForTests" 2910 message="This method should only be accessed from tests or within private scope"> 2911 <location 2912 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java" 2913 line="188"/> 2914 </issue> 2915 2916 <issue 2917 id="VisibleForTests" 2918 message="This method should only be accessed from tests or within private scope"> 2919 <location 2920 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java" 2921 line="840"/> 2922 </issue> 2923 2924 <issue 2925 id="VisibleForTests" 2926 message="This method should only be accessed from tests or within private scope"> 2927 <location 2928 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientService.java" 2929 line="866"/> 2930 </issue> 2931 2932 <issue 2933 id="VisibleForTests" 2934 message="This method should only be accessed from tests or within private scope"> 2935 <location 2936 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2937 line="422"/> 2938 </issue> 2939 2940 <issue 2941 id="VisibleForTests" 2942 message="This method should only be accessed from tests or within private scope"> 2943 <location 2944 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2945 line="658"/> 2946 </issue> 2947 2948 <issue 2949 id="VisibleForTests" 2950 message="This method should only be accessed from tests or within private scope"> 2951 <location 2952 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2953 line="697"/> 2954 </issue> 2955 2956 <issue 2957 id="VisibleForTests" 2958 message="This method should only be accessed from tests or within private scope"> 2959 <location 2960 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2961 line="722"/> 2962 </issue> 2963 2964 <issue 2965 id="VisibleForTests" 2966 message="This method should only be accessed from tests or within private scope"> 2967 <location 2968 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2969 line="743"/> 2970 </issue> 2971 2972 <issue 2973 id="VisibleForTests" 2974 message="This method should only be accessed from tests or within private scope"> 2975 <location 2976 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2977 line="978"/> 2978 </issue> 2979 2980 <issue 2981 id="VisibleForTests" 2982 message="This method should only be accessed from tests or within private scope"> 2983 <location 2984 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2985 line="1067"/> 2986 </issue> 2987 2988 <issue 2989 id="VisibleForTests" 2990 message="This method should only be accessed from tests or within private scope"> 2991 <location 2992 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 2993 line="1114"/> 2994 </issue> 2995 2996 <issue 2997 id="VisibleForTests" 2998 message="This method should only be accessed from tests or within private scope"> 2999 <location 3000 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3001 line="1264"/> 3002 </issue> 3003 3004 <issue 3005 id="VisibleForTests" 3006 message="This method should only be accessed from tests or within private scope"> 3007 <location 3008 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3009 line="1272"/> 3010 </issue> 3011 3012 <issue 3013 id="VisibleForTests" 3014 message="This method should only be accessed from tests or within private scope"> 3015 <location 3016 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3017 line="1382"/> 3018 </issue> 3019 3020 <issue 3021 id="VisibleForTests" 3022 message="This method should only be accessed from tests or within private scope"> 3023 <location 3024 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3025 line="1389"/> 3026 </issue> 3027 3028 <issue 3029 id="VisibleForTests" 3030 message="This method should only be accessed from tests or within private scope"> 3031 <location 3032 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3033 line="1395"/> 3034 </issue> 3035 3036 <issue 3037 id="VisibleForTests" 3038 message="This method should only be accessed from tests or within private scope"> 3039 <location 3040 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3041 line="1414"/> 3042 </issue> 3043 3044 <issue 3045 id="VisibleForTests" 3046 message="This method should only be accessed from tests or within private scope"> 3047 <location 3048 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3049 line="1424"/> 3050 </issue> 3051 3052 <issue 3053 id="VisibleForTests" 3054 message="This method should only be accessed from tests or within private scope"> 3055 <location 3056 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3057 line="1444"/> 3058 </issue> 3059 3060 <issue 3061 id="VisibleForTests" 3062 message="This method should only be accessed from tests or within private scope"> 3063 <location 3064 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3065 line="1464"/> 3066 </issue> 3067 3068 <issue 3069 id="VisibleForTests" 3070 message="This method should only be accessed from tests or within private scope"> 3071 <location 3072 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3073 line="1475"/> 3074 </issue> 3075 3076 <issue 3077 id="VisibleForTests" 3078 message="This method should only be accessed from tests or within private scope"> 3079 <location 3080 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3081 line="1507"/> 3082 </issue> 3083 3084 <issue 3085 id="VisibleForTests" 3086 message="This method should only be accessed from tests or within private scope"> 3087 <location 3088 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3089 line="1515"/> 3090 </issue> 3091 3092 <issue 3093 id="VisibleForTests" 3094 message="This method should only be accessed from tests or within private scope"> 3095 <location 3096 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3097 line="1576"/> 3098 </issue> 3099 3100 <issue 3101 id="VisibleForTests" 3102 message="This method should only be accessed from tests or within private scope"> 3103 <location 3104 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3105 line="2296"/> 3106 </issue> 3107 3108 <issue 3109 id="VisibleForTests" 3110 message="This method should only be accessed from tests or within private scope"> 3111 <location 3112 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HeadsetClientStateMachine.java" 3113 line="2306"/> 3114 </issue> 3115 3116 <issue 3117 id="VisibleForTests" 3118 message="This method should only be accessed from tests or within private scope"> 3119 <location 3120 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetObjectsFactory.java" 3121 line="76"/> 3122 </issue> 3123 3124 <issue 3125 id="VisibleForTests" 3126 message="This method should only be accessed from tests or within private scope"> 3127 <location 3128 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetObjectsFactory.java" 3129 line="86"/> 3130 </issue> 3131 3132 <issue 3133 id="VisibleForTests" 3134 message="This method should only be accessed from tests or within private scope"> 3135 <location 3136 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetObjectsFactory.java" 3137 line="96"/> 3138 </issue> 3139 3140 <issue 3141 id="VisibleForTests" 3142 message="This method should only be accessed from tests or within private scope"> 3143 <location 3144 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetPhoneState.java" 3145 line="89"/> 3146 </issue> 3147 3148 <issue 3149 id="VisibleForTests" 3150 message="This method should only be accessed from tests or within private scope"> 3151 <location 3152 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3153 line="184"/> 3154 </issue> 3155 3156 <issue 3157 id="VisibleForTests" 3158 message="This method should only be accessed from tests or within private scope"> 3159 <location 3160 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3161 line="196"/> 3162 </issue> 3163 3164 <issue 3165 id="VisibleForTests" 3166 message="This method should only be accessed from tests or within private scope"> 3167 <location 3168 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3169 line="257"/> 3170 </issue> 3171 3172 <issue 3173 id="VisibleForTests" 3174 message="This method should only be accessed from tests or within private scope"> 3175 <location 3176 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3177 line="258"/> 3178 </issue> 3179 3180 <issue 3181 id="VisibleForTests" 3182 message="This method should only be accessed from tests or within private scope"> 3183 <location 3184 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3185 line="268"/> 3186 </issue> 3187 3188 <issue 3189 id="VisibleForTests" 3190 message="This method should only be accessed from tests or within private scope"> 3191 <location 3192 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3193 line="271"/> 3194 </issue> 3195 3196 <issue 3197 id="VisibleForTests" 3198 message="This method should only be accessed from tests or within private scope"> 3199 <location 3200 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3201 line="354"/> 3202 </issue> 3203 3204 <issue 3205 id="VisibleForTests" 3206 message="This method should only be accessed from tests or within private scope"> 3207 <location 3208 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3209 line="389"/> 3210 </issue> 3211 3212 <issue 3213 id="VisibleForTests" 3214 message="This method should only be accessed from tests or within private scope"> 3215 <location 3216 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3217 line="411"/> 3218 </issue> 3219 3220 <issue 3221 id="VisibleForTests" 3222 message="This method should only be accessed from tests or within private scope"> 3223 <location 3224 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3225 line="418"/> 3226 </issue> 3227 3228 <issue 3229 id="VisibleForTests" 3230 message="This method should only be accessed from tests or within private scope"> 3231 <location 3232 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3233 line="437"/> 3234 </issue> 3235 3236 <issue 3237 id="VisibleForTests" 3238 message="This method should only be accessed from tests or within private scope"> 3239 <location 3240 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3241 line="457"/> 3242 </issue> 3243 3244 <issue 3245 id="VisibleForTests" 3246 message="This method should only be accessed from tests or within private scope"> 3247 <location 3248 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3249 line="931"/> 3250 </issue> 3251 3252 <issue 3253 id="VisibleForTests" 3254 message="This method should only be accessed from tests or within private scope"> 3255 <location 3256 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3257 line="946"/> 3258 </issue> 3259 3260 <issue 3261 id="VisibleForTests" 3262 message="This method should only be accessed from tests or within private scope"> 3263 <location 3264 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3265 line="971"/> 3266 </issue> 3267 3268 <issue 3269 id="VisibleForTests" 3270 message="This method should only be accessed from tests or within private scope"> 3271 <location 3272 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3273 line="990"/> 3274 </issue> 3275 3276 <issue 3277 id="VisibleForTests" 3278 message="This method should only be accessed from tests or within private scope"> 3279 <location 3280 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3281 line="997"/> 3282 </issue> 3283 3284 <issue 3285 id="VisibleForTests" 3286 message="This method should only be accessed from tests or within private scope"> 3287 <location 3288 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3289 line="1006"/> 3290 </issue> 3291 3292 <issue 3293 id="VisibleForTests" 3294 message="This method should only be accessed from tests or within private scope"> 3295 <location 3296 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3297 line="1007"/> 3298 </issue> 3299 3300 <issue 3301 id="VisibleForTests" 3302 message="This method should only be accessed from tests or within private scope"> 3303 <location 3304 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3305 line="1054"/> 3306 </issue> 3307 3308 <issue 3309 id="VisibleForTests" 3310 message="This method should only be accessed from tests or within private scope"> 3311 <location 3312 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3313 line="1078"/> 3314 </issue> 3315 3316 <issue 3317 id="VisibleForTests" 3318 message="This method should only be accessed from tests or within private scope"> 3319 <location 3320 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3321 line="1104"/> 3322 </issue> 3323 3324 <issue 3325 id="VisibleForTests" 3326 message="This method should only be accessed from tests or within private scope"> 3327 <location 3328 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3329 line="1158"/> 3330 </issue> 3331 3332 <issue 3333 id="VisibleForTests" 3334 message="This method should only be accessed from tests or within private scope"> 3335 <location 3336 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3337 line="1159"/> 3338 </issue> 3339 3340 <issue 3341 id="VisibleForTests" 3342 message="This method should only be accessed from tests or within private scope"> 3343 <location 3344 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3345 line="1172"/> 3346 </issue> 3347 3348 <issue 3349 id="VisibleForTests" 3350 message="This method should only be accessed from tests or within private scope"> 3351 <location 3352 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3353 line="1180"/> 3354 </issue> 3355 3356 <issue 3357 id="VisibleForTests" 3358 message="This method should only be accessed from tests or within private scope"> 3359 <location 3360 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3361 line="1183"/> 3362 </issue> 3363 3364 <issue 3365 id="VisibleForTests" 3366 message="This method should only be accessed from tests or within private scope"> 3367 <location 3368 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3369 line="1185"/> 3370 </issue> 3371 3372 <issue 3373 id="VisibleForTests" 3374 message="This method should only be accessed from tests or within private scope"> 3375 <location 3376 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3377 line="1203"/> 3378 </issue> 3379 3380 <issue 3381 id="VisibleForTests" 3382 message="This method should only be accessed from tests or within private scope"> 3383 <location 3384 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3385 line="1214"/> 3386 </issue> 3387 3388 <issue 3389 id="VisibleForTests" 3390 message="This method should only be accessed from tests or within private scope"> 3391 <location 3392 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3393 line="1215"/> 3394 </issue> 3395 3396 <issue 3397 id="VisibleForTests" 3398 message="This method should only be accessed from tests or within private scope"> 3399 <location 3400 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3401 line="1230"/> 3402 </issue> 3403 3404 <issue 3405 id="VisibleForTests" 3406 message="This method should only be accessed from tests or within private scope"> 3407 <location 3408 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3409 line="1240"/> 3410 </issue> 3411 3412 <issue 3413 id="VisibleForTests" 3414 message="This method should only be accessed from tests or within private scope"> 3415 <location 3416 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3417 line="1247"/> 3418 </issue> 3419 3420 <issue 3421 id="VisibleForTests" 3422 message="This method should only be accessed from tests or within private scope"> 3423 <location 3424 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3425 line="1336"/> 3426 </issue> 3427 3428 <issue 3429 id="VisibleForTests" 3430 message="This method should only be accessed from tests or within private scope"> 3431 <location 3432 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3433 line="1403"/> 3434 </issue> 3435 3436 <issue 3437 id="VisibleForTests" 3438 message="This method should only be accessed from tests or within private scope"> 3439 <location 3440 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3441 line="1418"/> 3442 </issue> 3443 3444 <issue 3445 id="VisibleForTests" 3446 message="This method should only be accessed from tests or within private scope"> 3447 <location 3448 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3449 line="1443"/> 3450 </issue> 3451 3452 <issue 3453 id="VisibleForTests" 3454 message="This method should only be accessed from tests or within private scope"> 3455 <location 3456 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3457 line="1489"/> 3458 </issue> 3459 3460 <issue 3461 id="VisibleForTests" 3462 message="This method should only be accessed from tests or within private scope"> 3463 <location 3464 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3465 line="1493"/> 3466 </issue> 3467 3468 <issue 3469 id="VisibleForTests" 3470 message="This method should only be accessed from tests or within private scope"> 3471 <location 3472 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3473 line="1502"/> 3474 </issue> 3475 3476 <issue 3477 id="VisibleForTests" 3478 message="This method should only be accessed from tests or within private scope"> 3479 <location 3480 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3481 line="1511"/> 3482 </issue> 3483 3484 <issue 3485 id="VisibleForTests" 3486 message="This method should only be accessed from tests or within private scope"> 3487 <location 3488 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3489 line="1512"/> 3490 </issue> 3491 3492 <issue 3493 id="VisibleForTests" 3494 message="This method should only be accessed from tests or within private scope"> 3495 <location 3496 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3497 line="1544"/> 3498 </issue> 3499 3500 <issue 3501 id="VisibleForTests" 3502 message="This method should only be accessed from tests or within private scope"> 3503 <location 3504 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3505 line="1548"/> 3506 </issue> 3507 3508 <issue 3509 id="VisibleForTests" 3510 message="This method should only be accessed from tests or within private scope"> 3511 <location 3512 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3513 line="1627"/> 3514 </issue> 3515 3516 <issue 3517 id="VisibleForTests" 3518 message="This method should only be accessed from tests or within private scope"> 3519 <location 3520 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3521 line="1701"/> 3522 </issue> 3523 3524 <issue 3525 id="VisibleForTests" 3526 message="This method should only be accessed from tests or within private scope"> 3527 <location 3528 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3529 line="1702"/> 3530 </issue> 3531 3532 <issue 3533 id="VisibleForTests" 3534 message="This method should only be accessed from tests or within private scope"> 3535 <location 3536 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3537 line="1706"/> 3538 </issue> 3539 3540 <issue 3541 id="VisibleForTests" 3542 message="This method should only be accessed from tests or within private scope"> 3543 <location 3544 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3545 line="1759"/> 3546 </issue> 3547 3548 <issue 3549 id="VisibleForTests" 3550 message="This method should only be accessed from tests or within private scope"> 3551 <location 3552 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3553 line="1767"/> 3554 </issue> 3555 3556 <issue 3557 id="VisibleForTests" 3558 message="This method should only be accessed from tests or within private scope"> 3559 <location 3560 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3561 line="1768"/> 3562 </issue> 3563 3564 <issue 3565 id="VisibleForTests" 3566 message="This method should only be accessed from tests or within private scope"> 3567 <location 3568 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3569 line="1788"/> 3570 </issue> 3571 3572 <issue 3573 id="VisibleForTests" 3574 message="This method should only be accessed from tests or within private scope"> 3575 <location 3576 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3577 line="1789"/> 3578 </issue> 3579 3580 <issue 3581 id="VisibleForTests" 3582 message="This method should only be accessed from tests or within private scope"> 3583 <location 3584 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3585 line="1804"/> 3586 </issue> 3587 3588 <issue 3589 id="VisibleForTests" 3590 message="This method should only be accessed from tests or within private scope"> 3591 <location 3592 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3593 line="1835"/> 3594 </issue> 3595 3596 <issue 3597 id="VisibleForTests" 3598 message="This method should only be accessed from tests or within private scope"> 3599 <location 3600 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3601 line="1848"/> 3602 </issue> 3603 3604 <issue 3605 id="VisibleForTests" 3606 message="This method should only be accessed from tests or within private scope"> 3607 <location 3608 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3609 line="1849"/> 3610 </issue> 3611 3612 <issue 3613 id="VisibleForTests" 3614 message="This method should only be accessed from tests or within private scope"> 3615 <location 3616 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3617 line="1850"/> 3618 </issue> 3619 3620 <issue 3621 id="VisibleForTests" 3622 message="This method should only be accessed from tests or within private scope"> 3623 <location 3624 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3625 line="1851"/> 3626 </issue> 3627 3628 <issue 3629 id="VisibleForTests" 3630 message="This method should only be accessed from tests or within private scope"> 3631 <location 3632 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3633 line="1854"/> 3634 </issue> 3635 3636 <issue 3637 id="VisibleForTests" 3638 message="This method should only be accessed from tests or within private scope"> 3639 <location 3640 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3641 line="1855"/> 3642 </issue> 3643 3644 <issue 3645 id="VisibleForTests" 3646 message="This method should only be accessed from tests or within private scope"> 3647 <location 3648 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3649 line="1857"/> 3650 </issue> 3651 3652 <issue 3653 id="VisibleForTests" 3654 message="This method should only be accessed from tests or within private scope"> 3655 <location 3656 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3657 line="1862"/> 3658 </issue> 3659 3660 <issue 3661 id="VisibleForTests" 3662 message="This method should only be accessed from tests or within private scope"> 3663 <location 3664 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3665 line="1866"/> 3666 </issue> 3667 3668 <issue 3669 id="VisibleForTests" 3670 message="This method should only be accessed from tests or within private scope"> 3671 <location 3672 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3673 line="1868"/> 3674 </issue> 3675 3676 <issue 3677 id="VisibleForTests" 3678 message="This method should only be accessed from tests or within private scope"> 3679 <location 3680 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3681 line="1870"/> 3682 </issue> 3683 3684 <issue 3685 id="VisibleForTests" 3686 message="This method should only be accessed from tests or within private scope"> 3687 <location 3688 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3689 line="1879"/> 3690 </issue> 3691 3692 <issue 3693 id="VisibleForTests" 3694 message="This method should only be accessed from tests or within private scope"> 3695 <location 3696 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3697 line="1899"/> 3698 </issue> 3699 3700 <issue 3701 id="VisibleForTests" 3702 message="This method should only be accessed from tests or within private scope"> 3703 <location 3704 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3705 line="1917"/> 3706 </issue> 3707 3708 <issue 3709 id="VisibleForTests" 3710 message="This method should only be accessed from tests or within private scope"> 3711 <location 3712 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3713 line="1926"/> 3714 </issue> 3715 3716 <issue 3717 id="VisibleForTests" 3718 message="This method should only be accessed from tests or within private scope"> 3719 <location 3720 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3721 line="2020"/> 3722 </issue> 3723 3724 <issue 3725 id="VisibleForTests" 3726 message="This method should only be accessed from tests or within private scope"> 3727 <location 3728 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3729 line="2038"/> 3730 </issue> 3731 3732 <issue 3733 id="VisibleForTests" 3734 message="This method should only be accessed from tests or within private scope"> 3735 <location 3736 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3737 line="2041"/> 3738 </issue> 3739 3740 <issue 3741 id="VisibleForTests" 3742 message="This method should only be accessed from tests or within private scope"> 3743 <location 3744 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3745 line="2049"/> 3746 </issue> 3747 3748 <issue 3749 id="VisibleForTests" 3750 message="This method should only be accessed from tests or within private scope"> 3751 <location 3752 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3753 line="2049"/> 3754 </issue> 3755 3756 <issue 3757 id="VisibleForTests" 3758 message="This method should only be accessed from tests or within private scope"> 3759 <location 3760 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3761 line="2142"/> 3762 </issue> 3763 3764 <issue 3765 id="VisibleForTests" 3766 message="This method should only be accessed from tests or within package private scope"> 3767 <location 3768 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3769 line="2153"/> 3770 </issue> 3771 3772 <issue 3773 id="VisibleForTests" 3774 message="This method should only be accessed from tests or within private scope"> 3775 <location 3776 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3777 line="2206"/> 3778 </issue> 3779 3780 <issue 3781 id="VisibleForTests" 3782 message="This method should only be accessed from tests or within private scope"> 3783 <location 3784 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3785 line="2208"/> 3786 </issue> 3787 3788 <issue 3789 id="VisibleForTests" 3790 message="This method should only be accessed from tests or within private scope"> 3791 <location 3792 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3793 line="2242"/> 3794 </issue> 3795 3796 <issue 3797 id="VisibleForTests" 3798 message="This method should only be accessed from tests or within private scope"> 3799 <location 3800 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3801 line="2272"/> 3802 </issue> 3803 3804 <issue 3805 id="VisibleForTests" 3806 message="This method should only be accessed from tests or within private scope"> 3807 <location 3808 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3809 line="2296"/> 3810 </issue> 3811 3812 <issue 3813 id="VisibleForTests" 3814 message="This method should only be accessed from tests or within private scope"> 3815 <location 3816 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3817 line="2297"/> 3818 </issue> 3819 3820 <issue 3821 id="VisibleForTests" 3822 message="This method should only be accessed from tests or within private scope"> 3823 <location 3824 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3825 line="2300"/> 3826 </issue> 3827 3828 <issue 3829 id="VisibleForTests" 3830 message="This method should only be accessed from tests or within private scope"> 3831 <location 3832 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/HeadsetService.java" 3833 line="2301"/> 3834 </issue> 3835 3836 <issue 3837 id="VisibleForTests" 3838 message="This method should only be accessed from tests or within private scope"> 3839 <location 3840 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3841 line="136"/> 3842 </issue> 3843 3844 <issue 3845 id="VisibleForTests" 3846 message="This method should only be accessed from tests or within private scope"> 3847 <location 3848 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3849 line="283"/> 3850 </issue> 3851 3852 <issue 3853 id="VisibleForTests" 3854 message="This method should only be accessed from tests or within private scope"> 3855 <location 3856 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3857 line="530"/> 3858 </issue> 3859 3860 <issue 3861 id="VisibleForTests" 3862 message="This method should only be accessed from tests or within private scope"> 3863 <location 3864 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3865 line="559"/> 3866 </issue> 3867 3868 <issue 3869 id="VisibleForTests" 3870 message="This method should only be accessed from tests or within private scope"> 3871 <location 3872 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3873 line="731"/> 3874 </issue> 3875 3876 <issue 3877 id="VisibleForTests" 3878 message="This method should only be accessed from tests or within private scope"> 3879 <location 3880 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/HearingAidService.java" 3881 line="959"/> 3882 </issue> 3883 3884 <issue 3885 id="VisibleForTests" 3886 message="This method should only be accessed from tests or within private scope"> 3887 <location 3888 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidDeviceService.java" 3889 line="714"/> 3890 </issue> 3891 3892 <issue 3893 id="VisibleForTests" 3894 message="This method should only be accessed from tests or within private scope"> 3895 <location 3896 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidDeviceService.java" 3897 line="744"/> 3898 </issue> 3899 3900 <issue 3901 id="VisibleForTests" 3902 message="This method should only be accessed from tests or within private scope"> 3903 <location 3904 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidDeviceService.java" 3905 line="770"/> 3906 </issue> 3907 3908 <issue 3909 id="VisibleForTests" 3910 message="This method should only be accessed from tests or within private scope"> 3911 <location 3912 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidHostService.java" 3913 line="103"/> 3914 </issue> 3915 3916 <issue 3917 id="VisibleForTests" 3918 message="This method should only be accessed from tests or within private scope"> 3919 <location 3920 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidHostService.java" 3921 line="674"/> 3922 </issue> 3923 3924 <issue 3925 id="VisibleForTests" 3926 message="This method should only be accessed from tests or within private scope"> 3927 <location 3928 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidHostService.java" 3929 line="706"/> 3930 </issue> 3931 3932 <issue 3933 id="VisibleForTests" 3934 message="This method should only be accessed from tests or within private scope"> 3935 <location 3936 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioObjectsFactory.java" 3937 line="70"/> 3938 </issue> 3939 3940 <issue 3941 id="VisibleForTests" 3942 message="This method should only be accessed from tests or within private scope"> 3943 <location 3944 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioObjectsFactory.java" 3945 line="71"/> 3946 </issue> 3947 3948 <issue 3949 id="VisibleForTests" 3950 message="This method should only be accessed from tests or within private scope"> 3951 <location 3952 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3953 line="246"/> 3954 </issue> 3955 3956 <issue 3957 id="VisibleForTests" 3958 message="This method should only be accessed from tests or within private scope"> 3959 <location 3960 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3961 line="267"/> 3962 </issue> 3963 3964 <issue 3965 id="VisibleForTests" 3966 message="This method should only be accessed from tests or within private scope"> 3967 <location 3968 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3969 line="297"/> 3970 </issue> 3971 3972 <issue 3973 id="VisibleForTests" 3974 message="This method should only be accessed from tests or within private scope"> 3975 <location 3976 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3977 line="297"/> 3978 </issue> 3979 3980 <issue 3981 id="VisibleForTests" 3982 message="This method should only be accessed from tests or within private scope"> 3983 <location 3984 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3985 line="308"/> 3986 </issue> 3987 3988 <issue 3989 id="VisibleForTests" 3990 message="This method should only be accessed from tests or within private scope"> 3991 <location 3992 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 3993 line="361"/> 3994 </issue> 3995 3996 <issue 3997 id="VisibleForTests" 3998 message="This method should only be accessed from tests or within private scope"> 3999 <location 4000 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4001 line="535"/> 4002 </issue> 4003 4004 <issue 4005 id="VisibleForTests" 4006 message="This method should only be accessed from tests or within private scope"> 4007 <location 4008 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4009 line="1570"/> 4010 </issue> 4011 4012 <issue 4013 id="VisibleForTests" 4014 message="This method should only be accessed from tests or within private scope"> 4015 <location 4016 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4017 line="1823"/> 4018 </issue> 4019 4020 <issue 4021 id="VisibleForTests" 4022 message="This method should only be accessed from tests or within private scope"> 4023 <location 4024 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4025 line="1869"/> 4026 </issue> 4027 4028 <issue 4029 id="VisibleForTests" 4030 message="This method should only be accessed from tests or within private scope"> 4031 <location 4032 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4033 line="2258"/> 4034 </issue> 4035 4036 <issue 4037 id="VisibleForTests" 4038 message="This method should only be accessed from tests or within private scope"> 4039 <location 4040 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4041 line="2328"/> 4042 </issue> 4043 4044 <issue 4045 id="VisibleForTests" 4046 message="This method should only be accessed from tests or within private scope"> 4047 <location 4048 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4049 line="2451"/> 4050 </issue> 4051 4052 <issue 4053 id="VisibleForTests" 4054 message="This method should only be accessed from tests or within private scope"> 4055 <location 4056 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4057 line="2515"/> 4058 </issue> 4059 4060 <issue 4061 id="VisibleForTests" 4062 message="This method should only be accessed from tests or within private scope"> 4063 <location 4064 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/LeAudioService.java" 4065 line="2553"/> 4066 </issue> 4067 4068 <issue 4069 id="VisibleForTests" 4070 message="This method should only be accessed from tests or within private scope"> 4071 <location 4072 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/MapClientService.java" 4073 line="261"/> 4074 </issue> 4075 4076 <issue 4077 id="VisibleForTests" 4078 message="This method should only be accessed from tests or within private scope"> 4079 <location 4080 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/MapClientService.java" 4081 line="290"/> 4082 </issue> 4083 4084 <issue 4085 id="VisibleForTests" 4086 message="This method should only be accessed from tests or within private scope"> 4087 <location 4088 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/MapClientService.java" 4089 line="310"/> 4090 </issue> 4091 4092 <issue 4093 id="VisibleForTests" 4094 message="This method should only be accessed from tests or within private scope"> 4095 <location 4096 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/MceStateMachine.java" 4097 line="246"/> 4098 </issue> 4099 4100 <issue 4101 id="VisibleForTests" 4102 message="This method should only be accessed from tests or within private scope"> 4103 <location 4104 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/MetadataDatabase.java" 4105 line="36"/> 4106 </issue> 4107 4108 <issue 4109 id="VisibleForTests" 4110 message="This method should only be accessed from tests or within private scope"> 4111 <location 4112 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/PanService.java" 4113 line="152"/> 4114 </issue> 4115 4116 <issue 4117 id="VisibleForTests" 4118 message="This method should only be accessed from tests or within private scope"> 4119 <location 4120 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/PanService.java" 4121 line="536"/> 4122 </issue> 4123 4124 <issue 4125 id="VisibleForTests" 4126 message="This method should only be accessed from tests or within private scope"> 4127 <location 4128 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/PanService.java" 4129 line="562"/> 4130 </issue> 4131 4132 <issue 4133 id="VisibleForTests" 4134 message="This method should only be accessed from tests or within private scope"> 4135 <location 4136 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/PbapClientService.java" 4137 line="133"/> 4138 </issue> 4139 4140 <issue 4141 id="VisibleForTests" 4142 message="This method should only be accessed from tests or within private scope"> 4143 <location 4144 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/PbapClientService.java" 4145 line="612"/> 4146 </issue> 4147 4148 <issue 4149 id="VisibleForTests" 4150 message="This method should only be accessed from tests or within private scope"> 4151 <location 4152 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/PbapClientService.java" 4153 line="644"/> 4154 </issue> 4155 4156 <issue 4157 id="VisibleForTests" 4158 message="This method should only be accessed from tests or within private scope"> 4159 <location 4160 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4161 line="273"/> 4162 </issue> 4163 4164 <issue 4165 id="VisibleForTests" 4166 message="This method should only be accessed from tests or within private scope"> 4167 <location 4168 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4169 line="315"/> 4170 </issue> 4171 4172 <issue 4173 id="VisibleForTests" 4174 message="This method should only be accessed from tests or within private scope"> 4175 <location 4176 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4177 line="315"/> 4178 </issue> 4179 4180 <issue 4181 id="VisibleForTests" 4182 message="This method should only be accessed from tests or within private scope"> 4183 <location 4184 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4185 line="328"/> 4186 </issue> 4187 4188 <issue 4189 id="VisibleForTests" 4190 message="This method should only be accessed from tests or within private scope"> 4191 <location 4192 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4193 line="328"/> 4194 </issue> 4195 4196 <issue 4197 id="VisibleForTests" 4198 message="This method should only be accessed from tests or within private scope"> 4199 <location 4200 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4201 line="335"/> 4202 </issue> 4203 4204 <issue 4205 id="VisibleForTests" 4206 message="This method should only be accessed from tests or within private scope"> 4207 <location 4208 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4209 line="335"/> 4210 </issue> 4211 4212 <issue 4213 id="VisibleForTests" 4214 message="This method should only be accessed from tests or within private scope"> 4215 <location 4216 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4217 line="349"/> 4218 </issue> 4219 4220 <issue 4221 id="VisibleForTests" 4222 message="This method should only be accessed from tests or within private scope"> 4223 <location 4224 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4225 line="349"/> 4226 </issue> 4227 4228 <issue 4229 id="VisibleForTests" 4230 message="This method should only be accessed from tests or within private scope"> 4231 <location 4232 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4233 line="356"/> 4234 </issue> 4235 4236 <issue 4237 id="VisibleForTests" 4238 message="This method should only be accessed from tests or within private scope"> 4239 <location 4240 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4241 line="356"/> 4242 </issue> 4243 4244 <issue 4245 id="VisibleForTests" 4246 message="This method should only be accessed from tests or within private scope"> 4247 <location 4248 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4249 line="372"/> 4250 </issue> 4251 4252 <issue 4253 id="VisibleForTests" 4254 message="This method should only be accessed from tests or within private scope"> 4255 <location 4256 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4257 line="372"/> 4258 </issue> 4259 4260 <issue 4261 id="VisibleForTests" 4262 message="This method should only be accessed from tests or within private scope"> 4263 <location 4264 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4265 line="388"/> 4266 </issue> 4267 4268 <issue 4269 id="VisibleForTests" 4270 message="This method should only be accessed from tests or within private scope"> 4271 <location 4272 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4273 line="388"/> 4274 </issue> 4275 4276 <issue 4277 id="VisibleForTests" 4278 message="This method should only be accessed from tests or within private scope"> 4279 <location 4280 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4281 line="403"/> 4282 </issue> 4283 4284 <issue 4285 id="VisibleForTests" 4286 message="This method should only be accessed from tests or within private scope"> 4287 <location 4288 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4289 line="403"/> 4290 </issue> 4291 4292 <issue 4293 id="VisibleForTests" 4294 message="This method should only be accessed from tests or within private scope"> 4295 <location 4296 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4297 line="408"/> 4298 </issue> 4299 4300 <issue 4301 id="VisibleForTests" 4302 message="This method should only be accessed from tests or within private scope"> 4303 <location 4304 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4305 line="408"/> 4306 </issue> 4307 4308 <issue 4309 id="VisibleForTests" 4310 message="This method should only be accessed from tests or within private scope"> 4311 <location 4312 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4313 line="419"/> 4314 </issue> 4315 4316 <issue 4317 id="VisibleForTests" 4318 message="This method should only be accessed from tests or within private scope"> 4319 <location 4320 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4321 line="419"/> 4322 </issue> 4323 4324 <issue 4325 id="VisibleForTests" 4326 message="This method should only be accessed from tests or within private scope"> 4327 <location 4328 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4329 line="427"/> 4330 </issue> 4331 4332 <issue 4333 id="VisibleForTests" 4334 message="This method should only be accessed from tests or within private scope"> 4335 <location 4336 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4337 line="427"/> 4338 </issue> 4339 4340 <issue 4341 id="VisibleForTests" 4342 message="This method should only be accessed from tests or within private scope"> 4343 <location 4344 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4345 line="444"/> 4346 </issue> 4347 4348 <issue 4349 id="VisibleForTests" 4350 message="This method should only be accessed from tests or within private scope"> 4351 <location 4352 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4353 line="444"/> 4354 </issue> 4355 4356 <issue 4357 id="VisibleForTests" 4358 message="This method should only be accessed from tests or within private scope"> 4359 <location 4360 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4361 line="450"/> 4362 </issue> 4363 4364 <issue 4365 id="VisibleForTests" 4366 message="This method should only be accessed from tests or within private scope"> 4367 <location 4368 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4369 line="450"/> 4370 </issue> 4371 4372 <issue 4373 id="VisibleForTests" 4374 message="This method should only be accessed from tests or within private scope"> 4375 <location 4376 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4377 line="466"/> 4378 </issue> 4379 4380 <issue 4381 id="VisibleForTests" 4382 message="This method should only be accessed from tests or within private scope"> 4383 <location 4384 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4385 line="466"/> 4386 </issue> 4387 4388 <issue 4389 id="VisibleForTests" 4390 message="This method should only be accessed from tests or within private scope"> 4391 <location 4392 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4393 line="471"/> 4394 </issue> 4395 4396 <issue 4397 id="VisibleForTests" 4398 message="This method should only be accessed from tests or within private scope"> 4399 <location 4400 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4401 line="471"/> 4402 </issue> 4403 4404 <issue 4405 id="VisibleForTests" 4406 message="This method should only be accessed from tests or within private scope"> 4407 <location 4408 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4409 line="485"/> 4410 </issue> 4411 4412 <issue 4413 id="VisibleForTests" 4414 message="This method should only be accessed from tests or within private scope"> 4415 <location 4416 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4417 line="485"/> 4418 </issue> 4419 4420 <issue 4421 id="VisibleForTests" 4422 message="This method should only be accessed from tests or within private scope"> 4423 <location 4424 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4425 line="500"/> 4426 </issue> 4427 4428 <issue 4429 id="VisibleForTests" 4430 message="This method should only be accessed from tests or within private scope"> 4431 <location 4432 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/PhonePolicy.java" 4433 line="500"/> 4434 </issue> 4435 4436 <issue 4437 id="VisibleForTests" 4438 message="This method should only be accessed from tests or within private scope"> 4439 <location 4440 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 4441 line="644"/> 4442 </issue> 4443 4444 <issue 4445 id="VisibleForTests" 4446 message="This method should only be accessed from tests or within private scope"> 4447 <location 4448 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 4449 line="645"/> 4450 </issue> 4451 4452 <issue 4453 id="VisibleForTests" 4454 message="This method should only be accessed from tests or within private scope"> 4455 <location 4456 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 4457 line="668"/> 4458 </issue> 4459 4460 <issue 4461 id="VisibleForTests" 4462 message="This method should only be accessed from tests or within private scope"> 4463 <location 4464 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 4465 line="669"/> 4466 </issue> 4467 4468 <issue 4469 id="VisibleForTests" 4470 message="This method should only be accessed from tests or within private scope"> 4471 <location 4472 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/SilenceDeviceManager.java" 4473 line="273"/> 4474 </issue> 4475 4476 <issue 4477 id="VisibleForTests" 4478 message="This method should only be accessed from tests or within private scope"> 4479 <location 4480 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/SilenceDeviceManager.java" 4481 line="277"/> 4482 </issue> 4483 4484 <issue 4485 id="VisibleForTests" 4486 message="This method should only be accessed from tests or within private scope"> 4487 <location 4488 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4489 line="164"/> 4490 </issue> 4491 4492 <issue 4493 id="VisibleForTests" 4494 message="This method should only be accessed from tests or within private scope"> 4495 <location 4496 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4497 line="407"/> 4498 </issue> 4499 4500 <issue 4501 id="VisibleForTests" 4502 message="This method should only be accessed from tests or within private scope"> 4503 <location 4504 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4505 line="409"/> 4506 </issue> 4507 4508 <issue 4509 id="VisibleForTests" 4510 message="This method should only be accessed from tests or within private scope"> 4511 <location 4512 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4513 line="411"/> 4514 </issue> 4515 4516 <issue 4517 id="VisibleForTests" 4518 message="This method should only be accessed from tests or within private scope"> 4519 <location 4520 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4521 line="413"/> 4522 </issue> 4523 4524 <issue 4525 id="VisibleForTests" 4526 message="This method should only be accessed from tests or within private scope"> 4527 <location 4528 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4529 line="415"/> 4530 </issue> 4531 4532 <issue 4533 id="VisibleForTests" 4534 message="This method should only be accessed from tests or within private scope"> 4535 <location 4536 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4537 line="417"/> 4538 </issue> 4539 4540 <issue 4541 id="VisibleForTests" 4542 message="This method should only be accessed from tests or within private scope"> 4543 <location 4544 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4545 line="419"/> 4546 </issue> 4547 4548 <issue 4549 id="VisibleForTests" 4550 message="This method should only be accessed from tests or within private scope"> 4551 <location 4552 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4553 line="422"/> 4554 </issue> 4555 4556 <issue 4557 id="VisibleForTests" 4558 message="This method should only be accessed from tests or within private scope"> 4559 <location 4560 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4561 line="424"/> 4562 </issue> 4563 4564 <issue 4565 id="VisibleForTests" 4566 message="This method should only be accessed from tests or within private scope"> 4567 <location 4568 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4569 line="426"/> 4570 </issue> 4571 4572 <issue 4573 id="VisibleForTests" 4574 message="This method should only be accessed from tests or within private scope"> 4575 <location 4576 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4577 line="429"/> 4578 </issue> 4579 4580 <issue 4581 id="VisibleForTests" 4582 message="This method should only be accessed from tests or within private scope"> 4583 <location 4584 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4585 line="431"/> 4586 </issue> 4587 4588 <issue 4589 id="VisibleForTests" 4590 message="This method should only be accessed from tests or within private scope"> 4591 <location 4592 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4593 line="433"/> 4594 </issue> 4595 4596 <issue 4597 id="VisibleForTests" 4598 message="This method should only be accessed from tests or within private scope"> 4599 <location 4600 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4601 line="435"/> 4602 </issue> 4603 4604 <issue 4605 id="VisibleForTests" 4606 message="This method should only be accessed from tests or within private scope"> 4607 <location 4608 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4609 line="437"/> 4610 </issue> 4611 4612 <issue 4613 id="VisibleForTests" 4614 message="This method should only be accessed from tests or within private scope"> 4615 <location 4616 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4617 line="439"/> 4618 </issue> 4619 4620 <issue 4621 id="VisibleForTests" 4622 message="This method should only be accessed from tests or within private scope"> 4623 <location 4624 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4625 line="444"/> 4626 </issue> 4627 4628 <issue 4629 id="VisibleForTests" 4630 message="This method should only be accessed from tests or within private scope"> 4631 <location 4632 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4633 line="456"/> 4634 </issue> 4635 4636 <issue 4637 id="VisibleForTests" 4638 message="This method should only be accessed from tests or within private scope"> 4639 <location 4640 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4641 line="459"/> 4642 </issue> 4643 4644 <issue 4645 id="VisibleForTests" 4646 message="This method should only be accessed from tests or within private scope"> 4647 <location 4648 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4649 line="471"/> 4650 </issue> 4651 4652 <issue 4653 id="VisibleForTests" 4654 message="This method should only be accessed from tests or within private scope"> 4655 <location 4656 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4657 line="475"/> 4658 </issue> 4659 4660 <issue 4661 id="VisibleForTests" 4662 message="This method should only be accessed from tests or within private scope"> 4663 <location 4664 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4665 line="476"/> 4666 </issue> 4667 4668 <issue 4669 id="VisibleForTests" 4670 message="This method should only be accessed from tests or within private scope"> 4671 <location 4672 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4673 line="479"/> 4674 </issue> 4675 4676 <issue 4677 id="VisibleForTests" 4678 message="This method should only be accessed from tests or within private scope"> 4679 <location 4680 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4681 line="753"/> 4682 </issue> 4683 4684 <issue 4685 id="VisibleForTests" 4686 message="This method should only be accessed from tests or within private scope"> 4687 <location 4688 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4689 line="754"/> 4690 </issue> 4691 4692 <issue 4693 id="VisibleForTests" 4694 message="This method should only be accessed from tests or within private scope"> 4695 <location 4696 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4697 line="759"/> 4698 </issue> 4699 4700 <issue 4701 id="VisibleForTests" 4702 message="This method should only be accessed from tests or within private scope"> 4703 <location 4704 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4705 line="763"/> 4706 </issue> 4707 4708 <issue 4709 id="VisibleForTests" 4710 message="This method should only be accessed from tests or within private scope"> 4711 <location 4712 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4713 line="770"/> 4714 </issue> 4715 4716 <issue 4717 id="VisibleForTests" 4718 message="This method should only be accessed from tests or within private scope"> 4719 <location 4720 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4721 line="778"/> 4722 </issue> 4723 4724 <issue 4725 id="VisibleForTests" 4726 message="This method should only be accessed from tests or within private scope"> 4727 <location 4728 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4729 line="818"/> 4730 </issue> 4731 4732 <issue 4733 id="VisibleForTests" 4734 message="This method should only be accessed from tests or within private scope"> 4735 <location 4736 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4737 line="819"/> 4738 </issue> 4739 4740 <issue 4741 id="VisibleForTests" 4742 message="This method should only be accessed from tests or within private scope"> 4743 <location 4744 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4745 line="820"/> 4746 </issue> 4747 4748 <issue 4749 id="VisibleForTests" 4750 message="This method should only be accessed from tests or within private scope"> 4751 <location 4752 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4753 line="821"/> 4754 </issue> 4755 4756 <issue 4757 id="VisibleForTests" 4758 message="This method should only be accessed from tests or within private scope"> 4759 <location 4760 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4761 line="823"/> 4762 </issue> 4763 4764 <issue 4765 id="VisibleForTests" 4766 message="This method should only be accessed from tests or within private scope"> 4767 <location 4768 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4769 line="830"/> 4770 </issue> 4771 4772 <issue 4773 id="VisibleForTests" 4774 message="This method should only be accessed from tests or within private scope"> 4775 <location 4776 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4777 line="836"/> 4778 </issue> 4779 4780 <issue 4781 id="VisibleForTests" 4782 message="This method should only be accessed from tests or within private scope"> 4783 <location 4784 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4785 line="845"/> 4786 </issue> 4787 4788 <issue 4789 id="VisibleForTests" 4790 message="This method should only be accessed from tests or within private scope"> 4791 <location 4792 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4793 line="848"/> 4794 </issue> 4795 4796 <issue 4797 id="VisibleForTests" 4798 message="This method should only be accessed from tests or within private scope"> 4799 <location 4800 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4801 line="850"/> 4802 </issue> 4803 4804 <issue 4805 id="VisibleForTests" 4806 message="This method should only be accessed from tests or within private scope"> 4807 <location 4808 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4809 line="853"/> 4810 </issue> 4811 4812 <issue 4813 id="VisibleForTests" 4814 message="This method should only be accessed from tests or within private scope"> 4815 <location 4816 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4817 line="860"/> 4818 </issue> 4819 4820 <issue 4821 id="VisibleForTests" 4822 message="This method should only be accessed from tests or within private scope"> 4823 <location 4824 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4825 line="867"/> 4826 </issue> 4827 4828 <issue 4829 id="VisibleForTests" 4830 message="This method should only be accessed from tests or within private scope"> 4831 <location 4832 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4833 line="874"/> 4834 </issue> 4835 4836 <issue 4837 id="VisibleForTests" 4838 message="This method should only be accessed from tests or within private scope"> 4839 <location 4840 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4841 line="878"/> 4842 </issue> 4843 4844 <issue 4845 id="VisibleForTests" 4846 message="This method should only be accessed from tests or within private scope"> 4847 <location 4848 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4849 line="883"/> 4850 </issue> 4851 4852 <issue 4853 id="VisibleForTests" 4854 message="This method should only be accessed from tests or within private scope"> 4855 <location 4856 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4857 line="886"/> 4858 </issue> 4859 4860 <issue 4861 id="VisibleForTests" 4862 message="This method should only be accessed from tests or within private scope"> 4863 <location 4864 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4865 line="892"/> 4866 </issue> 4867 4868 <issue 4869 id="VisibleForTests" 4870 message="This method should only be accessed from tests or within private scope"> 4871 <location 4872 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4873 line="896"/> 4874 </issue> 4875 4876 <issue 4877 id="VisibleForTests" 4878 message="This method should only be accessed from tests or within private scope"> 4879 <location 4880 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4881 line="909"/> 4882 </issue> 4883 4884 <issue 4885 id="VisibleForTests" 4886 message="This method should only be accessed from tests or within private scope"> 4887 <location 4888 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4889 line="916"/> 4890 </issue> 4891 4892 <issue 4893 id="VisibleForTests" 4894 message="This method should only be accessed from tests or within private scope"> 4895 <location 4896 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4897 line="927"/> 4898 </issue> 4899 4900 <issue 4901 id="VisibleForTests" 4902 message="This method should only be accessed from tests or within private scope"> 4903 <location 4904 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4905 line="934"/> 4906 </issue> 4907 4908 <issue 4909 id="VisibleForTests" 4910 message="This method should only be accessed from tests or within private scope"> 4911 <location 4912 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4913 line="939"/> 4914 </issue> 4915 4916 <issue 4917 id="VisibleForTests" 4918 message="This method should only be accessed from tests or within private scope"> 4919 <location 4920 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4921 line="943"/> 4922 </issue> 4923 4924 <issue 4925 id="VisibleForTests" 4926 message="This method should only be accessed from tests or within private scope"> 4927 <location 4928 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4929 line="1133"/> 4930 </issue> 4931 4932 <issue 4933 id="VisibleForTests" 4934 message="This method should only be accessed from tests or within private scope"> 4935 <location 4936 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4937 line="1139"/> 4938 </issue> 4939 4940 <issue 4941 id="VisibleForTests" 4942 message="This method should only be accessed from tests or within private scope"> 4943 <location 4944 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4945 line="1143"/> 4946 </issue> 4947 4948 <issue 4949 id="VisibleForTests" 4950 message="This method should only be accessed from tests or within private scope"> 4951 <location 4952 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/TbsGeneric.java" 4953 line="1151"/> 4954 </issue> 4955 4956 <issue 4957 id="VisibleForTests" 4958 message="This method should only be accessed from tests or within private scope"> 4959 <location 4960 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/VendorCommandResponseProcessor.java" 4961 line="119"/> 4962 </issue> 4963 4964 <issue 4965 id="VisibleForTests" 4966 message="This method should only be accessed from tests or within private scope"> 4967 <location 4968 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/VolumeControlService.java" 4969 line="231"/> 4970 </issue> 4971 4972 <issue 4973 id="VisibleForTests" 4974 message="This method should only be accessed from tests or within private scope"> 4975 <location 4976 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/VolumeControlService.java" 4977 line="375"/> 4978 </issue> 4979 4980 <issue 4981 id="VisibleForTests" 4982 message="This method should only be accessed from tests or within private scope"> 4983 <location 4984 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/VolumeControlService.java" 4985 line="550"/> 4986 </issue> 4987 4988 <issue 4989 id="VisibleForTests" 4990 message="This method should only be accessed from tests or within private scope"> 4991 <location 4992 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/VolumeControlService.java" 4993 line="564"/> 4994 </issue> 4995 4996 <issue 4997 id="VisibleForTests" 4998 message="This method should only be accessed from tests or within private scope"> 4999 <location 5000 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/VolumeControlService.java" 5001 line="987"/> 5002 </issue> 5003 5004 <issue 5005 id="ParcelClassLoader" 5006 message="Passing null here (to use the default class loader) will not work if you are restoring your own classes. Consider using for example `getClass().getClassLoader()` instead."> 5007 <location 5008 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/HfpClientCall.java" 5009 line="275"/> 5010 </issue> 5011 5012 <issue 5013 id="MissingVersion" 5014 message="Should set `android:versionCode` to specify the application version"> 5015 <location 5016 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5017 line="2"/> 5018 </issue> 5019 5020 <issue 5021 id="MissingVersion" 5022 message="Should set `android:versionName` to specify the application version"> 5023 <location 5024 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5025 line="2"/> 5026 </issue> 5027 5028 <issue 5029 id="SupportAnnotationUsage" 5030 message="Only specify one of `value`, `anyOf` or `allOf`"> 5031 <location 5032 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 5033 line="551"/> 5034 </issue> 5035 5036 <issue 5037 id="SupportAnnotationUsage" 5038 message="Only specify one of `value`, `anyOf` or `allOf`"> 5039 <location 5040 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 5041 line="1958"/> 5042 </issue> 5043 5044 <issue 5045 id="StringFormatInvalid" 5046 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% a`'?"> 5047 <location 5048 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 5049 line="47"/> 5050 </issue> 5051 5052 <issue 5053 id="StringFormatInvalid" 5054 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% b`'?"> 5055 <location 5056 file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml" 5057 line="47"/> 5058 </issue> 5059 5060 <issue 5061 id="StringFormatInvalid" 5062 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5063 <location 5064 file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml" 5065 line="47"/> 5066 </issue> 5067 5068 <issue 5069 id="StringFormatInvalid" 5070 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5071 <location 5072 file="packages/modules/Bluetooth/android/app/res/values-en-rAU/strings.xml" 5073 line="47"/> 5074 </issue> 5075 5076 <issue 5077 id="StringFormatInvalid" 5078 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5079 <location 5080 file="packages/modules/Bluetooth/android/app/res/values-en-rCA/strings.xml" 5081 line="47"/> 5082 </issue> 5083 5084 <issue 5085 id="StringFormatInvalid" 5086 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5087 <location 5088 file="packages/modules/Bluetooth/android/app/res/values-en-rGB/strings.xml" 5089 line="47"/> 5090 </issue> 5091 5092 <issue 5093 id="StringFormatInvalid" 5094 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5095 <location 5096 file="packages/modules/Bluetooth/android/app/res/values-en-rIN/strings.xml" 5097 line="47"/> 5098 </issue> 5099 5100 <issue 5101 id="StringFormatInvalid" 5102 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5103 <location 5104 file="packages/modules/Bluetooth/android/app/res/values-en-rXC/strings.xml" 5105 line="47"/> 5106 </issue> 5107 5108 <issue 5109 id="StringFormatInvalid" 5110 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5111 <location 5112 file="packages/modules/Bluetooth/android/app/res/values-es/strings.xml" 5113 line="47"/> 5114 </issue> 5115 5116 <issue 5117 id="StringFormatInvalid" 5118 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5119 <location 5120 file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml" 5121 line="47"/> 5122 </issue> 5123 5124 <issue 5125 id="StringFormatInvalid" 5126 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5127 <location 5128 file="packages/modules/Bluetooth/android/app/res/values-it/strings.xml" 5129 line="47"/> 5130 </issue> 5131 5132 <issue 5133 id="StringFormatInvalid" 5134 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5135 <location 5136 file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml" 5137 line="47"/> 5138 </issue> 5139 5140 <issue 5141 id="StringFormatInvalid" 5142 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5143 <location 5144 file="packages/modules/Bluetooth/android/app/res/values-pt/strings.xml" 5145 line="47"/> 5146 </issue> 5147 5148 <issue 5149 id="StringFormatInvalid" 5150 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% e`'?"> 5151 <location 5152 file="packages/modules/Bluetooth/android/app/res/values-fr-rCA/strings.xml" 5153 line="47"/> 5154 </issue> 5155 5156 <issue 5157 id="StringFormatInvalid" 5158 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% e`'?"> 5159 <location 5160 file="packages/modules/Bluetooth/android/app/res/values-fr/strings.xml" 5161 line="47"/> 5162 </issue> 5163 5164 <issue 5165 id="StringFormatInvalid" 5166 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% f`'?"> 5167 <location 5168 file="packages/modules/Bluetooth/android/app/res/values-da/strings.xml" 5169 line="47"/> 5170 </issue> 5171 5172 <issue 5173 id="StringFormatInvalid" 5174 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% f`'?"> 5175 <location 5176 file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml" 5177 line="47"/> 5178 </issue> 5179 5180 <issue 5181 id="StringFormatInvalid" 5182 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% f`'?"> 5183 <location 5184 file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml" 5185 line="47"/> 5186 </issue> 5187 5188 <issue 5189 id="StringFormatInvalid" 5190 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% h`'?"> 5191 <location 5192 file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml" 5193 line="47"/> 5194 </issue> 5195 5196 <issue 5197 id="StringFormatInvalid" 5198 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% s`'?"> 5199 <location 5200 file="packages/modules/Bluetooth/android/app/res/values-in/strings.xml" 5201 line="47"/> 5202 </issue> 5203 5204 <issue 5205 id="StringFormatInvalid" 5206 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% s`'?"> 5207 <location 5208 file="packages/modules/Bluetooth/android/app/res/values-sv/strings.xml" 5209 line="47"/> 5210 </issue> 5211 5212 <issue 5213 id="StringFormatInvalid" 5214 message="Incorrect formatting string `notification_sent_complete`; missing conversion character in '`% c`'?"> 5215 <location 5216 file="packages/modules/Bluetooth/android/app/res/values/strings.xml" 5217 line="102"/> 5218 </issue> 5219 5220 <issue 5221 id="StringFormatMatches" 5222 message="Inconsistent formatting types for argument #1 in format string `notification_sent_complete` ('% d'): Found both '`d`' here and '`e`' in values-eu/strings.xml"> 5223 <location 5224 file="packages/modules/Bluetooth/android/app/res/values-hr/strings.xml" 5225 line="47"/> 5226 <location 5227 file="packages/modules/Bluetooth/android/app/res/values-eu/strings.xml" 5228 line="47"/> 5229 </issue> 5230 5231 <issue 5232 id="StringFormatCount" 5233 message="Inconsistent number of arguments in formatting string `notification_sent_complete`; found both 1 here and 0 in values-zh-rTW/strings.xml"> 5234 <location 5235 file="packages/modules/Bluetooth/android/app/res/values/strings.xml" 5236 line="102"/> 5237 <location 5238 file="packages/modules/Bluetooth/android/app/res/values-zh-rTW/strings.xml" 5239 line="47"/> 5240 </issue> 5241 5242 <issue 5243 id="ExportedContentProvider" 5244 message="Exported content providers can provide access to potentially sensitive data"> 5245 <location 5246 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5247 line="189"/> 5248 </issue> 5249 5250 <issue 5251 id="ExportedService" 5252 message="Exported service does not require permission"> 5253 <location 5254 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5255 line="121"/> 5256 </issue> 5257 5258 <issue 5259 id="ExportedService" 5260 message="Exported service does not require permission"> 5261 <location 5262 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5263 line="132"/> 5264 </issue> 5265 5266 <issue 5267 id="ExportedService" 5268 message="Exported service does not require permission"> 5269 <location 5270 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5271 line="143"/> 5272 </issue> 5273 5274 <issue 5275 id="ExportedService" 5276 message="Exported service does not require permission"> 5277 <location 5278 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5279 line="154"/> 5280 </issue> 5281 5282 <issue 5283 id="ExportedService" 5284 message="Exported service does not require permission"> 5285 <location 5286 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5287 line="165"/> 5288 </issue> 5289 5290 <issue 5291 id="ExportedService" 5292 message="Exported service does not require permission"> 5293 <location 5294 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5295 line="174"/> 5296 </issue> 5297 5298 <issue 5299 id="ExportedService" 5300 message="Exported service does not require permission"> 5301 <location 5302 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5303 line="208"/> 5304 </issue> 5305 5306 <issue 5307 id="ExportedService" 5308 message="Exported service does not require permission"> 5309 <location 5310 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5311 line="219"/> 5312 </issue> 5313 5314 <issue 5315 id="ExportedService" 5316 message="Exported service does not require permission"> 5317 <location 5318 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5319 line="230"/> 5320 </issue> 5321 5322 <issue 5323 id="ExportedService" 5324 message="Exported service does not require permission"> 5325 <location 5326 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5327 line="241"/> 5328 </issue> 5329 5330 <issue 5331 id="ExportedService" 5332 message="Exported service does not require permission"> 5333 <location 5334 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5335 line="264"/> 5336 </issue> 5337 5338 <issue 5339 id="ExportedService" 5340 message="Exported service does not require permission"> 5341 <location 5342 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5343 line="275"/> 5344 </issue> 5345 5346 <issue 5347 id="ExportedService" 5348 message="Exported service does not require permission"> 5349 <location 5350 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5351 line="300"/> 5352 </issue> 5353 5354 <issue 5355 id="ExportedService" 5356 message="Exported service does not require permission"> 5357 <location 5358 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5359 line="321"/> 5360 </issue> 5361 5362 <issue 5363 id="ExportedService" 5364 message="Exported service does not require permission"> 5365 <location 5366 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5367 line="332"/> 5368 </issue> 5369 5370 <issue 5371 id="ExportedService" 5372 message="Exported service does not require permission"> 5373 <location 5374 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5375 line="343"/> 5376 </issue> 5377 5378 <issue 5379 id="ExportedService" 5380 message="Exported service does not require permission"> 5381 <location 5382 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5383 line="373"/> 5384 </issue> 5385 5386 <issue 5387 id="ExportedService" 5388 message="Exported service does not require permission"> 5389 <location 5390 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5391 line="384"/> 5392 </issue> 5393 5394 <issue 5395 id="ExportedService" 5396 message="Exported service does not require permission"> 5397 <location 5398 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5399 line="549"/> 5400 </issue> 5401 5402 <issue 5403 id="ExportedService" 5404 message="Exported service does not require permission"> 5405 <location 5406 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5407 line="580"/> 5408 </issue> 5409 5410 <issue 5411 id="ExportedService" 5412 message="Exported service does not require permission"> 5413 <location 5414 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5415 line="589"/> 5416 </issue> 5417 5418 <issue 5419 id="ExportedService" 5420 message="Exported service does not require permission"> 5421 <location 5422 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5423 line="604"/> 5424 </issue> 5425 5426 <issue 5427 id="ExportedService" 5428 message="Exported service does not require permission"> 5429 <location 5430 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5431 line="615"/> 5432 </issue> 5433 5434 <issue 5435 id="ExportedService" 5436 message="Exported service does not require permission"> 5437 <location 5438 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5439 line="626"/> 5440 </issue> 5441 5442 <issue 5443 id="InvalidPermission" 5444 message="Protecting an unsupported element with a permission is a no-op and potentially dangerous"> 5445 <location 5446 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5447 line="410"/> 5448 </issue> 5449 5450 <issue 5451 id="UnspecifiedRegisterReceiverFlag" 5452 message="`mBluetoothConnectionReceiver` \ is missing `RECEIVER_EXPORTED` or `RECEIVER_NOT_EXPORTED` flag for unprotected \ broadcasts registered for an IntentFilter that cannot be inspected by lint"> 5453 <location 5454 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ScanManager.java" 5455 line="205"/> 5456 </issue> 5457 5458 <issue 5459 id="QueryAllPackagesPermission" 5460 message="A `<queries>` declaration should generally be used instead of QUERY_ALL_PACKAGES; \ see https://g.co/dev/packagevisibility for details"> 5461 <location 5462 file="./out/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/manifest_merger/AndroidManifest.xml" 5463 line="61"/> 5464 </issue> 5465 5466 <issue 5467 id="WakelockTimeout" 5468 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's battery."> 5469 <location 5470 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 5471 line="6312"/> 5472 </issue> 5473 5474 <issue 5475 id="WakelockTimeout" 5476 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's battery."> 5477 <location 5478 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java" 5479 line="256"/> 5480 </issue> 5481 5482 <issue 5483 id="WakelockTimeout" 5484 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's battery."> 5485 <location 5486 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/BluetoothMapService.java" 5487 line="428"/> 5488 </issue> 5489 5490 <issue 5491 id="WakelockTimeout" 5492 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's battery."> 5493 <location 5494 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java" 5495 line="195"/> 5496 </issue> 5497 5498 <issue 5499 id="WakelockTimeout" 5500 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's battery."> 5501 <location 5502 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java" 5503 line="314"/> 5504 </issue> 5505 5506 <issue 5507 id="WakelockTimeout" 5508 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's battery."> 5509 <location 5510 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapService.java" 5511 line="478"/> 5512 </issue> 5513 5514 <issue 5515 id="WakelockTimeout" 5516 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's battery."> 5517 <location 5518 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 5519 line="289"/> 5520 </issue> 5521 5522 <issue 5523 id="WakelockTimeout" 5524 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's battery."> 5525 <location 5526 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 5527 line="489"/> 5528 </issue> 5529 5530 <issue 5531 id="StaticFieldLeak" 5532 message="This `AsyncTask` class should be static or leaks might occur (anonymous android.os.AsyncTask)"> 5533 <location 5534 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 5535 line="659"/> 5536 </issue> 5537 5538 <issue 5539 id="StaticFieldLeak" 5540 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"> 5541 <location 5542 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppManager.java" 5543 line="67"/> 5544 </issue> 5545 5546 <issue 5547 id="StaticFieldLeak" 5548 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"> 5549 <location 5550 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppPreference.java" 5551 line="51"/> 5552 </issue> 5553 5554 <issue 5555 id="StaticFieldLeak" 5556 message="Do not place Android context classes in static fields (static reference to `MediaControlProfile` which has field `mContext` pointing to `Context`); this is a memory leak"> 5557 <location 5558 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/McpService.java" 5559 line="48"/> 5560 </issue> 5561 5562 <issue 5563 id="StaticFieldLeak" 5564 message="Do not place Android context classes in static fields (static reference to `MediaPlayerList` which has field `mContext` pointing to `Context`); this is a memory leak"> 5565 <location 5566 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/MediaControlProfile.java" 5567 line="79"/> 5568 </issue> 5569 5570 <issue 5571 id="StaticFieldLeak" 5572 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"> 5573 <location 5574 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/mockable/MediaPlayerWrapperFactory.java" 5575 line="31"/> 5576 </issue> 5577 5578 <issue 5579 id="StaticFieldLeak" 5580 message="Do not place Android context classes in static fields (static reference to `MetricsLogger` which has field `mContext` pointing to `Context`); this is a memory leak"> 5581 <location 5582 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/MetricsLogger.java" 5583 line="65"/> 5584 </issue> 5585 5586 <issue 5587 id="HandlerLeak" 5588 message="This `Handler` class should be static or leaks might occur (com.android.bluetooth.btservice.AdapterService.AdapterServiceHandler)"> 5589 <location 5590 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/AdapterService.java" 5591 line="415"/> 5592 </issue> 5593 5594 <issue 5595 id="HandlerLeak" 5596 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5597 <location 5598 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnablingActivity.java" 5599 line="127"/> 5600 </issue> 5601 5602 <issue 5603 id="HandlerLeak" 5604 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5605 <location 5606 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppIncomingFileConfirmActivity.java" 5607 line="235"/> 5608 </issue> 5609 5610 <issue 5611 id="HandlerLeak" 5612 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5613 <location 5614 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppNotification.java" 5615 line="197"/> 5616 </issue> 5617 5618 <issue 5619 id="HandlerLeak" 5620 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5621 <location 5622 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppService.java" 5623 line="366"/> 5624 </issue> 5625 5626 <issue 5627 id="HandlerLeak" 5628 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5629 <location 5630 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/BluetoothPbapActivity.java" 5631 line="269"/> 5632 </issue> 5633 5634 <issue 5635 id="HandlerLeak" 5636 message="This `Handler` class should be static or leaks might occur (com.android.bluetooth.hid.HidDeviceService.HidDeviceServiceHandler)"> 5637 <location 5638 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidDeviceService.java" 5639 line="93"/> 5640 </issue> 5641 5642 <issue 5643 id="HandlerLeak" 5644 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5645 <location 5646 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/HidHostService.java" 5647 line="174"/> 5648 </issue> 5649 5650 <issue 5651 id="HandlerLeak" 5652 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5653 <location 5654 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pan/PanService.java" 5655 line="220"/> 5656 </issue> 5657 5658 <issue 5659 id="HandlerLeak" 5660 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5661 <location 5662 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/SapService.java" 5663 line="449"/> 5664 </issue> 5665 5666 <issue 5667 id="HandlerLeak" 5668 message="This `Handler` class should be static or leaks might occur (anonymous android.os.Handler)"> 5669 <location 5670 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sdp/SdpManager.java" 5671 line="506"/> 5672 </issue> 5673 5674 <issue 5675 id="TypographyEllipsis" 5676 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5677 <location 5678 file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml" 5679 line="54"/> 5680 </issue> 5681 5682 <issue 5683 id="TypographyEllipsis" 5684 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5685 <location 5686 file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml" 5687 line="54"/> 5688 </issue> 5689 5690 <issue 5691 id="TypographyEllipsis" 5692 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5693 <location 5694 file="packages/modules/Bluetooth/android/app/res/values-b+sr+Latn/strings.xml" 5695 line="54"/> 5696 </issue> 5697 5698 <issue 5699 id="TypographyEllipsis" 5700 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5701 <location 5702 file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml" 5703 line="54"/> 5704 </issue> 5705 5706 <issue 5707 id="TypographyEllipsis" 5708 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5709 <location 5710 file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml" 5711 line="54"/> 5712 </issue> 5713 5714 <issue 5715 id="TypographyEllipsis" 5716 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5717 <location 5718 file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml" 5719 line="54"/> 5720 </issue> 5721 5722 <issue 5723 id="TypographyEllipsis" 5724 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5725 <location 5726 file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml" 5727 line="54"/> 5728 </issue> 5729 5730 <issue 5731 id="TypographyEllipsis" 5732 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5733 <location 5734 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 5735 line="54"/> 5736 </issue> 5737 5738 <issue 5739 id="TypographyEllipsis" 5740 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5741 <location 5742 file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml" 5743 line="54"/> 5744 </issue> 5745 5746 <issue 5747 id="TypographyEllipsis" 5748 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5749 <location 5750 file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml" 5751 line="54"/> 5752 </issue> 5753 5754 <issue 5755 id="TypographyEllipsis" 5756 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5757 <location 5758 file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml" 5759 line="54"/> 5760 </issue> 5761 5762 <issue 5763 id="TypographyEllipsis" 5764 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5765 <location 5766 file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml" 5767 line="54"/> 5768 </issue> 5769 5770 <issue 5771 id="TypographyEllipsis" 5772 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5773 <location 5774 file="packages/modules/Bluetooth/android/app/res/values-gu/strings.xml" 5775 line="54"/> 5776 </issue> 5777 5778 <issue 5779 id="TypographyEllipsis" 5780 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5781 <location 5782 file="packages/modules/Bluetooth/android/app/res/values-hr/strings.xml" 5783 line="54"/> 5784 </issue> 5785 5786 <issue 5787 id="TypographyEllipsis" 5788 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5789 <location 5790 file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml" 5791 line="54"/> 5792 </issue> 5793 5794 <issue 5795 id="TypographyEllipsis" 5796 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5797 <location 5798 file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml" 5799 line="54"/> 5800 </issue> 5801 5802 <issue 5803 id="TypographyEllipsis" 5804 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5805 <location 5806 file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml" 5807 line="54"/> 5808 </issue> 5809 5810 <issue 5811 id="TypographyEllipsis" 5812 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5813 <location 5814 file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml" 5815 line="54"/> 5816 </issue> 5817 5818 <issue 5819 id="TypographyEllipsis" 5820 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5821 <location 5822 file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml" 5823 line="54"/> 5824 </issue> 5825 5826 <issue 5827 id="TypographyEllipsis" 5828 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5829 <location 5830 file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml" 5831 line="54"/> 5832 </issue> 5833 5834 <issue 5835 id="TypographyEllipsis" 5836 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5837 <location 5838 file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml" 5839 line="54"/> 5840 </issue> 5841 5842 <issue 5843 id="TypographyEllipsis" 5844 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5845 <location 5846 file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml" 5847 line="54"/> 5848 </issue> 5849 5850 <issue 5851 id="TypographyEllipsis" 5852 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5853 <location 5854 file="packages/modules/Bluetooth/android/app/res/values-mr/strings.xml" 5855 line="54"/> 5856 </issue> 5857 5858 <issue 5859 id="TypographyEllipsis" 5860 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5861 <location 5862 file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml" 5863 line="54"/> 5864 </issue> 5865 5866 <issue 5867 id="TypographyEllipsis" 5868 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5869 <location 5870 file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml" 5871 line="54"/> 5872 </issue> 5873 5874 <issue 5875 id="TypographyEllipsis" 5876 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5877 <location 5878 file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml" 5879 line="54"/> 5880 </issue> 5881 5882 <issue 5883 id="TypographyEllipsis" 5884 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5885 <location 5886 file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml" 5887 line="54"/> 5888 </issue> 5889 5890 <issue 5891 id="TypographyEllipsis" 5892 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5893 <location 5894 file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml" 5895 line="54"/> 5896 </issue> 5897 5898 <issue 5899 id="TypographyEllipsis" 5900 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5901 <location 5902 file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml" 5903 line="54"/> 5904 </issue> 5905 5906 <issue 5907 id="TypographyEllipsis" 5908 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5909 <location 5910 file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml" 5911 line="54"/> 5912 </issue> 5913 5914 <issue 5915 id="TypographyEllipsis" 5916 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5917 <location 5918 file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml" 5919 line="54"/> 5920 </issue> 5921 5922 <issue 5923 id="TypographyEllipsis" 5924 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5925 <location 5926 file="packages/modules/Bluetooth/android/app/res/values-sr/strings.xml" 5927 line="54"/> 5928 </issue> 5929 5930 <issue 5931 id="TypographyEllipsis" 5932 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5933 <location 5934 file="packages/modules/Bluetooth/android/app/res/values-sv/strings.xml" 5935 line="54"/> 5936 </issue> 5937 5938 <issue 5939 id="TypographyEllipsis" 5940 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5941 <location 5942 file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml" 5943 line="54"/> 5944 </issue> 5945 5946 <issue 5947 id="TypographyEllipsis" 5948 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5949 <location 5950 file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml" 5951 line="54"/> 5952 </issue> 5953 5954 <issue 5955 id="TypographyEllipsis" 5956 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5957 <location 5958 file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml" 5959 line="54"/> 5960 </issue> 5961 5962 <issue 5963 id="TypographyEllipsis" 5964 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5965 <location 5966 file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml" 5967 line="54"/> 5968 </issue> 5969 5970 <issue 5971 id="TypographyEllipsis" 5972 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5973 <location 5974 file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml" 5975 line="54"/> 5976 </issue> 5977 5978 <issue 5979 id="TypographyEllipsis" 5980 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5981 <location 5982 file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml" 5983 line="54"/> 5984 </issue> 5985 5986 <issue 5987 id="TypographyEllipsis" 5988 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5989 <location 5990 file="packages/modules/Bluetooth/android/app/res/values-am/strings.xml" 5991 line="68"/> 5992 </issue> 5993 5994 <issue 5995 id="TypographyEllipsis" 5996 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 5997 <location 5998 file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml" 5999 line="68"/> 6000 </issue> 6001 6002 <issue 6003 id="TypographyEllipsis" 6004 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6005 <location 6006 file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml" 6007 line="68"/> 6008 </issue> 6009 6010 <issue 6011 id="TypographyEllipsis" 6012 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6013 <location 6014 file="packages/modules/Bluetooth/android/app/res/values-b+sr+Latn/strings.xml" 6015 line="68"/> 6016 </issue> 6017 6018 <issue 6019 id="TypographyEllipsis" 6020 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6021 <location 6022 file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml" 6023 line="68"/> 6024 </issue> 6025 6026 <issue 6027 id="TypographyEllipsis" 6028 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6029 <location 6030 file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml" 6031 line="68"/> 6032 </issue> 6033 6034 <issue 6035 id="TypographyEllipsis" 6036 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6037 <location 6038 file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml" 6039 line="68"/> 6040 </issue> 6041 6042 <issue 6043 id="TypographyEllipsis" 6044 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6045 <location 6046 file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml" 6047 line="68"/> 6048 </issue> 6049 6050 <issue 6051 id="TypographyEllipsis" 6052 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6053 <location 6054 file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml" 6055 line="68"/> 6056 </issue> 6057 6058 <issue 6059 id="TypographyEllipsis" 6060 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6061 <location 6062 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 6063 line="68"/> 6064 </issue> 6065 6066 <issue 6067 id="TypographyEllipsis" 6068 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6069 <location 6070 file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml" 6071 line="68"/> 6072 </issue> 6073 6074 <issue 6075 id="TypographyEllipsis" 6076 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6077 <location 6078 file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml" 6079 line="68"/> 6080 </issue> 6081 6082 <issue 6083 id="TypographyEllipsis" 6084 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6085 <location 6086 file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml" 6087 line="68"/> 6088 </issue> 6089 6090 <issue 6091 id="TypographyEllipsis" 6092 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6093 <location 6094 file="packages/modules/Bluetooth/android/app/res/values-fr/strings.xml" 6095 line="68"/> 6096 </issue> 6097 6098 <issue 6099 id="TypographyEllipsis" 6100 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6101 <location 6102 file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml" 6103 line="68"/> 6104 </issue> 6105 6106 <issue 6107 id="TypographyEllipsis" 6108 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6109 <location 6110 file="packages/modules/Bluetooth/android/app/res/values-hr/strings.xml" 6111 line="68"/> 6112 </issue> 6113 6114 <issue 6115 id="TypographyEllipsis" 6116 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6117 <location 6118 file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml" 6119 line="68"/> 6120 </issue> 6121 6122 <issue 6123 id="TypographyEllipsis" 6124 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6125 <location 6126 file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml" 6127 line="68"/> 6128 </issue> 6129 6130 <issue 6131 id="TypographyEllipsis" 6132 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6133 <location 6134 file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml" 6135 line="68"/> 6136 </issue> 6137 6138 <issue 6139 id="TypographyEllipsis" 6140 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6141 <location 6142 file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml" 6143 line="68"/> 6144 </issue> 6145 6146 <issue 6147 id="TypographyEllipsis" 6148 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6149 <location 6150 file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml" 6151 line="68"/> 6152 </issue> 6153 6154 <issue 6155 id="TypographyEllipsis" 6156 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6157 <location 6158 file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml" 6159 line="68"/> 6160 </issue> 6161 6162 <issue 6163 id="TypographyEllipsis" 6164 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6165 <location 6166 file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml" 6167 line="68"/> 6168 </issue> 6169 6170 <issue 6171 id="TypographyEllipsis" 6172 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6173 <location 6174 file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml" 6175 line="68"/> 6176 </issue> 6177 6178 <issue 6179 id="TypographyEllipsis" 6180 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6181 <location 6182 file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml" 6183 line="68"/> 6184 </issue> 6185 6186 <issue 6187 id="TypographyEllipsis" 6188 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6189 <location 6190 file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml" 6191 line="68"/> 6192 </issue> 6193 6194 <issue 6195 id="TypographyEllipsis" 6196 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6197 <location 6198 file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml" 6199 line="68"/> 6200 </issue> 6201 6202 <issue 6203 id="TypographyEllipsis" 6204 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6205 <location 6206 file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml" 6207 line="68"/> 6208 </issue> 6209 6210 <issue 6211 id="TypographyEllipsis" 6212 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6213 <location 6214 file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml" 6215 line="68"/> 6216 </issue> 6217 6218 <issue 6219 id="TypographyEllipsis" 6220 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6221 <location 6222 file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml" 6223 line="68"/> 6224 </issue> 6225 6226 <issue 6227 id="TypographyEllipsis" 6228 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6229 <location 6230 file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml" 6231 line="68"/> 6232 </issue> 6233 6234 <issue 6235 id="TypographyEllipsis" 6236 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6237 <location 6238 file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml" 6239 line="68"/> 6240 </issue> 6241 6242 <issue 6243 id="TypographyEllipsis" 6244 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6245 <location 6246 file="packages/modules/Bluetooth/android/app/res/values-sr/strings.xml" 6247 line="68"/> 6248 </issue> 6249 6250 <issue 6251 id="TypographyEllipsis" 6252 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6253 <location 6254 file="packages/modules/Bluetooth/android/app/res/values-sv/strings.xml" 6255 line="68"/> 6256 </issue> 6257 6258 <issue 6259 id="TypographyEllipsis" 6260 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6261 <location 6262 file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml" 6263 line="68"/> 6264 </issue> 6265 6266 <issue 6267 id="TypographyEllipsis" 6268 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6269 <location 6270 file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml" 6271 line="68"/> 6272 </issue> 6273 6274 <issue 6275 id="TypographyEllipsis" 6276 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6277 <location 6278 file="packages/modules/Bluetooth/android/app/res/values-tl/strings.xml" 6279 line="68"/> 6280 </issue> 6281 6282 <issue 6283 id="TypographyEllipsis" 6284 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6285 <location 6286 file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml" 6287 line="68"/> 6288 </issue> 6289 6290 <issue 6291 id="TypographyEllipsis" 6292 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6293 <location 6294 file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml" 6295 line="68"/> 6296 </issue> 6297 6298 <issue 6299 id="TypographyEllipsis" 6300 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6301 <location 6302 file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml" 6303 line="68"/> 6304 </issue> 6305 6306 <issue 6307 id="TypographyEllipsis" 6308 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6309 <location 6310 file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml" 6311 line="68"/> 6312 </issue> 6313 6314 <issue 6315 id="TypographyEllipsis" 6316 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6317 <location 6318 file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml" 6319 line="79"/> 6320 </issue> 6321 6322 <issue 6323 id="TypographyEllipsis" 6324 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6325 <location 6326 file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml" 6327 line="79"/> 6328 </issue> 6329 6330 <issue 6331 id="TypographyEllipsis" 6332 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6333 <location 6334 file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml" 6335 line="79"/> 6336 </issue> 6337 6338 <issue 6339 id="TypographyEllipsis" 6340 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6341 <location 6342 file="packages/modules/Bluetooth/android/app/res/values-cs/strings.xml" 6343 line="79"/> 6344 </issue> 6345 6346 <issue 6347 id="TypographyEllipsis" 6348 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6349 <location 6350 file="packages/modules/Bluetooth/android/app/res/values-da/strings.xml" 6351 line="79"/> 6352 </issue> 6353 6354 <issue 6355 id="TypographyEllipsis" 6356 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6357 <location 6358 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 6359 line="79"/> 6360 </issue> 6361 6362 <issue 6363 id="TypographyEllipsis" 6364 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6365 <location 6366 file="packages/modules/Bluetooth/android/app/res/values-el/strings.xml" 6367 line="79"/> 6368 </issue> 6369 6370 <issue 6371 id="TypographyEllipsis" 6372 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6373 <location 6374 file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml" 6375 line="79"/> 6376 </issue> 6377 6378 <issue 6379 id="TypographyEllipsis" 6380 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6381 <location 6382 file="packages/modules/Bluetooth/android/app/res/values-es/strings.xml" 6383 line="79"/> 6384 </issue> 6385 6386 <issue 6387 id="TypographyEllipsis" 6388 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6389 <location 6390 file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml" 6391 line="79"/> 6392 </issue> 6393 6394 <issue 6395 id="TypographyEllipsis" 6396 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6397 <location 6398 file="packages/modules/Bluetooth/android/app/res/values-fr/strings.xml" 6399 line="79"/> 6400 </issue> 6401 6402 <issue 6403 id="TypographyEllipsis" 6404 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6405 <location 6406 file="packages/modules/Bluetooth/android/app/res/values-gl/strings.xml" 6407 line="79"/> 6408 </issue> 6409 6410 <issue 6411 id="TypographyEllipsis" 6412 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6413 <location 6414 file="packages/modules/Bluetooth/android/app/res/values-gu/strings.xml" 6415 line="79"/> 6416 </issue> 6417 6418 <issue 6419 id="TypographyEllipsis" 6420 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6421 <location 6422 file="packages/modules/Bluetooth/android/app/res/values-hi/strings.xml" 6423 line="79"/> 6424 </issue> 6425 6426 <issue 6427 id="TypographyEllipsis" 6428 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6429 <location 6430 file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml" 6431 line="79"/> 6432 </issue> 6433 6434 <issue 6435 id="TypographyEllipsis" 6436 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6437 <location 6438 file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml" 6439 line="79"/> 6440 </issue> 6441 6442 <issue 6443 id="TypographyEllipsis" 6444 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6445 <location 6446 file="packages/modules/Bluetooth/android/app/res/values-iw/strings.xml" 6447 line="79"/> 6448 </issue> 6449 6450 <issue 6451 id="TypographyEllipsis" 6452 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6453 <location 6454 file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml" 6455 line="79"/> 6456 </issue> 6457 6458 <issue 6459 id="TypographyEllipsis" 6460 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6461 <location 6462 file="packages/modules/Bluetooth/android/app/res/values-ka/strings.xml" 6463 line="79"/> 6464 </issue> 6465 6466 <issue 6467 id="TypographyEllipsis" 6468 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6469 <location 6470 file="packages/modules/Bluetooth/android/app/res/values-km/strings.xml" 6471 line="79"/> 6472 </issue> 6473 6474 <issue 6475 id="TypographyEllipsis" 6476 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6477 <location 6478 file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml" 6479 line="79"/> 6480 </issue> 6481 6482 <issue 6483 id="TypographyEllipsis" 6484 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6485 <location 6486 file="packages/modules/Bluetooth/android/app/res/values-lt/strings.xml" 6487 line="79"/> 6488 </issue> 6489 6490 <issue 6491 id="TypographyEllipsis" 6492 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6493 <location 6494 file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml" 6495 line="79"/> 6496 </issue> 6497 6498 <issue 6499 id="TypographyEllipsis" 6500 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6501 <location 6502 file="packages/modules/Bluetooth/android/app/res/values-mn/strings.xml" 6503 line="79"/> 6504 </issue> 6505 6506 <issue 6507 id="TypographyEllipsis" 6508 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6509 <location 6510 file="packages/modules/Bluetooth/android/app/res/values-mr/strings.xml" 6511 line="79"/> 6512 </issue> 6513 6514 <issue 6515 id="TypographyEllipsis" 6516 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6517 <location 6518 file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml" 6519 line="79"/> 6520 </issue> 6521 6522 <issue 6523 id="TypographyEllipsis" 6524 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6525 <location 6526 file="packages/modules/Bluetooth/android/app/res/values-nb/strings.xml" 6527 line="79"/> 6528 </issue> 6529 6530 <issue 6531 id="TypographyEllipsis" 6532 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6533 <location 6534 file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml" 6535 line="79"/> 6536 </issue> 6537 6538 <issue 6539 id="TypographyEllipsis" 6540 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6541 <location 6542 file="packages/modules/Bluetooth/android/app/res/values-nl/strings.xml" 6543 line="79"/> 6544 </issue> 6545 6546 <issue 6547 id="TypographyEllipsis" 6548 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6549 <location 6550 file="packages/modules/Bluetooth/android/app/res/values-pa/strings.xml" 6551 line="79"/> 6552 </issue> 6553 6554 <issue 6555 id="TypographyEllipsis" 6556 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6557 <location 6558 file="packages/modules/Bluetooth/android/app/res/values-pt-rPT/strings.xml" 6559 line="79"/> 6560 </issue> 6561 6562 <issue 6563 id="TypographyEllipsis" 6564 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6565 <location 6566 file="packages/modules/Bluetooth/android/app/res/values-pt/strings.xml" 6567 line="79"/> 6568 </issue> 6569 6570 <issue 6571 id="TypographyEllipsis" 6572 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6573 <location 6574 file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml" 6575 line="79"/> 6576 </issue> 6577 6578 <issue 6579 id="TypographyEllipsis" 6580 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6581 <location 6582 file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml" 6583 line="79"/> 6584 </issue> 6585 6586 <issue 6587 id="TypographyEllipsis" 6588 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6589 <location 6590 file="packages/modules/Bluetooth/android/app/res/values-si/strings.xml" 6591 line="79"/> 6592 </issue> 6593 6594 <issue 6595 id="TypographyEllipsis" 6596 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6597 <location 6598 file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml" 6599 line="79"/> 6600 </issue> 6601 6602 <issue 6603 id="TypographyEllipsis" 6604 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6605 <location 6606 file="packages/modules/Bluetooth/android/app/res/values-sl/strings.xml" 6607 line="79"/> 6608 </issue> 6609 6610 <issue 6611 id="TypographyEllipsis" 6612 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6613 <location 6614 file="packages/modules/Bluetooth/android/app/res/values-sq/strings.xml" 6615 line="79"/> 6616 </issue> 6617 6618 <issue 6619 id="TypographyEllipsis" 6620 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6621 <location 6622 file="packages/modules/Bluetooth/android/app/res/values-te/strings.xml" 6623 line="79"/> 6624 </issue> 6625 6626 <issue 6627 id="TypographyEllipsis" 6628 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6629 <location 6630 file="packages/modules/Bluetooth/android/app/res/values-th/strings.xml" 6631 line="79"/> 6632 </issue> 6633 6634 <issue 6635 id="TypographyEllipsis" 6636 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6637 <location 6638 file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml" 6639 line="79"/> 6640 </issue> 6641 6642 <issue 6643 id="TypographyEllipsis" 6644 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6645 <location 6646 file="packages/modules/Bluetooth/android/app/res/values-vi/strings.xml" 6647 line="79"/> 6648 </issue> 6649 6650 <issue 6651 id="TypographyEllipsis" 6652 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6653 <location 6654 file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml" 6655 line="79"/> 6656 </issue> 6657 6658 <issue 6659 id="TypographyEllipsis" 6660 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6661 <location 6662 file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml" 6663 line="79"/> 6664 </issue> 6665 6666 <issue 6667 id="TypographyEllipsis" 6668 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6669 <location 6670 file="packages/modules/Bluetooth/android/app/res/values-am/strings.xml" 6671 line="80"/> 6672 </issue> 6673 6674 <issue 6675 id="TypographyEllipsis" 6676 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6677 <location 6678 file="packages/modules/Bluetooth/android/app/res/values-ar/strings.xml" 6679 line="80"/> 6680 </issue> 6681 6682 <issue 6683 id="TypographyEllipsis" 6684 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6685 <location 6686 file="packages/modules/Bluetooth/android/app/res/values-az/strings.xml" 6687 line="80"/> 6688 </issue> 6689 6690 <issue 6691 id="TypographyEllipsis" 6692 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6693 <location 6694 file="packages/modules/Bluetooth/android/app/res/values-be/strings.xml" 6695 line="80"/> 6696 </issue> 6697 6698 <issue 6699 id="TypographyEllipsis" 6700 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6701 <location 6702 file="packages/modules/Bluetooth/android/app/res/values-bg/strings.xml" 6703 line="80"/> 6704 </issue> 6705 6706 <issue 6707 id="TypographyEllipsis" 6708 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6709 <location 6710 file="packages/modules/Bluetooth/android/app/res/values-bn/strings.xml" 6711 line="80"/> 6712 </issue> 6713 6714 <issue 6715 id="TypographyEllipsis" 6716 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6717 <location 6718 file="packages/modules/Bluetooth/android/app/res/values-ca/strings.xml" 6719 line="80"/> 6720 </issue> 6721 6722 <issue 6723 id="TypographyEllipsis" 6724 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6725 <location 6726 file="packages/modules/Bluetooth/android/app/res/values-da/strings.xml" 6727 line="80"/> 6728 </issue> 6729 6730 <issue 6731 id="TypographyEllipsis" 6732 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6733 <location 6734 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 6735 line="80"/> 6736 </issue> 6737 6738 <issue 6739 id="TypographyEllipsis" 6740 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6741 <location 6742 file="packages/modules/Bluetooth/android/app/res/values-es-rUS/strings.xml" 6743 line="80"/> 6744 </issue> 6745 6746 <issue 6747 id="TypographyEllipsis" 6748 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6749 <location 6750 file="packages/modules/Bluetooth/android/app/res/values-es/strings.xml" 6751 line="80"/> 6752 </issue> 6753 6754 <issue 6755 id="TypographyEllipsis" 6756 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6757 <location 6758 file="packages/modules/Bluetooth/android/app/res/values-et/strings.xml" 6759 line="80"/> 6760 </issue> 6761 6762 <issue 6763 id="TypographyEllipsis" 6764 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6765 <location 6766 file="packages/modules/Bluetooth/android/app/res/values-fi/strings.xml" 6767 line="80"/> 6768 </issue> 6769 6770 <issue 6771 id="TypographyEllipsis" 6772 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6773 <location 6774 file="packages/modules/Bluetooth/android/app/res/values-hu/strings.xml" 6775 line="80"/> 6776 </issue> 6777 6778 <issue 6779 id="TypographyEllipsis" 6780 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6781 <location 6782 file="packages/modules/Bluetooth/android/app/res/values-hy/strings.xml" 6783 line="80"/> 6784 </issue> 6785 6786 <issue 6787 id="TypographyEllipsis" 6788 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6789 <location 6790 file="packages/modules/Bluetooth/android/app/res/values-in/strings.xml" 6791 line="80"/> 6792 </issue> 6793 6794 <issue 6795 id="TypographyEllipsis" 6796 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6797 <location 6798 file="packages/modules/Bluetooth/android/app/res/values-ja/strings.xml" 6799 line="80"/> 6800 </issue> 6801 6802 <issue 6803 id="TypographyEllipsis" 6804 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6805 <location 6806 file="packages/modules/Bluetooth/android/app/res/values-ko/strings.xml" 6807 line="80"/> 6808 </issue> 6809 6810 <issue 6811 id="TypographyEllipsis" 6812 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6813 <location 6814 file="packages/modules/Bluetooth/android/app/res/values-lo/strings.xml" 6815 line="80"/> 6816 </issue> 6817 6818 <issue 6819 id="TypographyEllipsis" 6820 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6821 <location 6822 file="packages/modules/Bluetooth/android/app/res/values-lv/strings.xml" 6823 line="80"/> 6824 </issue> 6825 6826 <issue 6827 id="TypographyEllipsis" 6828 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6829 <location 6830 file="packages/modules/Bluetooth/android/app/res/values-mk/strings.xml" 6831 line="80"/> 6832 </issue> 6833 6834 <issue 6835 id="TypographyEllipsis" 6836 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6837 <location 6838 file="packages/modules/Bluetooth/android/app/res/values-ms/strings.xml" 6839 line="80"/> 6840 </issue> 6841 6842 <issue 6843 id="TypographyEllipsis" 6844 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6845 <location 6846 file="packages/modules/Bluetooth/android/app/res/values-ne/strings.xml" 6847 line="80"/> 6848 </issue> 6849 6850 <issue 6851 id="TypographyEllipsis" 6852 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6853 <location 6854 file="packages/modules/Bluetooth/android/app/res/values-pt/strings.xml" 6855 line="80"/> 6856 </issue> 6857 6858 <issue 6859 id="TypographyEllipsis" 6860 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6861 <location 6862 file="packages/modules/Bluetooth/android/app/res/values-ro/strings.xml" 6863 line="80"/> 6864 </issue> 6865 6866 <issue 6867 id="TypographyEllipsis" 6868 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6869 <location 6870 file="packages/modules/Bluetooth/android/app/res/values-ru/strings.xml" 6871 line="80"/> 6872 </issue> 6873 6874 <issue 6875 id="TypographyEllipsis" 6876 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6877 <location 6878 file="packages/modules/Bluetooth/android/app/res/values-sk/strings.xml" 6879 line="80"/> 6880 </issue> 6881 6882 <issue 6883 id="TypographyEllipsis" 6884 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6885 <location 6886 file="packages/modules/Bluetooth/android/app/res/values-sw/strings.xml" 6887 line="80"/> 6888 </issue> 6889 6890 <issue 6891 id="TypographyEllipsis" 6892 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6893 <location 6894 file="packages/modules/Bluetooth/android/app/res/values-tr/strings.xml" 6895 line="80"/> 6896 </issue> 6897 6898 <issue 6899 id="TypographyEllipsis" 6900 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6901 <location 6902 file="packages/modules/Bluetooth/android/app/res/values-uk/strings.xml" 6903 line="80"/> 6904 </issue> 6905 6906 <issue 6907 id="TypographyEllipsis" 6908 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6909 <location 6910 file="packages/modules/Bluetooth/android/app/res/values-zh-rCN/strings.xml" 6911 line="80"/> 6912 </issue> 6913 6914 <issue 6915 id="TypographyEllipsis" 6916 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6917 <location 6918 file="packages/modules/Bluetooth/android/app/res/values-zh-rHK/strings.xml" 6919 line="80"/> 6920 </issue> 6921 6922 <issue 6923 id="TypographyEllipsis" 6924 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6925 <location 6926 file="packages/modules/Bluetooth/android/app/res/values-zu/strings.xml" 6927 line="80"/> 6928 </issue> 6929 6930 <issue 6931 id="TypographyEllipsis" 6932 message='Replace "..." with ellipsis character (…, &#8230;) ?'> 6933 <location 6934 file="packages/modules/Bluetooth/android/app/res/values-de/strings.xml" 6935 line="84"/> 6936 </issue> 6937 6938 <issue 6939 id="MonochromeLauncherIcon" 6940 message="The application adaptive icon is missing a monochrome tag"> 6941 <location 6942 file="packages/modules/Bluetooth/android/app/res/mipmap-anydpi/bt_share.xml" 6943 line="16"/> 6944 </issue> 6945 6946 <issue 6947 id="TextFields" 6948 message="This text field does not specify an `inputType`"> 6949 <location 6950 file="packages/modules/Bluetooth/android/app/res/layout/auth.xml" 6951 line="39"/> 6952 </issue> 6953 6954 <issue 6955 id="TextFields" 6956 message="This text field does not specify an `inputType`"> 6957 <location 6958 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6959 line="14"/> 6960 </issue> 6961 6962 <issue 6963 id="TextFields" 6964 message="This text field does not specify an `inputType`"> 6965 <location 6966 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6967 line="24"/> 6968 </issue> 6969 6970 <issue 6971 id="TextFields" 6972 message="This text field does not specify an `inputType`"> 6973 <location 6974 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6975 line="28"/> 6976 </issue> 6977 6978 <issue 6979 id="TextFields" 6980 message="This text field does not specify an `inputType`"> 6981 <location 6982 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6983 line="47"/> 6984 </issue> 6985 6986 <issue 6987 id="TextFields" 6988 message="This text field does not specify an `inputType`"> 6989 <location 6990 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6991 line="65"/> 6992 </issue> 6993 6994 <issue 6995 id="TextFields" 6996 message="This text field does not specify an `inputType`"> 6997 <location 6998 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 6999 line="83"/> 7000 </issue> 7001 7002 <issue 7003 id="Autofill" 7004 message="Missing `autofillHints` attribute"> 7005 <location 7006 file="packages/modules/Bluetooth/android/app/res/layout/auth.xml" 7007 line="39"/> 7008 </issue> 7009 7010 <issue 7011 id="Autofill" 7012 message="Missing `autofillHints` attribute"> 7013 <location 7014 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7015 line="14"/> 7016 </issue> 7017 7018 <issue 7019 id="Autofill" 7020 message="Missing `autofillHints` attribute"> 7021 <location 7022 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7023 line="24"/> 7024 </issue> 7025 7026 <issue 7027 id="Autofill" 7028 message="Missing `autofillHints` attribute"> 7029 <location 7030 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7031 line="28"/> 7032 </issue> 7033 7034 <issue 7035 id="Autofill" 7036 message="Missing `autofillHints` attribute"> 7037 <location 7038 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7039 line="47"/> 7040 </issue> 7041 7042 <issue 7043 id="Autofill" 7044 message="Missing `autofillHints` attribute"> 7045 <location 7046 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7047 line="65"/> 7048 </issue> 7049 7050 <issue 7051 id="Autofill" 7052 message="Missing `autofillHints` attribute"> 7053 <location 7054 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7055 line="83"/> 7056 </issue> 7057 7058 <issue 7059 id="ContentDescription" 7060 message="Missing `contentDescription` attribute on image"> 7061 <location 7062 file="packages/modules/Bluetooth/android/app/res/layout/bluetooth_map_settings_account_group.xml" 7063 line="23"/> 7064 </issue> 7065 7066 <issue 7067 id="LabelFor" 7068 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7069 <location 7070 file="packages/modules/Bluetooth/android/app/res/layout/auth.xml" 7071 line="39"/> 7072 </issue> 7073 7074 <issue 7075 id="LabelFor" 7076 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7077 <location 7078 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7079 line="14"/> 7080 </issue> 7081 7082 <issue 7083 id="LabelFor" 7084 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7085 <location 7086 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7087 line="24"/> 7088 </issue> 7089 7090 <issue 7091 id="LabelFor" 7092 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7093 <location 7094 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7095 line="28"/> 7096 </issue> 7097 7098 <issue 7099 id="LabelFor" 7100 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7101 <location 7102 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7103 line="47"/> 7104 </issue> 7105 7106 <issue 7107 id="LabelFor" 7108 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7109 <location 7110 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7111 line="65"/> 7112 </issue> 7113 7114 <issue 7115 id="LabelFor" 7116 message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"> 7117 <location 7118 file="packages/modules/Bluetooth/android/app/res/layout/testactivity_main.xml" 7119 line="83"/> 7120 </issue> 7121 7122 <issue 7123 id="SetTextI18n" 7124 message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."> 7125 <location 7126 file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/BluetoothOppBtEnableActivity.java" 7127 line="77"/> 7128 </issue> 7129 7130 <issue 7131 id="RelativeOverlap" 7132 message="`@id/bluetooth_map_settings_group_text_view` can overlap `@id/bluetooth_map_settings_group_checkbox` if @id/bluetooth_map_settings_group_text_view grows due to localized text expansion"> 7133 <location 7134 file="packages/modules/Bluetooth/android/app/res/layout/bluetooth_map_settings_account_group.xml" 7135 line="33"/> 7136 </issue> 7137 7138 <issue 7139 id="RtlSymmetry" 7140 message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"> 7141 <location 7142 file="packages/modules/Bluetooth/android/app/res/layout/bluetooth_transfer_item.xml" 7143 line="61"/> 7144 </issue> 7145 7146</issues> 7147