Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java276 broadcastSimApplicationStateChanged(msg.arg1, TelephonyManager.SIM_STATE_UNKNOWN); in handleMessage()
290 broadcastSimApplicationStateChanged(msg.arg1, TelephonyManager.SIM_STATE_NOT_READY); in handleMessage()
390 broadcastSimApplicationStateChanged(phoneId, getSimStateFromLockedReason(reason)); in handleSimLocked()
422 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_NOT_READY); in handleSimReady()
450 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_NOT_READY); in handleSimNotReady()
593 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_LOADED); in handleSimLoaded()
663 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_UNKNOWN); in handleSimAbsent()
677 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_NOT_READY); in handleSimError()
1167 protected void broadcastSimApplicationStateChanged(int phoneId, int state) { in broadcastSimApplicationStateChanged() method in SubscriptionInfoUpdater
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java113 broadcastSimApplicationStateChanged(phoneId, TelephonyManager.SIM_STATE_NOT_READY); in handleSimReady()