History log of /frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d7784628368404ff53caf080640cd9ff32775fd3 17-Apr-2011 David Sobreira Marques <dpsmarques@gmail.com> Fixing concurrency issue on IccPhoneBookInterfaceManager.

All the reads/updates methods are synchronous calls that rely
on an unique lock object in order to wait for the asynchronous
simcard operations to complete and return appropriate results

Concurent calls to these methods will cause errors when one
completed operation will unlock all waiting calls generating
inconsistent results on some of the method calls.

Change-Id: I8b87004ac039bcb971b8369f7640281f1bf9eb35
Signed-off-by: David Sobreira Marques <dpsmarques@gmail.com>
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
74ba31ba266231b76e2ab4ab46e0a9af6a6bcbb3 18-Jul-2010 happydroid <info@happydroid.com> Enables writing to USIM phonebook (fixes issue 8976).

Change-Id: I60c4e4fab58d13a83193492d828b0b519875c710
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
38a1054c1c79c422554346dbddf12cd3e4d5267c 28-Jun-2010 Stefan Larsson <stefan.larsson@sonyericsson.com> 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
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
a1303e0193aeb32131572fb0dfe8e595a908b4e0 23-Feb-2010 Romain Guy <romainguy@android.com> Calling super.finalize() in finalize() methods.
Also cleanup code, mostly removing unused handlers and casts.
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
34efc39f256d5833687c7bd7d83258d6394c9307 26-Aug-2009 Jaikumar Ganesh <jaikumar@google.com> Implement USIM and add support for importing emails from USIM.

Refer to 3GPP Spec 31.102 for more details.
We read and parse USIM records instead of the RIL doing it for us.
We only support reading of USIM Phonebook records.
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java
04e71b3db84fd5f7fc4eefb49a33154ea91ec9fc 02-Apr-2009 Wink Saville <> AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.

Automated import of CL 144245
/frameworks/base/telephony/java/com/android/internal/telephony/IccPhoneBookInterfaceManager.java