Home
last modified time | relevance | path

Searched refs:chosenPlmn (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRegistrationFailedEvent.java31 public final String chosenPlmn; field in RegistrationFailedEvent
44 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in RegistrationFailedEvent() argument
46 this.chosenPlmn = chosenPlmn; in RegistrationFailedEvent()
58 .append(chosenPlmn) in toString()
DPhoneNotifier.java112 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
DDefaultPhoneNotifier.java247 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument
249 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DRadioIndication.java1008 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() argument
1014 || TextUtils.isEmpty(chosenPlmn) in registrationFailed()
1032 new RegistrationFailedEvent(ci, chosenPlmn, domain, in registrationFailed()
DGsmCdmaPhone.java2913 mNotifier.notifyRegistrationFailed(this, rfe.cellIdentity, rfe.chosenPlmn, in handleMessage()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl69 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed() argument
DITelephonyRegistry.aidl104 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1097 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument
1399 @NonNull String chosenPlmn, int domain, in onRegistrationFailed() argument
1406 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
DTelephonyRegistryManager.java758 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed() argument
762 chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2265 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument
2285 chosenPlmn, domain, causeCode, in notifyRegistrationFailed()