Searched refs:ACTION_INTERNAL_SIM_STATE_CHANGED (Results 1 – 3 of 3) sorted by relevance
225 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()
125 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)) {
114 …public static final String ACTION_INTERNAL_SIM_STATE_CHANGED = "android.intent.action.internal_sim… field in IccCardProxy496 Intent intent = new Intent(ACTION_INTERNAL_SIM_STATE_CHANGED); in broadcastInternalIccStateChangedIntent()