OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCellIdentity
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellInfoCdma.java
52
public void
setCellIdentity
(CellIdentityCdma cid) {
CellInfoGsm.java
52
public void
setCellIdentity
(CellIdentityGsm cid) {
CellInfoLte.java
53
public void
setCellIdentity
(CellIdentityLte cid) {
54
if (DBG) log("
setCellIdentity
: " + cid);
CellInfoWcdma.java
52
public void
setCellIdentity
(CellIdentityWcdma cid) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java
59
((CellInfoLte)mCellInfo).
setCellIdentity
(new CellIdentityLte());
468
cil.
setCellIdentity
(mLasteCellIdentityLte);
Completed in 77 milliseconds