/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 | 239 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
|
D | DefaultPhoneNotifier.java | 146 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
|
D | PhoneNotifier.java | 50 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation() 111 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|
D | RadioIndication.java | 1009 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() 1046 android.hardware.radio.V1_5.CellIdentity cellIdentity, in barringInfoChanged()
|
D | ServiceStateTracker.java | 1121 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()
|
D | RadioResponse.java | 2657 android.hardware.radio.V1_5.CellIdentity cellIdentity, in getBarringInfoResponse()
|
D | GsmCdmaPhone.java | 844 public void notifyLocationChanged(CellIdentity cellIdentity) { in notifyLocationChanged()
|
/frameworks/base/telephony/java/android/telephony/ |
D | NetworkRegistrationInfo.java | 251 @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()
|
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 | 2171 CellIdentity cellIdentity = telephony.getCellLocation(mContext.getOpPackageName(), in getCellLocation() local
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1080 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()
|
D | TelephonyRegistryManager.java | 666 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
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
|
D | ServiceStateTrackerTest.java | 936 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/ |
D | IPhoneStateListener.aidl | 68 void onRegistrationFailed(in CellIdentity cellIdentity, in onRegistrationFailed()
|
D | ITelephonyRegistry.aidl | 104 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2258 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed()
|