summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Stefan Larsson <stefan.larsson@sonyericsson.com> 2010-06-28 08:45:40 +0200
committer Johan Redestig <johan.redestig@sonyericsson.com> 2010-06-28 08:45:40 +0200
commit38a1054c1c79c422554346dbddf12cd3e4d5267c (patch)
tree37b1b78845f30d95cf6cb3e2c17b5349fb74af1e
parentdd1880ee5bea09e9d37c6db29ef20e49d619c094 (diff)
Fix hang when error in SIM card communication
When there is a problem communicating with the RIL (e g when the SIM card is not connected) the IccPhoneBookManager hangs. This is corrected. Change-Id: I28cf6cd3b79a29f4784fdef2b5072af5533e53da
-rw-r--r--telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java b/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
index 9f8e57fa4478..48257cc78f60 100644
--- a/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
+++ b/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
@@ -62,8 +62,8 @@ public abstract class IccPhoneBookInterfaceManager extends IIccPhoneBook.Stub {
logd("GET_RECORD_SIZE Size " + recordSize[0] +
" total " + recordSize[1] +
" #record " + recordSize[2]);
- mLock.notifyAll();
}
+ mLock.notifyAll();
}
break;
case EVENT_UPDATE_DONE: