Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java127 if (getStatusForIccState(simState) == CarrierTextManager.StatusMode.SimIoError) {
161 SimIoError, // SIM card is faulty enumConstant
494 case SimIoError: in getCarrierTextForSimState()
568 return CarrierTextManager.StatusMode.SimIoError; in getStatusForIccState()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java595 assertEquals(CarrierTextManager.StatusMode.SimIoError, in testGetStatusForIccState()
624 assertEquals(CarrierTextManager.StatusMode.SimIoError, in testGetStatusForIccState()