Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DCarrierTextManagerTest.java578 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
583 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
586 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
591 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
596 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
599 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
606 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
609 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
612 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
615 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DCarrierTextManager.java127 if (getStatusForIccState(simState) == CarrierTextManager.StatusMode.SimIoError) {
452 CarrierTextManager.StatusMode status = getStatusForIccState(simState); in getCarrierTextForSimState()
543 protected CarrierTextManager.StatusMode getStatusForIccState(int simState) { in getStatusForIccState() method in CarrierTextManager
619 CarrierTextManager.StatusMode status = getStatusForIccState(simState); in getCarrierHelpTextForSimState()