Searched refs:StatusMode (Results 1 – 1 of 1) sorted by relevance
72 private static enum StatusMode { enum in CarrierText233 StatusMode status = getStatusForIccState(simState); in getCarrierTextForSimState()292 private StatusMode getStatusForIccState(IccCardConstants.State simState) { in getStatusForIccState()295 return StatusMode.Normal; in getStatusForIccState()307 return StatusMode.SimMissing; in getStatusForIccState()309 return StatusMode.SimMissingLocked; in getStatusForIccState()311 return StatusMode.SimNotReady; in getStatusForIccState()313 return StatusMode.SimLocked; in getStatusForIccState()315 return StatusMode.SimPukLocked; in getStatusForIccState()317 return StatusMode.Normal; in getStatusForIccState()[all …]