Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellInfoNr.java74 public void setCellIdentity(CellIdentityNr cid) { in setCellIdentity() method in CellInfoNr
DCellInfoGsm.java70 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() method in CellInfoGsm
DCellInfoTdscdma.java74 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity() method in CellInfoTdscdma
DCellInfoCdma.java72 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() method in CellInfoCdma
DCellInfoWcdma.java68 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() method in CellInfoWcdma
DCellInfoLte.java79 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() method in CellInfoLte
DNetworkRegistrationInfo.java1123 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() method in NetworkRegistrationInfo.Builder