Searched refs:mostCapablePhoneId (Results 1 – 1 of 1) sorted by relevance
2211 int mostCapablePhoneId = phoneSlotStatus.get(phoneSlotStatus.size() - 1).slotId; in getFirstPhoneForEmergencyCall() local2212 Log.i(this, "getFirstPhoneForEmergencyCall, Using Phone Id: " + mostCapablePhoneId + in getFirstPhoneForEmergencyCall()2214 return mPhoneFactoryProxy.getPhone(mostCapablePhoneId); in getFirstPhoneForEmergencyCall()