Lines Matching full:hasdisconnectedconnections
2216 /* package */ static boolean hasDisconnectedConnections(Phone phone) {
2217 return hasDisconnectedConnections(phone.getForegroundCall()) ||
2218 hasDisconnectedConnections(phone.getBackgroundCall()) ||
2219 hasDisconnectedConnections(phone.getRingingCall());
2230 private static final boolean hasDisconnectedConnections(Call call) {