Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java225 new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testSimLoaded()
292 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testSimLoadedEmptyOperatorNumeric()
331 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testSimLockedWithOutIccId()
381 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testDualSimLoaded()
395 mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testDualSimLoaded()
420 Intent mIntent = new Intent(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in testSimLockWIthIccId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java125 intentFilter.addAction(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED); in SubscriptionInfoUpdater()
190 !action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
218 } else if (action.equals(IccCardProxy.ACTION_INTERNAL_SIM_STATE_CHANGED)) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardProxy.java114 …public static final String ACTION_INTERNAL_SIM_STATE_CHANGED = "android.intent.action.internal_sim… field in IccCardProxy
496 Intent intent = new Intent(ACTION_INTERNAL_SIM_STATE_CHANGED); in broadcastInternalIccStateChangedIntent()