Searched defs:chosenPlmn (Results 1 – 9 of 9) sorted by relevance
/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()
|
D | DefaultPhoneNotifier.java | 265 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() 267 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
|
D | PhoneNotifier.java | 112 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
|
D | RadioIndication.java | 1009 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 69 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed()
|
D | ITelephonyRegistry.aidl | 105 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1080 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() 1382 @NonNull String chosenPlmn, @NetworkRegistrationInfo.Domain int domain, in onRegistrationFailed()
|
D | TelephonyRegistryManager.java | 666 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2259 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed()
|