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()
521 intent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastIccStateChangedIntent()541 intent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastInternalIccStateChangedIntent()
219 IccCardConstants.INTENT_KEY_LOCKED_REASON);823 i.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, reason); in broadcastSimStateChanged()
371 mIntent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, "TESTING"); in testSimLockedWithOutIccId()463 mIntent.putExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON, "TESTING"); in testSimLockWithIccId()
880 .getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in fromIntent()892 .getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in fromIntent()
324 intent.getStringExtra(IccCardConstants.INTENT_KEY_LOCKED_REASON); in updateSimState()