summaryrefslogtreecommitdiffstats
path: root/telephony/java/com/android/internal/telephony/gsm/SimPhoneBookInterfaceManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Create telephony-common and mms-commonWink Saville2012-07-111-79/+0
| | | | | | | | | | | | | | | | | These have been created to reduce the size and complexity of frameworks/base. mms-common was created by moving all of frameworks/base/core/java/com/google/android/mms to: frameworks/opt/mms telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
* Revert "Telephony: Dynamically instantiate IccCard"Wink Saville2012-04-181-6/+3
| | | | | | | | | | | | | | | | | This reverts commit fe37acae729529b8bf3a3140fa397bddce42b1e0 There are two bugs that are weekend release blockers: b/6357558 b/6357880 6357558 is easily fixed with: https://android-git.corp.google.com/g/#/c/182228/ But there are still questions. Bug 6357880 has unknown causes at the moment but this change is the most likely candidate. So for today's pre-weekend build we are reverting this change.
* Telephony: Dynamically instantiate IccCardAlex Yakavenka2012-04-171-3/+6
| | | | Change-Id: I8c4d800158fb1eb12de66d437cb0d76695ff98d3
* am 10b364b4: am 4cf0eee7: Merge "Fixing concurrency issue on ↵Conley Owens2011-05-291-6/+5
|\ | | | | | | | | | | | | IccPhoneBookInterfaceManager." * commit '10b364b4bea8537f955bbbb8b9b40061264b29c9': Fixing concurrency issue on IccPhoneBookInterfaceManager.
| * Fixing concurrency issue on IccPhoneBookInterfaceManager.David Sobreira Marques2011-05-201-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Refactor IccRecords and IccCardWink Saville2011-05-101-1/+1
|/ | | | | | | | | | | | IccRecords is now full base class for RuimRecords and SIMRecords so we can use the IccRecords to represent both Ruim and SIM records class. Rename mSIMRecords to mIccRecords in PhoneBase. Remove mRuimRecords. Change-Id: If6afff3f99d41830c947de13c26586deff923c6f
* Calling super.finalize() in finalize() methods.Romain Guy2010-02-221-26/+5
| | | | Also cleanup code, mostly removing unused handlers and casts.
* AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵Wink Saville2009-04-021-205/+28
| | | | | | from donutburger. Automated import of CL 144245
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+278
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-278/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+278