Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java276 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
291 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED); in handleMessage()
389 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOCKED); in handleSimLocked()
465 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_NOT_READY); in handleSimNotReady()
591 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_LOADED); in handleSimLoaded()
599 private void updateCarrierServices(int phoneId, String simState) { in updateCarrierServices() method in SubscriptionInfoUpdater
686 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_ABSENT); in handleSimAbsent()
700 updateCarrierServices(phoneId, IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR); in handleSimError()