Searched refs:isValidPhoneId (Results 1 – 17 of 17) sorted by relevance
150 if (SubscriptionManager.isValidPhoneId(phoneId)) {313 if (SubscriptionManager.isValidPhoneId(oldPreferredDataPhoneId)) { in onEvaluate()389 int preferredDataSubId = SubscriptionManager.isValidPhoneId(mPreferredDataPhoneId) in phoneIdForRequest()460 if (!SubscriptionManager.isValidPhoneId(phoneId) || phoneId >= mActiveModemCount) { in sendRilCommands()526 if (SubscriptionManager.isValidPhoneId(ddsPhoneId) && phoneId != ddsPhoneId) { in handleConnectMaxFailure()654 return SubscriptionManager.isValidPhoneId(mPhoneIdInVoiceCall); in isCallInProgress()
160 if (SubscriptionManager.isValidPhoneId(phoneId)) { in registerForAllDataDisconnected()168 if (SubscriptionManager.isValidPhoneId(phoneId)) { in unregisterForAllDataDisconnected()177 if (SubscriptionManager.isValidPhoneId(phoneId)) { in areAllDataDisconnected()
263 if (mPhone == null || !SubscriptionManager.isValidPhoneId(mPhone.getPhoneId())) { in bindService()303 if (SubscriptionManager.isValidPhoneId(mPhone.getPhoneId()) in rebindService()
939 if (!SubscriptionManager.isValidPhoneId(phoneId)) return; in onRadioCapChanged()964 if (!SubscriptionManager.isValidPhoneId(phoneId)) return; in overrideDefaultDataForEmergency()975 if (!SubscriptionManager.isValidPhoneId(phoneId)) return; in sendRilCommands()1107 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in findPhoneById()1115 if (!SubscriptionManager.isValidPhoneId(phoneId)) return false; in shouldApplyNetworkRequest()
256 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in getPhone()513 if (!SubscriptionManager.isValidPhoneId(phoneId)) {
638 if (SubscriptionManager.isValidPhoneId(phoneId)) { in handleInactiveSlotIccStateChange()694 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in handleSimAbsent()727 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in updateSubscriptionInfoByIccId()1060 if (!SubscriptionManager.isValidPhoneId(phoneId) in updateSubscriptionByCarrierConfig()
362 phone.mCi.onSlotActiveStatusChange(SubscriptionManager.isValidPhoneId(i)); in onMultiSimConfigChanged()
170 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in updateForPhoneId()
562 if (SubscriptionManager.isValidPhoneId(phoneId)) { in updateLocale()
344 if (!SubscriptionManager.isValidPhoneId(phoneId)) { in onCarrierConfigChanged()
3725 if (!SubscriptionManager.isValidPhoneId(logicalSlotIndex)) { in getEnabledSubscriptionId()
470 if (!SubscriptionManager.isValidPhoneId(mPhoneId)) return null; in getRadioProxy()584 if (!SubscriptionManager.isValidPhoneId((mPhoneId))) return null; in getOemHookProxy()
356 if (mPhone == null || !SubscriptionManager.isValidPhoneId(mPhone.getPhoneId())) { in bindDataService()395 if (SubscriptionManager.isValidPhoneId(mPhone.getPhoneId()) in rebindDataService()
9583 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setSimOperatorNumericForPhone()9607 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setSimOperatorNameForPhone()9631 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setSimCountryIsoForPhone()9655 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setSimStateForPhone()9763 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setBasebandVersionForPhone()9813 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setPhoneType()9844 if (SubscriptionManager.isValidPhoneId(phoneId)) { in getOtaSpNumberSchemaForPhone()9875 if (SubscriptionManager.isValidPhoneId(phoneId)) { in getSmsReceiveCapableForPhone()9905 if (SubscriptionManager.isValidPhoneId(phoneId)) { in getSmsSendCapableForPhone()9945 if (SubscriptionManager.isValidPhoneId(phoneId)) { in setNetworkOperatorNameForPhone()[all …]
2151 public static boolean isValidPhoneId(int phoneId) { in isValidPhoneId() method in SubscriptionManager
648 if (SubscriptionManager.isValidPhoneId(prevActivePhoneId)) { in updateInternalIccStateForInactiveSlot()
14300 HSPLandroid/telephony/SubscriptionManager;->isValidPhoneId(I)Z