Loading framework/java/android/bluetooth/BluetoothAdapter.java +4 −4 Original line number Diff line number Diff line Loading @@ -1062,7 +1062,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_GET_STATE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Void query) { public Integer recompute(Void query) { try { return mService.getState(); } catch (RemoteException e) { Loading Loading @@ -2085,7 +2085,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_FILTERING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Boolean recompute(Void query) { public Boolean recompute(Void query) { try { mServiceLock.readLock().lock(); if (mService != null) { Loading Loading @@ -2540,7 +2540,7 @@ public final class BluetoothAdapter { */ @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Void query) { public Integer recompute(Void query) { try { return mService.getAdapterConnectionState(); } catch (RemoteException e) { Loading Loading @@ -2605,7 +2605,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_PROFILE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Integer query) { public Integer recompute(Integer query) { try { mServiceLock.readLock().lock(); if (mService != null) { Loading framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Diff line number Diff line Loading @@ -1604,7 +1604,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { 8, BLUETOOTH_BONDING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(BluetoothDevice query) { public Integer recompute(BluetoothDevice query) { try { return sService.getBondState(query, mAttributionSource); } catch (RemoteException e) { Loading Loading
framework/java/android/bluetooth/BluetoothAdapter.java +4 −4 Original line number Diff line number Diff line Loading @@ -1062,7 +1062,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_GET_STATE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Void query) { public Integer recompute(Void query) { try { return mService.getState(); } catch (RemoteException e) { Loading Loading @@ -2085,7 +2085,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_FILTERING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Boolean recompute(Void query) { public Boolean recompute(Void query) { try { mServiceLock.readLock().lock(); if (mService != null) { Loading Loading @@ -2540,7 +2540,7 @@ public final class BluetoothAdapter { */ @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Void query) { public Integer recompute(Void query) { try { return mService.getAdapterConnectionState(); } catch (RemoteException e) { Loading Loading @@ -2605,7 +2605,7 @@ public final class BluetoothAdapter { 8, BLUETOOTH_PROFILE_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(Integer query) { public Integer recompute(Integer query) { try { mServiceLock.readLock().lock(); if (mService != null) { Loading
framework/java/android/bluetooth/BluetoothDevice.java +1 −1 Original line number Diff line number Diff line Loading @@ -1604,7 +1604,7 @@ public final class BluetoothDevice implements Parcelable, Attributable { 8, BLUETOOTH_BONDING_CACHE_PROPERTY) { @Override @SuppressLint("AndroidFrameworkRequiresPermission") protected Integer recompute(BluetoothDevice query) { public Integer recompute(BluetoothDevice query) { try { return sService.getBondState(query, mAttributionSource); } catch (RemoteException e) { Loading