Loading src/com/android/bluetooth/map/BluetoothMapContent.java +2 −0 Original line number Diff line number Diff line Loading @@ -1248,6 +1248,8 @@ public class BluetoothMapContent { } if (subject != null && subject.length() > subLength) { subject = subject.substring(0, subLength); } else if (subject == null ) { subject = ""; } if (V) Log.d(TAG, "setSubject: " + subject); e.setSubject(subject); Loading Loading
src/com/android/bluetooth/map/BluetoothMapContent.java +2 −0 Original line number Diff line number Diff line Loading @@ -1248,6 +1248,8 @@ public class BluetoothMapContent { } if (subject != null && subject.length() > subLength) { subject = subject.substring(0, subLength); } else if (subject == null ) { subject = ""; } if (V) Log.d(TAG, "setSubject: " + subject); e.setSubject(subject); Loading