Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java299 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
314 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
413 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()
473 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_NOT_READY); in handleSimNotReady()
617 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOADED); in handleSimLoaded()
620 private void updateCarrierServices(int phoneId, String simState) { in updateCarrierServices() method in SubscriptionInfoUpdater
707 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
721 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in handleSimError()