Loading src/com/android/bluetooth/map/BluetoothMapContent.java +0 −4 Original line number Diff line number Diff line Loading @@ -2191,10 +2191,6 @@ public class BluetoothMapContent { fi.mPhoneType = tm.getPhoneType(); fi.mPhoneNum = tm.getLine1Number(); fi.mPhoneAlphaTag = tm.getLine1AlphaTag(); if (D) { Log.d(TAG, "phone type = " + fi.mPhoneType + " phone num = " + fi.mPhoneNum + " phone alpha tag = " + fi.mPhoneAlphaTag); } } } Loading src/com/android/bluetooth/map/BluetoothMapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ public class BluetoothMapService extends ProfileService { * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE" */ public static final boolean DEBUG = true; //FIXME set to false; public static final boolean DEBUG = false; public static final boolean VERBOSE = false; Loading Loading
src/com/android/bluetooth/map/BluetoothMapContent.java +0 −4 Original line number Diff line number Diff line Loading @@ -2191,10 +2191,6 @@ public class BluetoothMapContent { fi.mPhoneType = tm.getPhoneType(); fi.mPhoneNum = tm.getLine1Number(); fi.mPhoneAlphaTag = tm.getLine1AlphaTag(); if (D) { Log.d(TAG, "phone type = " + fi.mPhoneType + " phone num = " + fi.mPhoneNum + " phone alpha tag = " + fi.mPhoneAlphaTag); } } } Loading
src/com/android/bluetooth/map/BluetoothMapService.java +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ public class BluetoothMapService extends ProfileService { * DEBUG log: "setprop log.tag.BluetoothMapService VERBOSE" */ public static final boolean DEBUG = true; //FIXME set to false; public static final boolean DEBUG = false; public static final boolean VERBOSE = false; Loading