summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/map/BluetoothMapAuthenticator.java
diff options
context:
space:
mode:
authorKim Schulz <k.schulz@samsung.com>2013-08-22 10:57:59 +0200
committerZhihai Xu <zhihaixu@google.com>2013-09-13 15:41:35 -0700
commit70be005a18a35ec5fcb46152f0dfbe82156efa3a (patch)
treecf122cc80b0a1f6c3b583507c163bf3f8aef2741 /src/com/android/bluetooth/map/BluetoothMapAuthenticator.java
parentcd34ad74f093c4867e616ba247fe3853b06afebc (diff)
downloadandroid_packages_apps_Bluetooth-70be005a18a35ec5fcb46152f0dfbe82156efa3a.tar.gz
android_packages_apps_Bluetooth-70be005a18a35ec5fcb46152f0dfbe82156efa3a.tar.bz2
android_packages_apps_Bluetooth-70be005a18a35ec5fcb46152f0dfbe82156efa3a.zip
Fixes to the google review comments + spec 1.1
- updated code to comply with MAP spec 1.1 - removed activity + strings.xml - removed unused notification code - fixed TODOs - added more string validation and case insensitivity - fixed internal+google review comments - Added dump of incoming bMessages to /sdcard/bluetooth/log when verbose debug in enabled. Only the latest received message will be stored - Fix functions msgListingSize and msgListingHasUnread to also consider mms filter message type - Fix wrong tag length define for notification status parameter - Re-added shutdown code to interupt the MNS - removed map activity - Added initial bluetooth map unit tests - Fix map event report xml start tag to uppercase 'MAP' - added support for using ProfileService class - changed the way the Broadcast Receiver was implemented - Fixed minor bugs found during Automotive Test Event - FilterPeriod application parameters can be present, but with zero length - For MMS the end-boundary were added too early - The FOLDER entry in bMessage can be empty for a message push - Wrong error value returned for a set status operation with a wrong handle - In getMessage() exclude all binary content and smil.xml if the appParam attachment is set to "no". - Set correct content id and content location for mms. Fix mms mime parser bug. - moved disconnect to Handler thread - fixed multipart-message split bug. - added a few Unit tests for multi-part messages - MMS parser optimized - fixed exception in MNS obex Client - fixed problem with Native PDUs not getting correct timestamp - corrected mixup in ordinator/recipient for MMS Change-Id: I3875762822a7f8ce0132065e0da5d0257e3850a1 Bug:10692365
Diffstat (limited to 'src/com/android/bluetooth/map/BluetoothMapAuthenticator.java')
-rw-r--r--src/com/android/bluetooth/map/BluetoothMapAuthenticator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/map/BluetoothMapAuthenticator.java b/src/com/android/bluetooth/map/BluetoothMapAuthenticator.java
index 12f64e063..2d345a133 100644
--- a/src/com/android/bluetooth/map/BluetoothMapAuthenticator.java
+++ b/src/com/android/bluetooth/map/BluetoothMapAuthenticator.java
@@ -64,7 +64,7 @@ public class BluetoothMapAuthenticator implements Authenticator {
try {
wait();
} catch (InterruptedException e) {
- Log.e(TAG, "Interrupted while waiting on isChalled");
+ Log.e(TAG, "Interrupted while waiting on isChallenged");
}
}
}