Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java1893 /* package */ static boolean hasDisconnectedConnections(Phone phone) { in hasDisconnectedConnections() method in PhoneUtils
1894 return hasDisconnectedConnections(phone.getForegroundCall()) || in hasDisconnectedConnections()
1895 hasDisconnectedConnections(phone.getBackgroundCall()) || in hasDisconnectedConnections()
1896 hasDisconnectedConnections(phone.getRingingCall()); in hasDisconnectedConnections()
1907 private static final boolean hasDisconnectedConnections(Call call) { in hasDisconnectedConnections() method in PhoneUtils