Searched refs:isIdle (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl122 boolean isIdle();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java106 * isIdle
111 public boolean isIdle() { method in class:Call
H A DCallManager.java527 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
757 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1507 * disconnected ones, pleaser refer to Call.isIdle()
1584 if (!call.isIdle()) {
1596 * Active call means the call is NOT idle defined by Call.isIdle()
1619 * Active call means the call is NOT idle defined by Call.isIdle()
1708 if (!call.isIdle()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java462 } else if (getForegroundCall().isIdle()
463 && getBackgroundCall().isIdle()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java260 if (!foregroundCall.isIdle()) {
453 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java393 !(foregroundCall.isIdle() && backgroundCall.isIdle())) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3568 if (!telephonyService.isIdle()) {

Completed in 6514 milliseconds