Loading android/app/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ android_app { ":bluetooth-proto-enums-java-gen", ], aaptflags: [ "--custom-package", "com.android.bluetooth" ], certificate: ":com.android.bluetooth.services.certificate", certificate: ":com.android.bluetooth.certificate", jarjar_rules: ":bluetooth-jarjar-rules", Loading Loading @@ -202,6 +202,6 @@ genrule { } android_app_certificate { name: "com.android.bluetooth.services.certificate", certificate: "certs/com.android.bluetooth.services" name: "com.android.bluetooth.certificate", certificate: "certs/com.android.bluetooth" } android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.bluetooth.services" package="com.android.bluetooth" android:sharedUserId="android.uid.bluetooth"> <!-- Allows access to the Bluetooth Share Manager --> Loading android/app/certs/com.android.bluetooth.services.pk8→android/app/certs/com.android.bluetooth.pk8 (2.32 KiB) File moved. View file android/app/certs/com.android.bluetooth.services.x509.pem→android/app/certs/com.android.bluetooth.x509.pem +0 −0 File moved. View file android/app/src/com/android/bluetooth/bas/BatteryService.java +5 −2 Original line number Diff line number Diff line Loading @@ -416,8 +416,11 @@ public class BatteryService extends ProfileService { return mAdapterService.getDatabase() .getProfileConnectionPolicy(device, BluetoothProfile.BATTERY); } void handleBatteryChanged(BluetoothDevice device, int batteryLevel) { /** * Called when the battery level of the device is notified. */ @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE) public void handleBatteryChanged(BluetoothDevice device, int batteryLevel) { mAdapterService.setBatteryLevel(device, batteryLevel); } Loading Loading
android/app/Android.bp +3 −3 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ android_app { ":bluetooth-proto-enums-java-gen", ], aaptflags: [ "--custom-package", "com.android.bluetooth" ], certificate: ":com.android.bluetooth.services.certificate", certificate: ":com.android.bluetooth.certificate", jarjar_rules: ":bluetooth-jarjar-rules", Loading Loading @@ -202,6 +202,6 @@ genrule { } android_app_certificate { name: "com.android.bluetooth.services.certificate", certificate: "certs/com.android.bluetooth.services" name: "com.android.bluetooth.certificate", certificate: "certs/com.android.bluetooth" }
android/app/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.bluetooth.services" package="com.android.bluetooth" android:sharedUserId="android.uid.bluetooth"> <!-- Allows access to the Bluetooth Share Manager --> Loading
android/app/certs/com.android.bluetooth.services.pk8→android/app/certs/com.android.bluetooth.pk8 (2.32 KiB) File moved. View file
android/app/certs/com.android.bluetooth.services.x509.pem→android/app/certs/com.android.bluetooth.x509.pem +0 −0 File moved. View file
android/app/src/com/android/bluetooth/bas/BatteryService.java +5 −2 Original line number Diff line number Diff line Loading @@ -416,8 +416,11 @@ public class BatteryService extends ProfileService { return mAdapterService.getDatabase() .getProfileConnectionPolicy(device, BluetoothProfile.BATTERY); } void handleBatteryChanged(BluetoothDevice device, int batteryLevel) { /** * Called when the battery level of the device is notified. */ @VisibleForTesting(visibility = VisibleForTesting.Visibility.PACKAGE) public void handleBatteryChanged(BluetoothDevice device, int batteryLevel) { mAdapterService.setBatteryLevel(device, batteryLevel); } Loading