Searched refs:notifyCallbackModeStopped (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | ITelephonyRegistry.aidl | 122 void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason); in notifyCallbackModeStopped() method
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | TelephonyRegistryManager.java | 1574 public void notifyCallbackModeStopped(int phoneId, int subId, in notifyCallbackModeStopped() method in TelephonyRegistryManager 1579 sRegistry.notifyCallbackModeStopped(phoneId, subId, type, reason); in notifyCallbackModeStopped()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 3358 public void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason) { in notifyCallbackModeStopped() method in TelephonyRegistry
|