HomeSort by relevance Sort by last modified time
    Searched defs: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 78 ((CellInfoLte)mCellInfo).setCellIdentity(new CellIdentityLte());
580 cil.setCellIdentity(mLasteCellIdentityLte);

Completed in 214 milliseconds