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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneInterfaceManager.java288 if (isIdle()) {
360 final boolean hasRingingCall = !mPhone.getRingingCall().isIdle();
362 final boolean hasActiveCall = !mPhone.getForegroundCall().isIdle();
363 final boolean hasHoldingCall = !mPhone.getBackgroundCall().isIdle();
415 public boolean isIdle() { method in class:PhoneInterfaceManager

Completed in 32 milliseconds