Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java220 EventSimStateChangedBag(int phoneId, String iccStatus) { in EventSimStateChangedBag() argument
222 mIccStatus = iccStatus; in EventSimStateChangedBag()
753 String iccStatus = intent.getStringExtra(IccCardConstants.INTENT_KEY_ICC_STATE); in onReceive() local
755 new EventSimStateChangedBag(phoneId, iccStatus))); in onReceive()