Searched refs:wcdma (Results 1 – 2 of 2) sorted by relevance
760 private void verifyWcdmaInfo(CellInfoWcdma wcdma) { in verifyWcdmaInfo() argument761 verifyCellConnectionStatus(wcdma.getCellConnectionStatus()); in verifyWcdmaInfo()762 verifyCellInfoWcdmaParcelandHashcode(wcdma); in verifyWcdmaInfo()763 verifyCellIdentityWcdma(wcdma.getCellIdentity(), wcdma.isRegistered()); in verifyWcdmaInfo()764 verifyCellIdentityWcdmaParcel(wcdma.getCellIdentity()); in verifyWcdmaInfo()765 verifyCellSignalStrengthWcdma(wcdma.getCellSignalStrength()); in verifyWcdmaInfo()766 verifyCellSignalStrengthWcdmaParcel(wcdma.getCellSignalStrength()); in verifyWcdmaInfo()769 private void verifyCellInfoWcdmaParcelandHashcode(CellInfoWcdma wcdma) { in verifyCellInfoWcdmaParcelandHashcode() argument771 wcdma.writeToParcel(p, 0); in verifyCellInfoWcdmaParcelandHashcode()775 assertTrue(wcdma.equals(newCi)); in verifyCellInfoWcdmaParcelandHashcode()[all …]
396 RadioAccessSpecifier wcdma = new RadioAccessSpecifier( in buildNetworkScanRequest() local402 radioAccessSpecifier.add(wcdma); in buildNetworkScanRequest()