History log of /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
867e0150ea9181755c681013f18877e8eab8ffff 07-May-2016 Amit Mahajan <amitmahajan@google.com> Do not send unnecessary EVENT_NV_READY to GsmCdmaPhone.

Also changing default CDMA subscription source from NV to RUIM.

Bug: 28639524
Change-Id: I778af7f43f1907f8fcfe5d3a1110fe2fa1fc29b3
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
58dd6858dc8013b680ea003d22063fd65ed5fe1c 03-Dec-2015 Amit Mahajan <amitmahajan@google.com> Cleanup related to files removed in Phone refactor.

Mostly just updating comments to remove names of old classes.

Bug: 25793157
Change-Id: I2f4d48b2f6428f78475652060a471a7c69ef7dd0
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
7e3260e3a9469b8d5b90665a7f9ccb359f8e708a 22-Oct-2014 Junda Liu <junda@google.com> Add logging to check cdma subscription source.

Bug: b/17935642
Change-Id: I8e3d7d14288d01ead0cad92bf8269aae5f5de518
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
a8467dd0c524787104b1ccdddc5e8af10ba729ed 13-Jun-2014 Wink Saville <wink@google.com> Merge kwd to master

Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
5ceae6074e0729fbbc422db2f263bf7cf453bf1a 29-Aug-2012 Naveen Kalla <nkalla@codeaurora.org> Initialize RIL with the correct CDMA subscription mode setting

Users choice of CDMA Subscription Source is stored in CDMA_SUBSCRIPTION_MODE
setting in database.
If telephony restarts after a crash, use CDMA_SUBSCRIPTION_MODE instead
of PREFERRED_CDMA_SUBSCRIPTION in PhoneFactory to prevent
mismatch with the value in the settings database chosen by the user.

Also, remove the Setting PREFERRED_CDMA_SUBSCRIPTION from the database.
With this change the special treatment for LTE on CDMA will not be needed.
The correct value can be set in the database for CDMA_SUBSCRIPTION_MODE
and that will be taken on power-up by this code.

Change-Id: I11fff596a5fe721c64f192c889672326517dc43d
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
22d85a8e3a575a6d01d2c788587971657dfe20c6 23-Feb-2013 Wink Saville <wink@google.com> Clean up member variables.

Change-Id: Ib60f350131ade626aca682407ea0b4377b16f6c6
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
cbaa45bbf2cab852b6c9c3a887e9f803d4e857ea 23-Feb-2013 Wink Saville <wink@google.com> Clean up

- Add @Overrides where needed.
- Update javadoc comments
- Remove extra semi-colons
- Rename DataConnection.java to DataConnectionBase.java
- Rename GsmDataConnection.java to DataConnection.java
- Add defaults to switch statements
- Remove/fix most "if (false)" statements. Fixed by using a CONSTANT
- Fix hidden variables by hoisting to base class or renaming
- Tweak some debug output

Change-Id: If38de2fdeaacafbf40cdfd7f84dc5c52030ba2a3
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
99c2e1d6749cfad2a8ca94a47857d8c3bfc09454 27-Nov-2012 Wink Saville <wink@google.com> Use Rlog instead of Log.

Change-Id: I2f44193b294513e743526e5c163e7d9a45308b28
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
b8d0e5993929ca9ecd29f406ae5f39a3e450e89b 25-Sep-2012 Jeff Brown <jeffbrown@google.com> Update references to migrated global settings.

Bug: 7231172
Change-Id: Id18cce843899452bd171d5eeff99b48ca65dfb1e
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java
0825495a331bb44df395a0cdb79fab85e68db5d5 12-Jul-2012 Wink Saville <wink@google.com> Create telephony-common

telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony

Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/CdmaSubscriptionSourceManager.java