You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.1 KiB
49 lines
2.1 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<issues format="5" by="lint 4.1.0" client="cli" variant="all" version="4.1.0">
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level R (current min is 25): `android.content.Context#bindServiceAsUser`"
|
|
errorLine1=" if (!mContext.bindServiceAsUser(intent, connection,"
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
<location
|
|
file="packages/services/Car/experimental/service/src/com/android/experimentalcar/DriverDistractionExperimentalFeatureService.java"
|
|
line="364"
|
|
column="23"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 29 (current min is 25): `android.content.res.Resources#getFloat`"
|
|
errorLine1=" resources.getFloat(R.fraction.driverAwarenessGazeModelInitialValue),"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="packages/services/Car/experimental/service/src/com/android/experimentalcar/GazeDriverAwarenessSupplier.java"
|
|
line="181"
|
|
column="27"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 29 (current min is 25): `android.content.res.Resources#getFloat`"
|
|
errorLine1=" resources.getFloat(R.fraction.driverAwarenessGazeModelDecayRate),"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="packages/services/Car/experimental/service/src/com/android/experimentalcar/GazeDriverAwarenessSupplier.java"
|
|
line="182"
|
|
column="27"/>
|
|
</issue>
|
|
|
|
<issue
|
|
id="NewApi"
|
|
message="Call requires API level 29 (current min is 25): `android.content.res.Resources#getFloat`"
|
|
errorLine1=" resources.getFloat(R.fraction.driverAwarenessGazeModelGrowthRate));"
|
|
errorLine2=" ~~~~~~~~">
|
|
<location
|
|
file="packages/services/Car/experimental/service/src/com/android/experimentalcar/GazeDriverAwarenessSupplier.java"
|
|
line="183"
|
|
column="27"/>
|
|
</issue>
|
|
|
|
</issues>
|