/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 | NetworkIndication.java | 321 android.hardware.radio.network.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() argument 325 if (ci == null || TextUtils.isEmpty(chosenPlmn) in registrationFailed() 334 + " (chosenPlmn is empty)=" + TextUtils.isEmpty(chosenPlmn) in registrationFailed() 343 ci, chosenPlmn, domain, causeCode, additionalCauseCode); in registrationFailed()
|
D | PhoneNotifier.java | 129 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
|
D | DefaultPhoneNotifier.java | 266 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument 268 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed() local
|
D | RadioIndication.java | 1094 android.hardware.radio.V1_5.CellIdentity cellIdentity, String chosenPlmn, in registrationFailed() argument 1100 || TextUtils.isEmpty(chosenPlmn) in registrationFailed() 1114 new AsyncResult(null, new RegistrationFailedEvent(ci, chosenPlmn, domain, in registrationFailed()
|
D | GsmCdmaPhone.java | 3493 mNotifier.notifyRegistrationFailed(this, rfe.cellIdentity, rfe.chosenPlmn, in handleMessage()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 74 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in onRegistrationFailed() argument
|
D | ITelephonyRegistry.aidl | 99 String chosenPlmn, int domain, int causeCode, int additionalCauseCode); in notifyRegistrationFailed() argument
|
/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 1285 public void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 1634 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed() argument 1640 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
D | TelephonyCallback.java | 1360 void onRegistrationFailed(@NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in onRegistrationFailed() argument 2012 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in onRegistrationFailed() argument 2019 cellIdentity, chosenPlmn, domain, causeCode, additionalCauseCode))); in onRegistrationFailed()
|
D | TelephonyRegistryManager.java | 957 @NonNull CellIdentity cellIdentity, @NonNull String chosenPlmn, in notifyRegistrationFailed() argument 961 chosenPlmn, domain, causeCode, additionalCauseCode); in notifyRegistrationFailed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2847 @NonNull String chosenPlmn, int domain, int causeCode, int additionalCauseCode) { in notifyRegistrationFailed() argument 2863 + " chosenPlmn=" + chosenPlmn + " domain=" + domain in notifyRegistrationFailed() 2879 chosenPlmn, domain, causeCode, in notifyRegistrationFailed()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 273 @android.annotation.NonNull String chosenPlmn, in onRegistrationFailed() argument
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |