Searched refs:hasDisconnectedConnections (Results 1 – 1 of 1) sorted by relevance
1893 /* package */ static boolean hasDisconnectedConnections(Phone phone) { in hasDisconnectedConnections() method in PhoneUtils1894 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