Searched refs:INTENT_KEY_LOCKED_REASON (Results 1 – 7 of 7) sorted by relevance
50 public static final String INTENT_KEY_LOCKED_REASON = "reason"; field in IccCardConstants
108 intent.getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in updateSimState()
334 mIntent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, "TESTING"); in testSimLockedWithOutIccId()423 mIntent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, "TESTING"); in testSimLockWIthIccId()
221 IccCardConstants.INTENT_KEY_LOCKED_REASON);679 i.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastSimStateChanged()
481 intent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastIccStateChangedIntent()501 intent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastInternalIccStateChangedIntent()
807 .getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in fromIntent()819 .getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in fromIntent()
325 intent.getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in updateSimState()