Home
last modified time | relevance | path

Searched refs:notifyCallbackModeStopped (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl122 void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason); in notifyCallbackModeStopped() method
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java1574 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 DTelephonyRegistry.java3358 public void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason) { in notifyCallbackModeStopped() method in TelephonyRegistry