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