Home
last modified time | relevance | path

Searched defs: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()
DDefaultPhoneNotifier.java230 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed()
232 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
DPhoneNotifier.java118 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
DRadioIndication.java1131 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed()
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl72 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed()
DITelephonyRegistry.aidl93 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1296 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed()
1611 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed()
DTelephonyCallback.java1251 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed()
1685 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed()
DTelephonyRegistryManager.java776 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2474 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed()