Home | History | Annotate | Download | only in phone

Lines Matching refs:HOLDING

478         if (DBG) log("hangup holding call");
552 if (DBG) log("end holding & answer waiting: 1");
554 Log.e(LOG_TAG, "end holding failed!");
558 if (DBG) log("end holding & answer waiting: 2");
2263 * @return true if we support holding calls, given the current
2278 // for background holding calls may do.
2304 // call really is in the ACTIVE state and the holding call really
2305 // is in the HOLDING state, since you *can't* actually swap calls
2309 && (cm.getFirstActiveBgCall().getState() == Call.State.HOLDING);