/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RegistrationFailedEvent.java | 31 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()
|
D | PhoneNotifier.java | 118 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
|
D | DefaultPhoneNotifier.java | 230 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument 232 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
|
D | RadioIndication.java | 1131 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() argument 1137 || TextUtils.isEmpty(chosenPlmn) in registrationFailed() 1153 new RegistrationFailedEvent(ci, chosenPlmn, domain, in registrationFailed()
|
D | GsmCdmaPhone.java | 3085 mNotifier.notifyRegistrationFailed(this, rfe.cellIdentity, rfe.chosenPlmn, in handleMessage()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 72 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed() argument
|
D | ITelephonyRegistry.aidl | 93 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1296 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 1611 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed() argument 1617 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
D | TelephonyCallback.java | 1251 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 1685 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed() argument 1692 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
D | TelephonyRegistryManager.java | 776 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed() argument 780 chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2474 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument 2494 chosenPlmn, domain, causeCode, in notifyRegistrationFailed()
|