Loading framework/java/android/bluetooth/BluetoothDevice.java +0 −1 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,6 @@ public final class BluetoothDevice implements Parcelable, Attributable { @RequiresLegacyBluetoothPermission @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) @SuppressLint("AndroidFrameworkRequiresPermission") public int getBondState() { if (DBG) log("getBondState(" + getAnonymizedAddress() + ")"); final IBluetooth service = getService(); Loading Loading
framework/java/android/bluetooth/BluetoothDevice.java +0 −1 Original line number Diff line number Diff line Loading @@ -1914,7 +1914,6 @@ public final class BluetoothDevice implements Parcelable, Attributable { @RequiresLegacyBluetoothPermission @RequiresBluetoothConnectPermission @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) @SuppressLint("AndroidFrameworkRequiresPermission") public int getBondState() { if (DBG) log("getBondState(" + getAnonymizedAddress() + ")"); final IBluetooth service = getService(); Loading