Home
last modified time | relevance | path

Searched defs:setCellIdentity (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellInfoTdscdma.java87 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity() method in CellInfoTdscdma
DCellInfoWcdma.java83 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() method in CellInfoWcdma
DCellInfoCdma.java90 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() method in CellInfoCdma
DCellInfoGsm.java84 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() method in CellInfoGsm
DCellInfoLte.java94 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() method in CellInfoLte
DNetworkRegistrationInfo.java770 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() method in NetworkRegistrationInfo.Builder