Searched refs:phoneState (Results 1 – 3 of 3) sorted by relevance
109 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { in sendPhoneStateChangedBroadcast() argument110 if (phoneState == mCurrentState) { in sendPhoneStateChangedBroadcast()114 mCurrentState = phoneState; in sendPhoneStateChangedBroadcast()124 mRegistry.notifyCallStateChangedForAllSubscriptions(phoneState, callHandle); in sendPhoneStateChangedBroadcast()
1731 final HeadsetPhoneState phoneState = mSystemInterface.getHeadsetPhoneState(); in processAtCind() local1741 call = phoneState.getNumActiveCall(); in processAtCind()1742 callSetup = phoneState.getNumHeldCall(); in processAtCind()1745 mNativeInterface.cindResponse(device, phoneState.getCindService(), call, callSetup, in processAtCind()1746 phoneState.getCallState(), phoneState.getCindSignal(), phoneState.getCindRoam(), in processAtCind()1747 phoneState.getCindBatteryCharge()); in processAtCind()
276 PhoneConstants.State phoneState;