Searched refs:nrarfcn (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | AccessNetworkUtils.java | 242 public static int getOperatingBandForNrarfcn(int nrarfcn) { in getOperatingBandForNrarfcn() argument 243 if (nrarfcn >= 422000 && nrarfcn <= 434000) { in getOperatingBandForNrarfcn() 245 } else if (nrarfcn >= 386000 && nrarfcn <= 398000) { in getOperatingBandForNrarfcn() 247 } else if (nrarfcn >= 361000 && nrarfcn <= 376000) { in getOperatingBandForNrarfcn() 249 } else if (nrarfcn >= 173800 && nrarfcn <= 178800) { in getOperatingBandForNrarfcn() 251 } else if (nrarfcn >= 524000 && nrarfcn <= 538000) { in getOperatingBandForNrarfcn() 253 } else if (nrarfcn >= 185000 && nrarfcn <= 192000) { in getOperatingBandForNrarfcn() 255 } else if (nrarfcn >= 145800 && nrarfcn <= 149200) { in getOperatingBandForNrarfcn() 257 } else if (nrarfcn >= 151600 && nrarfcn <= 153600) { in getOperatingBandForNrarfcn() 259 } else if (nrarfcn >= 172000 && nrarfcn <= 175000) { in getOperatingBandForNrarfcn() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2810 return new CellIdentityNr(ci.pci, ci.tac, ci.nrarfcn, new int[] {}, ci.mcc, ci.mnc, in convertHalCellIdentityNr() 2816 return new CellIdentityNr(ci.base.pci, ci.base.tac, ci.base.nrarfcn, in convertHalCellIdentityNr() 2832 return new CellIdentityNr(cid.pci, cid.tac, cid.nrarfcn, cid.bands, cid.mcc, cid.mnc, in convertHalCellIdentityNr()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 2248 cellinfo.cellidentity.nrarfcn = NRARFCN; in testConvertHalCellInfoList_1_4ForNr()
|