Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java1437 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