Home
last modified time | relevance | path

Searched refs:StatusMode (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java121 if (getStatusForIccState(simState) == CarrierTextManager.StatusMode.SimIoError) {
144 private enum StatusMode { enum in CarrierTextManager
437 CarrierTextManager.StatusMode status = getStatusForIccState(simState); in getCarrierTextForSimState()
526 private CarrierTextManager.StatusMode getStatusForIccState(int simState) { in getStatusForIccState()
536 return CarrierTextManager.StatusMode.SimMissing; in getStatusForIccState()
538 return CarrierTextManager.StatusMode.SimMissingLocked; in getStatusForIccState()
540 return CarrierTextManager.StatusMode.SimNotReady; in getStatusForIccState()
542 return CarrierTextManager.StatusMode.SimLocked; in getStatusForIccState()
544 return CarrierTextManager.StatusMode.SimPukLocked; in getStatusForIccState()
546 return CarrierTextManager.StatusMode.Normal; in getStatusForIccState()
[all …]