| /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 | 242 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
|
| D | DefaultPhoneNotifier.java | 142 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
|
| D | PhoneNotifier.java | 62 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation() 123 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
| D | RadioIndication.java | 1008 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() 1045 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
|
| D | ServiceStateTracker.java | 1135 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()
|
| D | GsmCdmaPhone.java | 867 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
|
| D | RadioResponse.java | 2657 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
|
| /frameworks/base/telephony/java/android/telephony/ |
| D | NetworkRegistrationInfo.java | 248 @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()
|
| D | CellIdentity.java | 366 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()
|
| D | TelephonyManager.java | 2337 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| D | ServiceStateTrackerTest.java | 940 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
|
| D | RILTest.java | 1862 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/ |
| D | PhoneStateListener.java | 1097 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()
|
| D | TelephonyRegistryManager.java | 758 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
|
| /frameworks/base/core/java/com/android/internal/telephony/ |
| D | IPhoneStateListener.aidl | 68 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
|
| D | ITelephonyRegistry.aidl | 103 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | TelephonyRegistry.java | 2267 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|