Searched refs:phoneState (Results 1 – 3 of 3) sorted by relevance
101 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { in sendPhoneStateChangedBroadcast() argument102 if (phoneState == mCurrentState) { in sendPhoneStateChangedBroadcast()106 mCurrentState = phoneState; in sendPhoneStateChangedBroadcast()117 mRegistry.notifyCallState(phoneState, callHandle); in sendPhoneStateChangedBroadcast()
1660 final HeadsetPhoneState phoneState = mSystemInterface.getHeadsetPhoneState(); in processAtCind() local1670 call = phoneState.getNumActiveCall(); in processAtCind()1671 callSetup = phoneState.getNumHeldCall(); in processAtCind()1674 mNativeInterface.cindResponse(device, phoneState.getCindService(), call, callSetup, in processAtCind()1675 phoneState.getCallState(), phoneState.getCindSignal(), phoneState.getCindRoam(), in processAtCind()1676 phoneState.getCindBatteryCharge()); in processAtCind()
188 PhoneConstants.State phoneState;