OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uarfcn
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java
124
int
uarfcn
= wcdma.getCellIdentity().getUarfcn();
local
126
assertTrue("getUarfcn() out of range [400,11000]",
uarfcn
>= 400 &&
uarfcn
<= 11000);
/frameworks/base/telephony/java/android/telephony/
CellIdentityWcdma.java
78
* @param
uarfcn
16-bit UMTS Absolute RF Channel Number
82
public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int
uarfcn
) {
88
mUarfcn =
uarfcn
;
/hardware/ril/include/telephony/
ril.h
1289
int
uarfcn
; \/* 16-bit UMTS Absolute RF Channel Number, INT_MAX if unknown *\/
member in struct:__anon35302
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
Completed in 210 milliseconds