Searched refs:findPhoneById (Results 1 – 1 of 1) sorted by relevance
1437 if (mEmergencyOverride != null && findPhoneById(mEmergencyOverride.mPhoneId) != null) { in updatePreferredDataPhoneId()1488 Phone voicePhone = findPhoneById(mPhoneIdInVoiceCall); in shouldSwitchDataDueToInCall()1514 return findPhoneById(mSubscriptionManagerService.getPhoneId(subId)); in getPhoneBySubId()1517 private Phone findPhoneById(final int phoneId) { in findPhoneById() method in PhoneSwitcher