Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl121 void notifyCallbackModeStarted(int phoneId, int subId, int type); in notifyCallbackModeStarted() method
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java1558 sRegistry.notifyCallbackModeStarted(phoneId, subId, type); in notifyCallBackModeStarted()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java3326 public void notifyCallbackModeStarted(int phoneId, int subId, int type) { in notifyCallbackModeStarted() method in TelephonyRegistry