Home | History | Annotate | Download | only in telephony

Lines Matching refs:getConnections

123                     toNotify.addAll(mRingingCall.getConnections());
124 toNotify.addAll(mForegroundCall.getConnections());
125 toNotify.addAll(mBackgroundCall.getConnections());
574 if (mForegroundCall.getConnections().size() > 1) {
1130 l = mRingingCall.getConnections();
1137 l = mForegroundCall.getConnections();
1144 l = mBackgroundCall.getConnections();
1229 if (call.getConnections().size() == 0) {
1242 hangup((GsmCdmaConnection)(call.getConnections().get(0)));