Searched refs:lte (Results 1 – 2 of 2) sorted by relevance
495 private void verifyLteInfo(CellInfoLte lte) { in verifyLteInfo() argument496 verifyCellConnectionStatus(lte.getCellConnectionStatus()); in verifyLteInfo()497 verifyCellInfoLteParcelandHashcode(lte); in verifyLteInfo()498 verifyCellIdentityLte(lte.getCellIdentity(), lte.isRegistered()); in verifyLteInfo()499 verifyCellIdentityLteParcel(lte.getCellIdentity()); in verifyLteInfo()500 verifyCellSignalStrengthLte(lte.getCellSignalStrength()); in verifyLteInfo()501 verifyCellSignalStrengthLteParcel(lte.getCellSignalStrength()); in verifyLteInfo()595 private void verifyCellInfoLteParcelandHashcode(CellInfoLte lte) { in verifyCellInfoLteParcelandHashcode() argument597 lte.writeToParcel(p, 0); in verifyCellInfoLteParcelandHashcode()601 assertTrue(lte.equals(newCi)); in verifyCellInfoLteParcelandHashcode()[all …]
392 RadioAccessSpecifier lte = new RadioAccessSpecifier( in buildNetworkScanRequest() local401 radioAccessSpecifier.add(lte); in buildNetworkScanRequest()