Home
last modified time | relevance | path

Searched refs:isIdle (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl125 boolean isIdle(); in isIdle() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCall.java113 public boolean isIdle() { in isIdle() method in Call
DCallManager.java527 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneBase.java518 } else if (getForegroundCall().isIdle() in updatePhoneState()
519 && getBackgroundCall().isIdle()) { in updatePhoneState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java259 if (!mForegroundCall.isIdle()) { in dialThreeWay()
452 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) { in updatePhoneState()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1619 public boolean isIdle() { in isIdle() method in TelephonyManager
1621 return getITelephony().isIdle(); in isIdle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java410 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) { in updatePhoneState()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java4028 if (!telephonyService.isIdle()) { in interceptKeyBeforeQueueing()