Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3b12004 authored by Ugo Yu's avatar Ugo Yu Committed by android-build-merger
Browse files

Merge "Change MetadataListener to a abstract static class" am: 9d3ce3e5 am: 745c6de6

am: f2d656b4

Change-Id: I68915d6190faa22e20b03321dc5895a37e6de5f8
parents 50d8a038 f2d656b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1148,7 +1148,7 @@ package android.bluetooth {
    field public static final String ACTION_REQUEST_BLE_SCAN_ALWAYS_AVAILABLE = "android.bluetooth.adapter.action.REQUEST_BLE_SCAN_ALWAYS_AVAILABLE";
  }
  public abstract class BluetoothAdapter.MetadataListener {
  public abstract static class BluetoothAdapter.MetadataListener {
    ctor public BluetoothAdapter.MetadataListener();
    method public void onMetadataChanged(android.bluetooth.BluetoothDevice, int, String);
  }
+1 −1
Original line number Diff line number Diff line
@@ -3276,7 +3276,7 @@ public final class BluetoothAdapter {
     * @hide
     */
    @SystemApi
    public abstract class MetadataListener {
    public abstract static class MetadataListener {
        /**
         * Callback triggered if the metadata of {@link BluetoothDevice} registered in
         * {@link #registerMetadataListener}.