Searched defs:earfcn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java79 * @param earfcn 18-bit LTE Absolute RF Channel Number
83 public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int earfcn) { argument
89 mEarfcn = earfcn;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java1037 lteEarfcn = cellIdentityLte.earfcn;
4297 * Checks if the provided earfcn falls withing the range of earfcns.
4299 * return true if earfcn falls within the provided range; false otherwise.
4302 int earfcn) {
4305 if ((earfcn >= earfcnPair.first) && (earfcn <= earfcnPair.second)) {
4331 log("Invalid earfcn range format");
4341 log("Invalid earfcn range format");
4349 log("Invalid earfcn range format");
4354 log("Invalid earfcn numbe
4301 containsEarfcnInEarfcnRange(ArrayList<Pair<Integer, Integer>> earfcnPairList, int earfcn) argument
[all...]

Completed in 303 milliseconds