Loading core/java/android/bluetooth/BluetoothAdapter.java +0 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ import android.annotation.SdkConstant; import android.annotation.SdkConstant.SdkConstantType; import android.annotation.SuppressLint; import android.annotation.SystemApi; import android.app.ActivityThread; import android.app.PropertyInvalidatedCache; import android.bluetooth.BluetoothDevice.Transport; import android.bluetooth.BluetoothProfile.ConnectionPolicy; Loading Loading @@ -990,7 +989,6 @@ public final class BluetoothAdapter { if (!isBleScanAlwaysAvailable()) { return false; } String packageName = ActivityThread.currentPackageName(); try { return mManagerService.disableBle(mAttributionSource, mToken); } catch (RemoteException e) { Loading Loading @@ -1037,7 +1035,6 @@ public final class BluetoothAdapter { if (!isBleScanAlwaysAvailable()) { return false; } String packageName = ActivityThread.currentPackageName(); try { return mManagerService.enableBle(mAttributionSource, mToken); } catch (RemoteException e) { Loading Loading
core/java/android/bluetooth/BluetoothAdapter.java +0 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ import android.annotation.SdkConstant; import android.annotation.SdkConstant.SdkConstantType; import android.annotation.SuppressLint; import android.annotation.SystemApi; import android.app.ActivityThread; import android.app.PropertyInvalidatedCache; import android.bluetooth.BluetoothDevice.Transport; import android.bluetooth.BluetoothProfile.ConnectionPolicy; Loading Loading @@ -990,7 +989,6 @@ public final class BluetoothAdapter { if (!isBleScanAlwaysAvailable()) { return false; } String packageName = ActivityThread.currentPackageName(); try { return mManagerService.disableBle(mAttributionSource, mToken); } catch (RemoteException e) { Loading Loading @@ -1037,7 +1035,6 @@ public final class BluetoothAdapter { if (!isBleScanAlwaysAvailable()) { return false; } String packageName = ActivityThread.currentPackageName(); try { return mManagerService.enableBle(mAttributionSource, mToken); } catch (RemoteException e) { Loading