Home
last modified time | relevance | path

Searched defs:cellIdentity (Results 1 – 25 of 272) sorted by relevance

1234567891011

/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DCellIdentityTest.java51 CellIdentity cellIdentity = new CellIdentityCdma(nid, sid, bid, lon, lat, null, null); in testCellIdentityCdma_asCellLocation() local
66 CellIdentity cellIdentity = new CellIdentityCdma(); in testCellIdentityCdma_unavailable_asCellLocation() local
82 CellIdentity cellIdentity = in testCellIdentityGsm_asCellLocation() local
95 CellIdentity cellIdentity = new CellIdentityGsm(); in testCellIdentityGsm_unavailable_asCellLocation() local
109 CellIdentity cellIdentity = new CellIdentityLte(123, 456, ci, 7, tac); in testCellIdentityLte_asCellLocation() local
122 CellIdentity cellIdentity = new CellIdentityLte(); in testCellIdentityLte_unavailable_asCellLocation() local
137 CellIdentity cellIdentity = in testCellIdentityNr_asCellLocation() local
154 CellIdentity cellIdentity = in testCellIdentityTdscdma_asCellLocation() local
167 CellIdentity cellIdentity = new CellIdentityTdscdma(); in testCellIdentityTdscdma_unavailable_asCellLocation() local
182 CellIdentity cellIdentity = in testCellIdentityWcdma_asCellLocation() local
[all …]
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DCellIdentityLteBuilderTest.java34 CellIdentityLte cellIdentity = CellIdentityLteBuilder.newBuilder().build(); in build_noArguments() local
42 CellIdentityLte cellIdentity = getCellIdentityLte(); in build_sdkJtoM() local
50 CellIdentityLte cellIdentity = getCellIdentityLte(); in build_sdkNtoO() local
59 CellIdentityLte cellIdentity = getCellIdentityLte(); in build_sdkPtoQ() local
73 CellIdentityLte cellIdentity = getCellIdentityLte(); in build_fromSdkS() local
90 private void assertCellIdentityFieldsForAllSdks(CellIdentityLte cellIdentity) { in assertCellIdentityFieldsForAllSdks()
H A DCellIdentityNrBuilderTest.java38 CellIdentityNr cellIdentity = CellIdentityNrBuilder.newBuilder().build(); in build_noArguments() local
46 CellIdentityNr cellIdentity = getCellIdentityNr(); in build_sdkQtoR() local
54 CellIdentityNr cellIdentity = getCellIdentityNr(); in build_fromSdkS() local
65 private void assertCellIdentityFieldsForAllSdks(CellIdentityNr cellIdentity) { in assertCellIdentityFieldsForAllSdks()
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DCellInfoUtilTest.kt42 val cellIdentity = CellIdentityGsm( in getNetworkTitle_alphaShort() constant
61 val cellIdentity = CellIdentityGsm( in getNetworkTitle_operatorNumeric() constant
80 val cellIdentity = CellIdentityGsm( in getNetworkTitle_null() constant
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DCellInfoLteBuilder.java23 private CellIdentityLte cellIdentity; field in CellInfoLteBuilder
47 public CellInfoLteBuilder setCellIdentity(CellIdentityLte cellIdentity) { in setCellIdentity()
110 CellIdentityLte cellIdentity, in newCellInfoLte()
115 void setCellIdentity(CellIdentityLte cellIdentity); in setCellIdentity()
H A DCellInfoNrBuilder.java22 private CellIdentityNr cellIdentity; field in CellInfoNrBuilder
46 public CellInfoNrBuilder setCellIdentity(CellIdentityNr cellIdentity) { in setCellIdentity()
90 CellIdentityNr cellIdentity, in newCellInfoNr()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java997 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local
2219 CellIdentityGsm cellIdentity = in testCSEmergencyRegistrationState() local
2248 CellIdentityGsm cellIdentity = in testPSEmergencyRegistrationState() local
2279 CellIdentityGsm cellIdentity = in testRatRatchet() local
2298 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local
2556 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local
2594 CellIdentityLte cellIdentity = in changeRegStateWithIwlanOperatorNumeric() local
2956 CellIdentityLte cellIdentity = in testLastKnownCellIdentity() local
3484 CellIdentityLte cellIdentity = in testOnChangingPreferredOnIwlan() local
3508 CellIdentityGsm cellIdentity = in testRegisterToSatellite() local
DRILTest.java1571 android.hardware.radio.V1_2.CellIdentityLte cellIdentity = in getCellIdentityLte_1_2() local
1653 android.hardware.radio.V1_5.CellIdentityLte cellIdentity = in getCellIdentityLte_1_5() local
1748 android.hardware.radio.V1_2.CellIdentityGsm cellIdentity = in getCellIdentityGsm_1_2() local
1797 android.hardware.radio.V1_5.CellIdentityGsm cellIdentity = in getCellInfoGsm_1_5() local
1874 android.hardware.radio.V1_2.CellIdentityWcdma cellIdentity = in getCellIdentityWcdma_1_2() local
1928 android.hardware.radio.V1_5.CellIdentityWcdma cellIdentity = in getCellInfoWcdma_1_5() local
2009 android.hardware.radio.V1_2.CellIdentityTdscdma cellIdentity = in getCellIdentityTdscdma_1_2() local
2060 android.hardware.radio.V1_5.CellIdentityTdscdma cellIdentity = in getCellInfoTdscdma_1_5() local
2143 android.hardware.radio.V1_2.CellIdentityCdma cellIdentity = in getCellInfoCdma_1_2() local
DTelephonyRegistryTest.java305 public void onRegistrationFailed(@android.annotation.NonNull CellIdentity cellIdentity, in onRegistrationFailed()
1184 CellIdentity cellIdentity = in checkRegistrationFailedEventWithLocationPermission() local
1465 CellIdentity cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, null, null, null, null, in testNotifyCellLocationForSubscriberByUserSwitched() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java302 CellIdentity cellIdentity = in createRegistrationStateFromVoiceRegState() local
351 CellIdentity cellIdentity = in createRegistrationStateFromDataRegState() local
379 final CellIdentity cellIdentity = in getNetworkRegistrationInfo() local
454 final CellIdentity cellIdentity = in getNetworkRegistrationInfoAidl() local
560 final CellIdentity cellIdentity = in getNetworkRegistrationInfo1_6() local
DRegistrationFailedEvent.java28 public final CellIdentity cellIdentity; field in RegistrationFailedEvent
43 public RegistrationFailedEvent(@NonNull CellIdentity cellIdentity, in RegistrationFailedEvent()
DDefaultPhoneNotifier.java154 public void notifyCellLocation(Phone sender, CellIdentity cellIdentity) { in notifyCellLocation()
265 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
268 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DNetworkIndication.java81 android.hardware.radio.network.CellIdentity cellIdentity, in barringInfoChanged()
321 android.hardware.radio.network.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
DPhoneNotifier.java73 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation()
132 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.network-V4-java-source/gen/android/hardware/radio/network/
DIRadioNetworkIndication.java45 …erride public void barringInfoChanged(int type, android.hardware.radio.network.CellIdentity cellId… in barringInfoChanged()
165 …erride public void registrationFailed(int type, android.hardware.radio.network.CellIdentity cellId… in registrationFailed()
605 …erride public void barringInfoChanged(int type, android.hardware.radio.network.CellIdentity cellId… in barringInfoChanged()
856 …erride public void registrationFailed(int type, android.hardware.radio.network.CellIdentity cellId… in registrationFailed()
1180 …public void barringInfoChanged(int type, android.hardware.radio.network.CellIdentity cellIdentity,… in barringInfoChanged()
1281 …public void registrationFailed(int type, android.hardware.radio.network.CellIdentity cellIdentity,… in registrationFailed()
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DNetworkRegistrationInfo.java307 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
340 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
357 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
1153 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity()
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
H A DIRadioNetworkIndication.aidl37 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in barringInfoChanged()
47 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in registrationFailed()
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
H A DIRadioNetworkIndication.aidl37 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in barringInfoChanged()
47 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in registrationFailed()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.network_interface/dump/android/hardware/radio/network/
DIRadioNetworkIndication.aidl38 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in barringInfoChanged()
51 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in registrationFailed()
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
H A DIRadioNetworkIndication.aidl38 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in barringInfoChanged()
48 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in registrationFailed()
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/network/
H A DIRadioNetworkIndication.aidl58 void barringInfoChanged(in RadioIndicationType type, in CellIdentity cellIdentity, in barringInfoChanged()
171 void registrationFailed(in RadioIndicationType type, in CellIdentity cellIdentity, in registrationFailed()
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
H A DIRadioNetworkIndication.aidl38 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in barringInfoChanged()
51 …droid.hardware.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cell… in registrationFailed()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkSelectRepository.kt72 val cellIdentity = it.cellIdentity in getNetworkRegistrationInfo() constant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/1.5/android.hardware.radio-V1.5-java_gen_java/gen/srcs/android/hardware/radio/V1_5/
DIRadioIndication.java123 …void registrationFailed(int type, android.hardware.radio.V1_5.CellIdentity cellIdentity, String ch… in registrationFailed()
139 …void barringInfoChanged(int type, android.hardware.radio.V1_5.CellIdentity cellIdentity, java.util… in barringInfoChanged()
1337 …public void registrationFailed(int type, android.hardware.radio.V1_5.CellIdentity cellIdentity, St… in registrationFailed()
1358 …public void barringInfoChanged(int type, android.hardware.radio.V1_5.CellIdentity cellIdentity, ja… in barringInfoChanged()
2318 …android.hardware.radio.V1_5.CellIdentity cellIdentity = new android.hardware.radio.V1_5.CellIdenti… in onTransact() local
2333 …android.hardware.radio.V1_5.CellIdentity cellIdentity = new android.hardware.radio.V1_5.CellIdenti… in onTransact() local
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
H A DRadioIndication-network.cpp41 const V1_5::CellIdentity& cellIdentity, in barringInfoChanged()
207 V1_0::RadioIndicationType type, const V1_5::CellIdentity& cellIdentity, in registrationFailed()

1234567891011