OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:earfcn
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java
106
int
earfcn
= lte.getCellIdentity().getEarfcn();
local
108
assertTrue("getEarfcn() out of range [0,47000]",
earfcn
>= 0 &&
earfcn
<= 47000);
/frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java
79
* @param
earfcn
18-bit LTE Absolute RF Channel Number
83
public CellIdentityLte (int mcc, int mnc, int ci, int pci, int tac, int
earfcn
) {
89
mEarfcn =
earfcn
;
/hardware/ril/include/telephony/
ril.h
1321
int
earfcn
; \/* 18-bit LTE Absolute RC Channel Number, INT_MAX if unknown *\/
member in struct:__anon35305
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
Completed in 65 milliseconds