Home
last modified time | relevance | path

Searched refs:notifyRegistrationFailed (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java128 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method
DDefaultPhoneNotifier.java265 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method in DefaultPhoneNotifier
267 mTelephonyRegistryMgr.notifyRegistrationFailed(sender.getPhoneId(), sender.getSubId(), in notifyRegistrationFailed()
DGsmCdmaPhone.java3493 mNotifier.notifyRegistrationFailed(this, rfe.cellIdentity, rfe.chosenPlmn, in handleMessage()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl98 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java956 public void notifyRegistrationFailed(int slotIndex, int subId, in notifyRegistrationFailed() method in TelephonyRegistryManager
960 sRegistry.notifyRegistrationFailed(slotIndex, subId, cellIdentity, in notifyRegistrationFailed()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java1082 mTelephonyRegistry.notifyRegistrationFailed( in checkRegistrationFailedEventWithLocationPermission()
1100 mTelephonyRegistry.notifyRegistrationFailed( in checkRegistrationFailedEventWithLocationPermission()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2846 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method in TelephonyRegistry