Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimultaneousCallingTracker.java363 Phone[] allPhones = PhoneFactory.getPhones(); in generateVoiceCapablePhoneMapBasedOnUserAssociation() local
364 for (Phone phone : allPhones) { in generateVoiceCapablePhoneMapBasedOnUserAssociation()
DConnection.java645 Phone[] allPhones = mPhoneFactoryProxy.getPhones(); in setEmergencyCallInfo() local
649 } else if (allPhones.length > 1) { in setEmergencyCallInfo()
652 for (Phone phone : allPhones) { in setEmergencyCallInfo()
DIccSmsInterfaceManager.java1507 Phone[] allPhones = mPhoneFactoryProxy.getPhones(); in notifyIfOutgoingEmergencySms() local
1512 } else if (allPhones.length > 1) { in notifyIfOutgoingEmergencySms()
1514 for (Phone phone : allPhones) { in notifyIfOutgoingEmergencySms()