Home
last modified time | relevance | path

Searched defs:notifyCallState (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl55 void notifyCallState(in int phoneId, in int subId, int state, String incomingNumber); in notifyCallState() method
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1628 public void notifyCallState(int phoneId, int subId, int state, String incomingNumber) { in notifyCallState() method in TelephonyRegistry