/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RegistrationFailedEvent.java | 28 public final CellIdentity cellIdentity; field in RegistrationFailedEvent 43 public RegistrationFailedEvent(@NonNull CellIdentity cellIdentity, in RegistrationFailedEvent()
|
H A D | CellularNetworkService.java | 248 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local 268 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local 289 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState() local 382 final CellIdentity cellIdentity = CellIdentity.create(regResult.cellIdentity); in getNetworkRegistrationInfo() local 462 final CellIdentity cellIdentity = CellIdentity.create(regResult.cellIdentity); in getNetworkRegistrationInfo1_6() local
|
H A D | DefaultPhoneNotifier.java | 137 public void notifyCellLocation(Phone sender, CellIdentity cellIdentity) { in notifyCellLocation() 229 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() 232 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
|
H A D | PhoneNotifier.java | 64 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation() 117 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
H A D | ServiceStateTracker.java | 1398 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local 2337 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local 2589 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity() 2674 List<PhysicalChannelConfig> pccs, CellIdentity cellIdentity) { in getPrimaryPhysicalChannelConfigForCell() 5298 CellIdentity cellIdentity) { in updateServiceStateArfcnRsrpBoost() 6117 private void updateOperatorNameForCellIdentity(CellIdentity cellIdentity) { in updateOperatorNameForCellIdentity()
|
H A D | RadioIndication.java | 1131 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() 1166 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
|
H A D | GsmCdmaPhone.java | 875 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
|
H A D | RadioResponse.java | 3119 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | NetworkRegistrationInfo.java | 251 @Nullable CellIdentity cellIdentity, @Nullable String rplmn) { in NetworkRegistrationInfo() 275 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() 293 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo() 915 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity()
|
H A D | CellIdentity.java | 364 public static CellIdentity create(android.hardware.radio.V1_0.CellIdentity cellIdentity) { in create() 404 public static CellIdentity create(android.hardware.radio.V1_2.CellIdentity cellIdentity) { in create()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | CellInfoUtil.java | 52 public static CellInfo wrapCellInfoWithCellIdentity(CellIdentity cellIdentity) { in wrapCellInfoWithCellIdentity()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ServiceStateTrackerTest.java | 986 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local 2150 CellIdentityGsm cellIdentity = in testCSEmergencyRegistrationState() local 2179 CellIdentityGsm cellIdentity = in testPSEmergencyRegistrationState() local 2210 CellIdentityGsm cellIdentity = in testRatRatchet() local 2229 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local 2412 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local
|
H A D | RILTest.java | 2011 CellIdentityLte cellIdentity = new CellIdentityLte(halCellIdentity); in testCellIdentityLte_1_5_CsgInfo() local 2027 CellIdentityLte cellIdentity = new CellIdentityLte(halCellIdentity); in testCellIdentityLte_1_5_MultiPlmn() local 2057 CellIdentityWcdma cellIdentity = new CellIdentityWcdma(halCellIdentity); in testCellIdentityWcdma_1_5_CsgInfo() local 2073 CellIdentityWcdma cellIdentity = new CellIdentityWcdma(halCellIdentity); in testCellIdentityWcdma_1_5_MultiPlmn() local 2103 CellIdentityTdscdma cellIdentity = new CellIdentityTdscdma(halCellIdentity); in testCellIdentityTdscdma_1_5_CsgInfo() local 2119 CellIdentityTdscdma cellIdentity = new CellIdentityTdscdma(halCellIdentity); in testCellIdentityTdscdma_1_5_MultiPlmn() local
|
H A D | TelephonyRegistryTest.java | 1018 CellIdentity cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, null, null, null, null, in testNotifyCellLocationForSubscriberByUserSwitched() local
|
/aosp12/frameworks/base/core/java/android/telephony/ |
H A D | PhoneStateListener.java | 1296 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() 1374 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() 1610 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
|
H A D | TelephonyCallback.java | 1251 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() 1438 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() 1684 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
|
H A D | TelephonyRegistryManager.java | 776 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/ |
H A D | NetworkSelectSettings.java | 468 final CellIdentity cellIdentity = regInfo.getCellIdentity(); in forceUpdateConnectedPreferenceCategory() local
|
/aosp12/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | IPhoneStateListener.aidl | 71 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
|
H A D | ITelephonyRegistry.aidl | 92 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | LinkBandwidthEstimator.java | 923 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth() local 962 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 2108 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity) { in notifyCellLocationForSubscriber() 2112 private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, in notifyCellLocationForSubscriber() 2512 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
/aosp12/hardware/interfaces/radio/1.5/vts/functional/ |
H A D | radio_response.cpp | 979 Return<void> RadioResponse_v1_5::getBarringInfoResponse( in getBarringInfoResponse()
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3500 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() 3620 void fillCellIdentityFromVoiceRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromVoiceRegStateResponseString() 3703 void fillCellIdentityFromDataRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromDataRegStateResponseString()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1605 RIL_CellIdentity_v16 cellIdentity; // current cell information member 1628 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
|