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

/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DIdleController.java75 taskStatus.idleConstraintSatisfied.set(mIdleTracker.isIdle());
90 void reportNewIdleState(boolean isIdle) { argument
93 task.idleConstraintSatisfied.set(isIdle);
126 public boolean isIdle() { method in class:IdleController.IdlenessTracker
192 pw.println(mIdleTracker.isIdle() ? "true" : "false");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java124 * isIdle
129 public boolean isIdle() { method in class:Call
H A DCallManager.java377 if (!getFirstActiveRingingCall().isIdle()) {
379 } else if (!getActiveFgCall().isIdle()) {
390 if (!getFirstActiveRingingCall(subId).isIdle()) {
392 } else if (!getActiveFgCall(subId).isIdle()) {
728 boolean hasBgCall = ! (activePhone.getBackgroundCall().isIdle());
981 boolean hasBgCall = !(activePhone.getBackgroundCall().isIdle());
1812 * disconnected ones, pleaser refer to Call.isIdle()
1925 if (!call.isIdle()) {
1941 if (!call.isIdle()) {
1954 * Active call means the call is NOT idle defined by Call.isIdle()
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl145 boolean isIdle();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java548 } else if (getForegroundCall().isIdle()
549 && getBackgroundCall().isIdle()) {
H A DImsPhoneCallTracker.java609 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java510 } else if (getForegroundCall().isIdle()
511 && getBackgroundCall().isIdle()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java271 if (!mForegroundCall.isIdle()) {
471 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java400 !(mForegroundCall.isIdle() && mBackgroundCall.isIdle())) {
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3463 public boolean isIdle() { method in class:TelephonyManager
3465 return getITelephony().isIdle();
3467 Log.e(TAG, "Error calling ITelephony#isIdle", e);

Completed in 895 milliseconds