Searched refs:earfcn (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 1004 private static CellIdentityLte makeCellIdentityLte(int ci, int pci, int tac, int earfcn, in makeCellIdentityLte() argument 1008 return new CellIdentityLte(ci, pci, tac, earfcn, new int[] {} /* bands */, in makeCellIdentityLte() 1016 return constructor.newInstance(ci, pci, tac, earfcn, bandwidth, mccStr, mncStr, alphal, in makeCellIdentityLte()
|