Searched refs:mobileNetworkOperator (Results 1 – 1 of 1) sorted by relevance
625 String mobileNetworkOperator = lte.getMobileNetworkOperator(); in verifyCellIdentityLte() local627 + mobileNetworkOperator, in verifyCellIdentityLte()628 mobileNetworkOperator == null in verifyCellIdentityLte()629 || mobileNetworkOperator.matches("^[0-9]{5,6}$")); in verifyCellIdentityLte()744 String mobileNetworkOperator = wcdma.getMobileNetworkOperator(); in verifyCellIdentityWcdma() local746 + mobileNetworkOperator, in verifyCellIdentityWcdma()747 mobileNetworkOperator == null in verifyCellIdentityWcdma()748 || mobileNetworkOperator.matches("^[0-9]{5,6}$")); in verifyCellIdentityWcdma()841 String mobileNetworkOperator = gsm.getMobileNetworkOperator(); in verifyCellIdentityGsm() local843 + mobileNetworkOperator, in verifyCellIdentityGsm()[all …]