Loading framework/java/android/bluetooth/BluetoothAdapter.java +2 −4 Original line number Diff line number Diff line Loading @@ -5810,9 +5810,8 @@ public final class BluetoothAdapter { try { return mManagerService.isAutoOnSupported(); } catch (RemoteException e) { e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } return false; } /** Loading @@ -5829,9 +5828,8 @@ public final class BluetoothAdapter { try { return mManagerService.isAutoOnEnabled(); } catch (RemoteException e) { e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } return false; } /** Loading Loading
framework/java/android/bluetooth/BluetoothAdapter.java +2 −4 Original line number Diff line number Diff line Loading @@ -5810,9 +5810,8 @@ public final class BluetoothAdapter { try { return mManagerService.isAutoOnSupported(); } catch (RemoteException e) { e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } return false; } /** Loading @@ -5829,9 +5828,8 @@ public final class BluetoothAdapter { try { return mManagerService.isAutoOnEnabled(); } catch (RemoteException e) { e.rethrowFromSystemServer(); throw e.rethrowFromSystemServer(); } return false; } /** Loading