Merge "Change MetadataListener to a abstract static class"

am: 9d3ce3e55e

Change-Id: Iad82a0046826c548db25c50dcc7cbdb0a90de25a
This commit is contained in:
Ugo Yu
2019-01-23 23:20:44 -08:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -735,7 +735,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);
}

View File

@@ -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}.