Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfoNr.java90 public void setCellIdentity(CellIdentityNr cid) { in setCellIdentity() method in CellInfoNr
H A DCellInfoCdma.java109 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() method in CellInfoCdma
H A DCellInfoGsm.java102 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() method in CellInfoGsm
H A DCellInfoTdscdma.java105 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity() method in CellInfoTdscdma
H A DCellInfoWcdma.java100 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() method in CellInfoWcdma
H A DCellInfoLte.java114 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() method in CellInfoLte
H A DNetworkRegistrationInfo.java915 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() method in NetworkRegistrationInfo.Builder