Home
last modified time | relevance | path

Searched defs:cellIdentity (Results 1 – 18 of 18) 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.java239 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local
259 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local
280 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState() local
367 final CellIdentity cellIdentity = CellIdentity.create(regResult.cellIdentity); in getNetworkRegistrationInfo() local
DDefaultPhoneNotifier.java146 public void notifyCellLocation(Phone sender, CellIdentity cellIdentity) { in notifyCellLocation()
264 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
267 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DPhoneNotifier.java50 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation()
111 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
DRadioIndication.java1009 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
1046 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
DServiceStateTracker.java1121 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn()
1309 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local
2167 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local
2392 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()
5669 private void updateOperatorNameForCellIdentity(CellIdentity cellIdentity) { in updateOperatorNameForCellIdentity()
DRadioResponse.java2657 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
DGsmCdmaPhone.java844 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()
910 public @NonNull Builder setCellIdentity(@Nullable CellIdentity cellIdentity) { in setCellIdentity()
DCellIdentity.java366 public static CellIdentity create(android.hardware.radio.V1_0.CellIdentity cellIdentity) { in create()
406 public static CellIdentity create(android.hardware.radio.V1_2.CellIdentity cellIdentity) { in create()
DTelephonyManager.java2171 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1080 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed()
1151 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged()
1381 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
DTelephonyRegistryManager.java666 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1862 CellIdentityLte cellIdentity = new CellIdentityLte(halCellIdentity); in testCellIdentityLte_1_5_CsgInfo() local
1878 CellIdentityLte cellIdentity = new CellIdentityLte(halCellIdentity); in testCellIdentityLte_1_5_MultiPlmn() local
1908 CellIdentityWcdma cellIdentity = new CellIdentityWcdma(halCellIdentity); in testCellIdentityWcdma_1_5_CsgInfo() local
1924 CellIdentityWcdma cellIdentity = new CellIdentityWcdma(halCellIdentity); in testCellIdentityWcdma_1_5_MultiPlmn() local
1954 CellIdentityTdscdma cellIdentity = new CellIdentityTdscdma(halCellIdentity); in testCellIdentityTdscdma_1_5_CsgInfo() local
1970 CellIdentityTdscdma cellIdentity = new CellIdentityTdscdma(halCellIdentity); in testCellIdentityTdscdma_1_5_MultiPlmn() local
DServiceStateTrackerTest.java936 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local
1992 CellIdentityGsm cellIdentity = in testRatRatchet() local
2011 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local
2156 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl68 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
DITelephonyRegistry.aidl104 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2258 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()