Loading framework/api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ package android.bluetooth { public static interface BluetoothAdapter.OnBluetoothActivityEnergyInfoCallback { method public void onBluetoothActivityEnergyInfoAvailable(@NonNull android.bluetooth.BluetoothActivityEnergyInfo); method public default void onBluetoothActivityEnergyInfoError(int); method public void onBluetoothActivityEnergyInfoError(int); } public static interface BluetoothAdapter.OnMetadataChangedListener { Loading framework/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -854,8 +854,8 @@ public final class BluetoothAdapter { * * @param error code indicating the reason for the failure */ default void onBluetoothActivityEnergyInfoError( @BluetoothActivityEnergyInfoCallbackError int error) {} void onBluetoothActivityEnergyInfoError( @BluetoothActivityEnergyInfoCallbackError int error); } private static class OnBluetoothActivityEnergyInfoProxy Loading Loading
framework/api/system-current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ package android.bluetooth { public static interface BluetoothAdapter.OnBluetoothActivityEnergyInfoCallback { method public void onBluetoothActivityEnergyInfoAvailable(@NonNull android.bluetooth.BluetoothActivityEnergyInfo); method public default void onBluetoothActivityEnergyInfoError(int); method public void onBluetoothActivityEnergyInfoError(int); } public static interface BluetoothAdapter.OnMetadataChangedListener { Loading
framework/java/android/bluetooth/BluetoothAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -854,8 +854,8 @@ public final class BluetoothAdapter { * * @param error code indicating the reason for the failure */ default void onBluetoothActivityEnergyInfoError( @BluetoothActivityEnergyInfoCallbackError int error) {} void onBluetoothActivityEnergyInfoError( @BluetoothActivityEnergyInfoCallbackError int error); } private static class OnBluetoothActivityEnergyInfoProxy Loading