Searched refs:isIdle (Results 1 – 8 of 8) sorted by relevance
125 boolean isIdle(); in isIdle() method
113 public boolean isIdle() { in isIdle() method in Call
527 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle()); in acceptCall()757 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle()); in dial()1576 if (!call.isIdle()) { in getFirstNonIdleCall()1700 if (!call.isIdle()) { in getFirstActiveCall()
518 } else if (getForegroundCall().isIdle() in updatePhoneState()519 && getBackgroundCall().isIdle()) { in updatePhoneState()
259 if (!mForegroundCall.isIdle()) { in dialThreeWay()452 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) { in updatePhoneState()
1619 public boolean isIdle() { in isIdle() method in TelephonyManager1621 return getITelephony().isIdle(); in isIdle()
410 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) { in updatePhoneState()
4028 if (!telephonyService.isIdle()) { in interceptKeyBeforeQueueing()