Lines Matching full:hasdisconnectedconnections
2017 /* package */ static boolean hasDisconnectedConnections(Phone phone) {
2018 return hasDisconnectedConnections(phone.getForegroundCall()) ||
2019 hasDisconnectedConnections(phone.getBackgroundCall()) ||
2020 hasDisconnectedConnections(phone.getRingingCall());
2031 private static final boolean hasDisconnectedConnections(Call call) {