Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java144 private enum StatusMode { enum in CarrierTextManager
540 return CarrierTextManager.StatusMode.SimMissing; in getStatusForIccState()
542 return CarrierTextManager.StatusMode.SimMissingLocked; in getStatusForIccState()
544 return CarrierTextManager.StatusMode.SimNotReady; in getStatusForIccState()
546 return CarrierTextManager.StatusMode.SimLocked; in getStatusForIccState()
548 return CarrierTextManager.StatusMode.SimPukLocked; in getStatusForIccState()
550 return CarrierTextManager.StatusMode.Normal; in getStatusForIccState()
552 return CarrierTextManager.StatusMode.SimPermDisabled; in getStatusForIccState()
554 return CarrierTextManager.StatusMode.SimUnknown; in getStatusForIccState()
556 return CarrierTextManager.StatusMode.SimIoError; in getStatusForIccState()
[all …]