Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java617 Phone firstPhoneWithSim = null; in getFirstPhoneForEmergencyCall() local
639 if (firstPhoneWithSim == null && TelephonyManager.getDefault().hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
644 firstPhoneWithSim = phone; in getFirstPhoneForEmergencyCall()
648 if (firstPhoneWithSim == null) { in getFirstPhoneForEmergencyCall()
653 return firstPhoneWithSim; in getFirstPhoneForEmergencyCall()