Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DCarrierTextManagerTest.java754 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_ABSENT)); in testGetStatusForIccState()
756 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
759 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_NOT_READY)); in testGetStatusForIccState()
761 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
764 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
767 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_READY)); in testGetStatusForIccState()
769 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
772 mCarrierTextManager.getStatusForIccState(TelephonyManager.SIM_STATE_UNKNOWN)); in testGetStatusForIccState()
774 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
777 mCarrierTextManager.getStatusForIccState( in testGetStatusForIccState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java141 if (getStatusForIccState(simState) == CarrierTextManager.StatusMode.SimIoError) {
500 CarrierTextManager.StatusMode status = getStatusForIccState(simState); in getCarrierTextForSimState()
591 protected CarrierTextManager.StatusMode getStatusForIccState(int simState) { in getStatusForIccState() method in CarrierTextManager