Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRegistrationFailedEvent.java28 public final CellIdentity cellIdentity; field in RegistrationFailedEvent
43 public RegistrationFailedEvent(@NonNull CellIdentity cellIdentity, in RegistrationFailedEvent()
DCellularNetworkService.java248 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
DDefaultPhoneNotifier.java137 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
DPhoneNotifier.java64 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation()
117 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
DServiceStateTracker.java1392 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local
2331 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local
2583 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()
2668 List<PhysicalChannelConfig> pccs, CellIdentity cellIdentity) { in getPrimaryPhysicalChannelConfigForCell()
5272 CellIdentity cellIdentity) { in updateServiceStateArfcnRsrpBoost()
6091 private void updateOperatorNameForCellIdentity(CellIdentity cellIdentity) { in updateOperatorNameForCellIdentity()
DRadioIndication.java1131 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
1166 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
DRadioResponse.java3119 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
DGsmCdmaPhone.java874 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java251 @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()
DCellIdentity.java364 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()
DTelephonyManager.java2358 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java982 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local
2123 CellIdentityGsm cellIdentity = in testCSEmergencyRegistrationState() local
2152 CellIdentityGsm cellIdentity = in testPSEmergencyRegistrationState() local
2183 CellIdentityGsm cellIdentity = in testRatRatchet() local
2202 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local
2385 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local
DRILTest.java2011 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
DTelephonyRegistryTest.java650 CellIdentity cellIdentity = new CellIdentityGsm(-1, -1, -1, -1, null, null, null, null, in testNotifyCellLocationForSubscriberByUserSwitched() local
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1296 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()
DTelephonyCallback.java1251 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()
DTelephonyRegistryManager.java776 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl71 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
DITelephonyRegistry.aidl92 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DLinkBandwidthEstimator.java921 CellIdentity cellIdentity = mPhone.getCurrentCellIdentity(); in updateDataRatCellIdentityBandwidth() local
960 private int getTac(@NonNull CellIdentity cellIdentity) { in getTac()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2069 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity) { in notifyCellLocationForSubscriber()
2073 private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, in notifyCellLocationForSubscriber()
2473 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()