Home
last modified time | relevance | path

Searched defs:chosenPlmn (Results 1 – 9 of 9) 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()
DDefaultPhoneNotifier.java265 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed()
267 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DPhoneNotifier.java112 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
DRadioIndication.java1009 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl69 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed()
DITelephonyRegistry.aidl105 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1080 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed()
1382 @NonNull String chosenPlmn, @NetworkRegistrationInfo.Domain int domain, in onRegistrationFailed()
DTelephonyRegistryManager.java666 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2259 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed()