Searched refs:mPhoneIdInVoiceCall (Results 1 – 2 of 2) sorted by relevance
205 protected int mPhoneIdInVoiceCall = SubscriptionManager.INVALID_PHONE_INDEX; field in PhoneSwitcher321 int oldPhoneIdInVoiceCall = mPhoneIdInVoiceCall; in isPhoneInVoiceCallChanged()325 mPhoneIdInVoiceCall = SubscriptionManager.INVALID_PHONE_INDEX; in isPhoneInVoiceCallChanged()328 mPhoneIdInVoiceCall = phone.getPhoneId(); in isPhoneInVoiceCallChanged()333 if (mPhoneIdInVoiceCall != oldPhoneIdInVoiceCall) { in isPhoneInVoiceCallChanged()335 + " to phoneId " + mPhoneIdInVoiceCall); in isPhoneInVoiceCallChanged()503 if (mPhoneIdInVoiceCall == SubscriptionManager.INVALID_PHONE_INDEX) { in handleMessage()859 if (mPhoneIdInVoiceCall != SubscriptionManager.INVALID_PHONE_INDEX) { in onEvaluate()860 newActivePhones.add(mPhoneIdInVoiceCall); in onEvaluate()1054 Phone voicePhone = findPhoneById(mPhoneIdInVoiceCall); in updatePreferredDataPhoneId()[all …]
654 return SubscriptionManager.isValidPhoneId(mPhoneIdInVoiceCall); in isCallInProgress()