Searched refs:mPhoneIdInVoiceCall (Results 1 – 2 of 2) sorted by relevance
206 protected int mPhoneIdInVoiceCall = SubscriptionManager.INVALID_PHONE_INDEX; field in PhoneSwitcher330 int oldPhoneIdInVoiceCall = mPhoneIdInVoiceCall; in isPhoneInVoiceCallChanged()334 mPhoneIdInVoiceCall = SubscriptionManager.INVALID_PHONE_INDEX; in isPhoneInVoiceCallChanged()337 mPhoneIdInVoiceCall = phone.getPhoneId(); in isPhoneInVoiceCallChanged()342 if (mPhoneIdInVoiceCall != oldPhoneIdInVoiceCall) { in isPhoneInVoiceCallChanged()344 + " to phoneId " + mPhoneIdInVoiceCall); in isPhoneInVoiceCallChanged()512 if (mPhoneIdInVoiceCall == SubscriptionManager.INVALID_PHONE_INDEX) { in handleMessage()868 if (mPhoneIdInVoiceCall != SubscriptionManager.INVALID_PHONE_INDEX) { in onEvaluate()869 newActivePhones.add(mPhoneIdInVoiceCall); in onEvaluate()1063 Phone voicePhone = findPhoneById(mPhoneIdInVoiceCall); in updatePreferredDataPhoneId()[all …]
654 return SubscriptionManager.isValidPhoneId(mPhoneIdInVoiceCall); in isCallInProgress()