Searched refs:notifyRegistrationFailed (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 111 void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method
|
D | DefaultPhoneNotifier.java | 264 public void notifyRegistrationFailed(Phone sender, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method in DefaultPhoneNotifier 266 mTelephonyRegistryMgr.notifyRegistrationFailed(sender.getPhoneId(), sender.getSubId(), in notifyRegistrationFailed()
|
D | GsmCdmaPhone.java | 2939 mNotifier.notifyRegistrationFailed(this, rfe.cellIdentity, rfe.chosenPlmn, in handleMessage()
|
/frameworks/base/core/java/android/telephony/ |
D | TelephonyRegistryManager.java | 665 public void notifyRegistrationFailed(int slotIndex, int subId, in notifyRegistrationFailed() method in TelephonyRegistryManager 669 sRegistry.notifyRegistrationFailed(slotIndex, subId, cellIdentity, in notifyRegistrationFailed()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 104 void notifyRegistrationFailed(int slotIndex, int subId, in CellIdentity cellIdentity, in notifyRegistrationFailed() method
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 2258 public void notifyRegistrationFailed(int phoneId, int subId, @NonNull CellIdentity cellIdentity, in notifyRegistrationFailed() method in TelephonyRegistry
|