History log of /packages/apps/Settings/src/com/android/settings/IccLockSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
48c03831253d2749cb6842b4e2fc9fb5255dab44 30-Oct-2011 Jeevaka Badrappan <jeevaka.badrappan@intel.com> Settings: disable Lock SIM card till response is received

Lock SIM card checkbox is enabled always which results in
allowing the user to change the state even before the
previous change has been completed successfully. Due to
this option, UI ends up in state where it can send
disable Lock SIM card twice resulting in operation
not allowed error from modem.

Change-Id: I0f4a344a8d76720e75accf3a763c3d0e940a0dca
Author: Jeevaka Badrappan <jeevaka.badrappan@intel.com>
Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Author-tracking-BZ: 9954
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
113ae0258d8a0aac363e397ad025cb65df237328 01-Dec-2011 Jim Miller <jaggies@google.com> Fix 5636798: Watch for SIM state changes in IccSettings.

This fixes a bug where the SIM enable checkbox was showing the
wrong state. The code now registers for state changes and updates
the checkbox state appropriately.

Change-Id: Icd4f040140e9f71e75e288968ee7ae616dfd08ce
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
22135ea7739433802fa55a37790c2a931b698f30 07-Sep-2010 Yongwei Cai <yongwei.cai@sonyericsson.com> Fix wrong behavior when changing pin code in settings

In security setting, if user change orientation during entering
pin code, the change will not apply successfully, it is because
the entered pin codes has not been saved and restored when
application was re-create after changed orientation. So we save
entered pin codes and restore them in onCreate when application
is re-created.

Change-Id: Ia8a3fb3ee75185ce028104487377e47f272905ce
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
2e180ef88050bfa243dfccaab72fb6ab235e21af 08-Jan-2010 Amith Yamasani <yamasani@google.com> Don't allow monkey to play with SIM lock settings. Bug # 2358489

If the monkey is running, exit the SIM lock settings activity.
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
11cd8c5ac95334c9363a82fd81d05d85623f9d17 29-Aug-2009 Amith Yamasani <yamasani@google.com> Fix for 1785342: The old PIN is required after entering New PIN

State of dialogs was not properly maintained across pause/resume.
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java
c38866843e966622346dc8f7b028749cac9c2198 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
/packages/apps/Settings/src/com/android/settings/IccLockSettings.java