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