/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RegistrationFailedEvent.java | 28 public final CellIdentity cellIdentity; field in RegistrationFailedEvent 43 public RegistrationFailedEvent(@NonNull CellIdentity cellIdentity, in RegistrationFailedEvent()
|
D | CellularNetworkService.java | 302 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
|
D | NetworkIndication.java | 81 android.hardware.radio.network.CellIdentity cellIdentity, in barringInfoChanged() 321 android.hardware.radio.network.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
|
D | DefaultPhoneNotifier.java | 154 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
|
D | PhoneNotifier.java | 69 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation() 128 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
D | RadioIndication.java | 1094 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() 1126 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
|
D | NetworkResponse.java | 100 android.hardware.radio.network.CellIdentity cellIdentity, in getBarringInfoResponse()
|
D | ServiceStateTracker.java | 1358 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local 2259 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local 2512 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity() 2597 List<PhysicalChannelConfig> pccs, CellIdentity cellIdentity) { in getPrimaryPhysicalChannelConfigForCell() 5709 private void updateOperatorNameForCellIdentity(CellIdentity cellIdentity) { in updateOperatorNameForCellIdentity()
|
D | SignalStrengthController.java | 1067 @Nullable CellIdentity cellIdentity) { in updateServiceStateArfcnRsrpBoost()
|
D | RadioResponse.java | 2702 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
|
D | GsmCdmaPhone.java | 972 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTrackerTest.java | 988 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local 2208 CellIdentityGsm cellIdentity = in testCSEmergencyRegistrationState() local 2237 CellIdentityGsm cellIdentity = in testPSEmergencyRegistrationState() local 2268 CellIdentityGsm cellIdentity = in testRatRatchet() local 2287 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local 2545 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local 2583 CellIdentityLte cellIdentity = in changeRegStateWithIwlanOperatorNumeric() local 2945 CellIdentityLte cellIdentity = in testLastKnownCellIdentity() local 3409 CellIdentityLte cellIdentity = in testOnChangingPreferredOnIwlan() local 3433 CellIdentityGsm cellIdentity = in testRegisterToSatellite() local
|
D | RILTest.java | 1569 android.hardware.radio.V1_2.CellIdentityLte cellIdentity = in getCellIdentityLte_1_2() local 1651 android.hardware.radio.V1_5.CellIdentityLte cellIdentity = in getCellIdentityLte_1_5() local 1746 android.hardware.radio.V1_2.CellIdentityGsm cellIdentity = in getCellIdentityGsm_1_2() local 1795 android.hardware.radio.V1_5.CellIdentityGsm cellIdentity = in getCellInfoGsm_1_5() local 1872 android.hardware.radio.V1_2.CellIdentityWcdma cellIdentity = in getCellIdentityWcdma_1_2() local 1926 android.hardware.radio.V1_5.CellIdentityWcdma cellIdentity = in getCellInfoWcdma_1_5() local 2007 android.hardware.radio.V1_2.CellIdentityTdscdma cellIdentity = in getCellIdentityTdscdma_1_2() local 2058 android.hardware.radio.V1_5.CellIdentityTdscdma cellIdentity = in getCellInfoTdscdma_1_5() local 2141 android.hardware.radio.V1_2.CellIdentityCdma cellIdentity = in getCellInfoCdma_1_2() local
|
D | TelephonyRegistryTest.java | 272 public void onRegistrationFailed(@android.annotation.NonNull CellIdentity cellIdentity, in onRegistrationFailed() 1073 CellIdentity cellIdentity = in checkRegistrationFailedEventWithLocationPermission() local 1354 CellIdentity cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, null, null, null, null, in testNotifyCellLocationForSubscriberByUserSwitched() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/ |
D | NtnCapabilityResolverTest.java | 155 CellIdentity cellIdentity = new CellIdentityGsm(0, 0, 0, in createNetworkRegistrationInfo() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 307 @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()
|
D | TelephonyManager.java | 2617 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1285 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() 1361 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() 1633 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
|
D | TelephonyCallback.java | 1360 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() 1766 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged() 2011 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
|
D | TelephonyRegistryManager.java | 957 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 73 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
|
D | ITelephonyRegistry.aidl | 98 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | LinkBandwidthEstimator.java | 1048 final CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth() local 1091 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2313 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity) { in notifyCellLocationForSubscriber() 2317 private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, in notifyCellLocationForSubscriber() 2846 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTracker.java | 841 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in adjustRoutingForEmergencyNumbers() local
|