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.java242 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local
265 CellIdentity cellIdentity = CellIdentity.create(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState() local
287 CellIdentity cellIdentity; in createRegistrationStateFromDataRegState() local
379 final CellIdentity cellIdentity = CellIdentity.create(regResult.cellIdentity); in getNetworkRegistrationInfo() local
DDefaultPhoneNotifier.java142 public void notifyCellLocation(Phone sender, CellIdentity cellIdentity) { in notifyCellLocation()
249 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
252 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DPhoneNotifier.java62 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation()
123 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
DRadioIndication.java1008 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
1045 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
DServiceStateTracker.java1135 private int getLteEarfcn(CellIdentity cellIdentity) { in getLteEarfcn()
1325 CellIdentity cellIdentity = ((NetworkRegistrationInfo) ar.result) in handleMessage() local
2183 CellIdentity cellIdentity = networkRegState.getCellIdentity(); in handlePollStateResultMessage() local
2412 private void setPhyCellInfoFromCellIdentity(ServiceState ss, CellIdentity cellIdentity) { in setPhyCellInfoFromCellIdentity()
5703 private void updateOperatorNameForCellIdentity(CellIdentity cellIdentity) { in updateOperatorNameForCellIdentity()
DGsmCdmaPhone.java867 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
DRadioResponse.java2657 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java248 @Nullable CellIdentity cellIdentity, @Nullable String rplmn) { in NetworkRegistrationInfo()
272 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
290 @Nullable CellIdentity cellIdentity, @Nullable String rplmn, in NetworkRegistrationInfo()
884 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.java2337 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java940 CellIdentityCdma cellIdentity = null; in testHasLocationChanged() local
2012 CellIdentityGsm cellIdentity = in testRatRatchet() local
2031 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChange() local
2055 CellIdentityGsm cellIdentity = in testRatRatchetWithCellChangeBeforeRatChange() local
2200 CellIdentityLte cellIdentity = in testRilDataTechnologyChangeTransportPreference() local
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
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1097 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed()
1168 public void onCellLocationChanged(CellIdentity cellIdentity) { in onCellLocationChanged()
1398 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, in onRegistrationFailed()
DTelephonyRegistryManager.java758 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl68 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
DITelephonyRegistry.aidl103 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2267 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()