summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/map/BluetoothMapUtils.java
diff options
context:
space:
mode:
authorSridhar Gujje <sgujje@codeaurora.org>2014-10-06 17:59:59 +0530
committerLinux Build Service Account <lnxbuild@localhost>2014-11-04 08:26:08 -0700
commite74c86b6d2c7b4e0cbf343e3d1ba8236644d15bf (patch)
tree4265184970403186f3d10c010b8c540ad3e5bdd4 /src/com/android/bluetooth/map/BluetoothMapUtils.java
parent195545434e8f6b18c929cfcf567367f3b67a7a55 (diff)
downloadandroid_packages_apps_Bluetooth-e74c86b6d2c7b4e0cbf343e3d1ba8236644d15bf.tar.gz
android_packages_apps_Bluetooth-e74c86b6d2c7b4e0cbf343e3d1ba8236644d15bf.tar.bz2
android_packages_apps_Bluetooth-e74c86b6d2c7b4e0cbf343e3d1ba8236644d15bf.zip
Revert "BT MAP: fix problem with fetching CDMA messages"
This reverts commit e796818505a0b57b225c3aeffc53f580c1e0c66e. Change-Id: I14e1071eeb53c7cf70a7cc6cb1f5e485564b4e90
Diffstat (limited to 'src/com/android/bluetooth/map/BluetoothMapUtils.java')
-rw-r--r--src/com/android/bluetooth/map/BluetoothMapUtils.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/android/bluetooth/map/BluetoothMapUtils.java b/src/com/android/bluetooth/map/BluetoothMapUtils.java
index 81057399d..d0b7e2de8 100644
--- a/src/com/android/bluetooth/map/BluetoothMapUtils.java
+++ b/src/com/android/bluetooth/map/BluetoothMapUtils.java
@@ -30,11 +30,11 @@ public class BluetoothMapUtils {
* in stead of a bit to indicate the message type. Then 4
* bit can be use for 16 different message types.
*/
- private static final long HANDLE_TYPE_MASK = (((long)0xf)<<56);
- private static final long HANDLE_TYPE_MMS_MASK = (((long)0x1)<<56);
- private static final long HANDLE_TYPE_EMAIL_MASK = (((long)0x2)<<56);
- private static final long HANDLE_TYPE_SMS_GSM_MASK = (((long)0x4)<<56);
- private static final long HANDLE_TYPE_SMS_CDMA_MASK = (((long)0x8)<<56);
+ private static final long HANDLE_TYPE_MASK = (((long)0xf)<<60);
+ private static final long HANDLE_TYPE_MMS_MASK = (((long)0x1)<<60);
+ private static final long HANDLE_TYPE_EMAIL_MASK = (((long)0x2)<<60);
+ private static final long HANDLE_TYPE_SMS_GSM_MASK = (((long)0x4)<<60);
+ private static final long HANDLE_TYPE_SMS_CDMA_MASK = (((long)0x8)<<60);
/**
* This enum is used to convert from the bMessage type property to a type safe