Loading android/app/src/com/android/bluetooth/hfp/BluetoothCall.java +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ public class BluetoothCall { // helper functions public boolean isSilentRingingRequested() { return getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED); return getDetails().getExtras() != null && getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED); } public boolean isConference() { Loading Loading
android/app/src/com/android/bluetooth/hfp/BluetoothCall.java +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ public class BluetoothCall { // helper functions public boolean isSilentRingingRequested() { return getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED); return getDetails().getExtras() != null && getDetails().getExtras().getBoolean(Call.EXTRA_SILENT_RINGING_REQUESTED); } public boolean isConference() { Loading