Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java103 updateSubscriptionInfoByIccId(phoneId, true /* updateEmbeddedSubs */); in handleSimReady()
128 synchronized protected void updateSubscriptionInfoByIccId(int phoneId, in updateSubscriptionInfoByIccId() method in VendorSubscriptionInfoUpdater
132 super.updateSubscriptionInfoByIccId(phoneId, updateEmbeddedSubs); in updateSubscriptionInfoByIccId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java386 updateSubscriptionInfoByIccId(phoneId, true /* updateEmbeddedSubs */); in handleSimLocked()
444 updateSubscriptionInfoByIccId(phoneId, false /* updateEmbeddedSubs */); in handleSimNotReady()
489 updateSubscriptionInfoByIccId(phoneId, true /* updateEmbeddedSubs */); in handleSimLoaded()
648 updateSubscriptionInfoByIccId(phoneId, true /* updateEmbeddedSubs */); in cleanSubscriptionInPhone()
673 updateSubscriptionInfoByIccId(phoneId, true /* updateEmbeddedSubs */); in handleSimError()
682 protected synchronized void updateSubscriptionInfoByIccId(int phoneId, in updateSubscriptionInfoByIccId() method in SubscriptionInfoUpdater