Lines Matching defs:state

103     // state registrants
232 * Get current coarse-grained voice call state.
234 * then the phone state is RINGING not OFFHOOK
251 * @return the service state of CallManager, which represents the
252 * highest priority state of all the service states of phones
384 // There is no active Fg calls, the OFFHOOK state
634 * state--that is, one call holding and one call active.
705 throw new CallStateException("cannot dial in current state");
798 * phone state--that is, one call holding and one call active.
875 * from a holding state.
901 * as a change notifcation, although presently phone state changed is not
1056 * This is called PreciseCallState because the call state is more precise than the
1068 * Unregisters for voice call state change notifications.
1159 * Registers the handler to reset the uplink mute state to get
1198 * its network activity and is in its final state. This may mean a state
1518 * foreground call associated with default phone, which state is IDLE.
1532 // Returns the first call that is not in IDLE state. If both active calls
1554 * associated with default phone, which state is IDLE.
1577 * associated with default phone, which state is IDLE.
1593 * @return the state of active foreground call
1643 * @return true if there is at least one Foreground call in disconnected state
1650 * @return true if there is at least one background call in disconnected state
1669 * @return the first call in a the Call.state from a call list
1671 private Call getFirstCallOfState(ArrayList<Call> calls, Call.State state) {
1673 if (call.getState() == state) {
1824 + ", state = " + phone.getState());