/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CellInfoUtil.java | 55 cellInfo.setCellIdentity((CellIdentityLte) cellIdentity); in wrapCellInfoWithCellIdentity() 59 cellInfo.setCellIdentity((CellIdentityCdma) cellIdentity); in wrapCellInfoWithCellIdentity() 63 cellInfo.setCellIdentity((CellIdentityWcdma) cellIdentity); in wrapCellInfoWithCellIdentity() 67 cellInfo.setCellIdentity((CellIdentityGsm) cellIdentity); in wrapCellInfoWithCellIdentity() 157 ci.setCellIdentity(cig); in convertOperatorInfoToCellInfo()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellularNetworkValidatorTest.java | 168 .setCellIdentity(mCellIdentityLte1) in testSkipRecentlyValidatedNetwork() 191 .setCellIdentity(mCellIdentityLte1) in testDoNotSkipIfValidationFailed() 213 .setCellIdentity(mCellIdentityLte1) in testDoNotSkipIfCacheExpires() 239 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleSub() 281 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleSub() 294 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOfMultipleNetworks() 310 .setCellIdentity(mCellIdentityLte2) in testNetworkCachingOfMultipleNetworks() 326 .setCellIdentity(mCellIdentityLte1) in testNetworkCachingOverflow()
|
H A D | NetworkScanResultTest.java | 51 gsm.setCellIdentity(cig); in testParcel() 62 lte.setCellIdentity(cil); in testParcel()
|
H A D | NetworkRegistrationInfoTest.java | 45 .setCellIdentity(new CellIdentityLte()) in testParcel()
|
H A D | RILTest.java | 1553 expected.setCellIdentity(ci); in testConvertHalCellInfoListForGSM() 1594 expected.setCellIdentity(ci); in testConvertHalCellInfoListForWcdma() 1645 expected.setCellIdentity(ci); in testConvertHalCellInfoListForTdscdma() 1687 expected.setCellIdentity(ci); in testConvertHalCellInfoListForCdma() 1775 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForGSM() 1797 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() 1821 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() 1843 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForWcdma() 1865 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo() 1887 expected.setCellIdentity(ci); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc() [all …]
|
H A D | LocaleTrackerTest.java | 80 mCellInfo.setCellIdentity(new CellIdentityGsm( in setUp()
|
H A D | ServiceStateTrackerTest.java | 570 tmp.setCellIdentity(new CellIdentityGsm(0, 1, 900, 5, "001", "01", "test", "tst", in getCellInfoGsm() 946 .setCellIdentity(cellIdentityGsm) in testGsmCellLocation() 971 .setCellIdentity(cellIdentityCdma) in testCdmaCellLocation() 2969 .setCellIdentity(ci) in makeNetworkRegistrationInfo()
|
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/ |
H A D | ONSNetworkScanCtlrTest.java | 99 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScan() 116 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScanFail() 140 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartFastNetworkScanWithMultipleNetworks() 164 cellInfoLte.setCellIdentity(cellIdentityLte); in testStopNetworkScan()
|
H A D | ONSProfileSelectorTest.java | 154 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionWithNoOpportunisticSub() 217 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionSuccess() 294 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionWithDifferentPrioritySubInfo() 298 cellInfoLte_2.setCellIdentity(cellIdentityLte_2); in testStartProfileSelectionWithDifferentPrioritySubInfo() 574 cellInfoLte.setCellIdentity(cellIdentityLte); in testStartProfileSelectionSuccessWithSameArgumentsAgain()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/ |
H A D | NetworkSelectSettingsTest.java | 193 cellInfoLte.setCellIdentity(cil); in createLteCellInfo() 207 cellInfoGsm.setCellIdentity(cig); in createGsmCellInfo()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoNr.java | 90 public void setCellIdentity(CellIdentityNr cid) { in setCellIdentity() method in CellInfoNr
|
H A D | CellInfoGsm.java | 102 public void setCellIdentity(CellIdentityGsm cid) { in setCellIdentity() method in CellInfoGsm
|
H A D | CellInfoTdscdma.java | 105 public void setCellIdentity(CellIdentityTdscdma cid) { in setCellIdentity() method in CellInfoTdscdma
|
H A D | CellInfoWcdma.java | 100 public void setCellIdentity(CellIdentityWcdma cid) { in setCellIdentity() method in CellInfoWcdma
|
H A D | CellInfoCdma.java | 109 public void setCellIdentity(CellIdentityCdma cid) { in setCellIdentity() method in CellInfoCdma
|
H A D | CellInfoLte.java | 114 public void setCellIdentity(CellIdentityLte cid) { in setCellIdentity() method in CellInfoLte
|
H A D | NetworkRegistrationInfo.java | 915 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity() method in NetworkRegistrationInfo.Builder
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | CellInfoUtil.java | 131 ci.setCellIdentity(cig); in convertOperatorInfoToCellInfo()
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A D | GsmCellBroadcastHandlerTest.java | 302 .setCellIdentity(new CellIdentityLte(0, 0, fakeCid, 0, fakeTac)) in testSmsCbLocation() 442 .setCellIdentity(new CellIdentityLte(0, 0, fakeCid, 0, fakeTac)) in testGeofencingDontSendWithMockCalculator()
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
H A D | NetworkMonitorTest.java | 940 info.setCellIdentity(ci); in makeTestCellInfoGsm() 947 info.setCellIdentity(ci); in makeTestCellInfoLte()
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 11410 …method @NonNull public android.telephony.NetworkRegistrationInfo.Builder setCellIdentity(@Nullable…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 56411 Landroid/telephony/CellInfoGsm;->setCellIdentity(Landroid/telephony/CellIdentityGsm;)V 56430 Landroid/telephony/CellInfoWcdma;->setCellIdentity(Landroid/telephony/CellIdentityWcdma;)V
|