History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/EmergencyCryptkeeperText.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
231bcf7b9f6be47848160dbd2ae2c78a031f0ef8 31-Jan-2017 Akira Oshimi <akira.x.oshimi@sonymobile.com> Update carrier text when phone service state is changed

The carrier text is not updated when the phone service state has
changed. To solve this issue, the EmergencyCryptkeeperText view should
receive the KeyguardUpdateMonitorCallback#onRefreshCarrierInfo().

Bug: 37331677
Test: visual

Change-Id: I359991688552b731eaa02f443902eb7bdc894d10
(cherry picked from commit 76c36c4dc5eb2195c918590b23c16f6410a52df0)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/EmergencyCryptkeeperText.java
72abcdaec706c682c122af0f196286a9f96c18e2 06-Dec-2016 Adrian Roos <roosa@google.com> EmergencyCryptkeeperText: Make sure we update if airplane mode changes

Fixes a race condition that could case the emergency text
to show when it should not, if airplane mode was queried
before it was set by the radio layer.

Change-Id: I146f2877e300d105d8a53af130be46b02ec965b2
Test: Boot into cryptkeeper with a SIM, verify that it does not show 'Emergency Calls Only' until emergency call is initiated.
Fixes: 33278862
Fixes: 32063642
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/EmergencyCryptkeeperText.java
316bf544843ae581336fa157355c76774e0e0cbc 23-Aug-2016 Adrian Roos <roosa@google.com> Show PLMN on CryptKeeper

Also shows the state only once radio is enabled.

Fixes: 30301831
Change-Id: Iaf3b96c3622e20d8ada6e1f6391d6065101fb281
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/EmergencyCryptkeeperText.java