Searched refs:phoneState (Results 1 – 3 of 3) sorted by relevance
97 private void sendPhoneStateChangedBroadcast(Call call, int phoneState) { in sendPhoneStateChangedBroadcast() argument98 if (phoneState == mCurrentState) { in sendPhoneStateChangedBroadcast()102 mCurrentState = phoneState; in sendPhoneStateChangedBroadcast()112 mRegistry.notifyCallStateChangedForAllSubscriptions(phoneState, callHandle); in sendPhoneStateChangedBroadcast()
1688 final HeadsetPhoneState phoneState = mSystemInterface.getHeadsetPhoneState(); in processAtCind() local1698 call = phoneState.getNumActiveCall(); in processAtCind()1699 callSetup = phoneState.getNumHeldCall(); in processAtCind()1702 mNativeInterface.cindResponse(device, phoneState.getCindService(), call, callSetup, in processAtCind()1703 phoneState.getCallState(), phoneState.getCindSignal(), phoneState.getCindRoam(), in processAtCind()1704 phoneState.getCindBatteryCharge()); in processAtCind()
221 PhoneConstants.State phoneState;