/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | CellularNetworkValidatorTest.java | 176 .setCellIdentity(mCellIdentityLte1) in testSkipRecentlyValidatedNetwork() 199 .setCellIdentity(mCellIdentityLte1) in testDoNotSkipIfValidationFailed() 221 .setCellIdentity(mCellIdentityLte1) in testDoNotSkipIfCacheExpires() 247 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleSub() 289 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleSub() 302 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleNetworks() 318 .setCellIdentity(mCellIdentityLte2) in testNetworkCachingOfMultipleNetworks() 334 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOverflow()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | NetworkScanResultTest.java | 51 gsm.setCellIdentity(cig); in testParcel() 62 lte.setCellIdentity(cil); in testParcel()
|
D | NetworkRegistrationInfoTest.java | 57 .setCellIdentity(new CellIdentityLte()) in testParcel() 97 .setCellIdentity(new CellIdentityLte()) in testSetRoamingType()
|
D | LocaleTrackerTest.java | 90 mCellInfo.setCellIdentity(new CellIdentityGsm( in setUp()
|
D | ServiceStateTest.java | 420 .setCellIdentity(new CellIdentityLte()) in testCreateLocationInfoSanitizedCopy()
|
D | ServiceStateTrackerTest.java | 805 tmp.setCellIdentity(new CellIdentityGsm(0, 1, 900, 5, "001", "01", "test", "tst", in getCellInfoGsm() 948 .setCellIdentity(cellIdentityGsm) in testGsmCellLocation() 973 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation() 3263 .setCellIdentity(ci) in makeNetworkRegistrationInfo()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoNr.java | 74 public void setCellIdentity(CellIdentityNr cid) { in setCellIdentity() method in CellInfoNr
|
D | CellInfoTdscdma.java | 74 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity() method in CellInfoTdscdma
|
D | CellInfoWcdma.java | 68 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() method in CellInfoWcdma
|
D | CellInfoGsm.java | 70 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() method in CellInfoGsm
|
D | CellInfoCdma.java | 72 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() method in CellInfoCdma
|
D | CellInfoLte.java | 79 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() method in CellInfoLte
|
D | NetworkRegistrationInfo.java | 1153 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() method in NetworkRegistrationInfo.Builder
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 536 .setCellIdentity(cellIdentity) in getNetworkRegistrationInfoAidl()
|
/frameworks/base/core/api/ |
D | system-current.txt | 14729 …method @NonNull public android.telephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 52445 Landroid/telephony/CellInfoGsm;->setCellIdentity(Landroid/telephony/CellIdentityGsm;)V 52464 Landroid/telephony/CellInfoWcdma;->setCellIdentity(Landroid/telephony/CellIdentityWcdma;)V
|