Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java76 notifyServiceStateForSubId(sender, sender.getServiceState(), sender.getSubId()); in notifyServiceState()
80 public void notifyServiceStateForSubId(Phone sender, ServiceState ss, int subId) { in notifyServiceStateForSubId() method in DefaultPhoneNotifier
H A DPhoneNotifier.java57 void notifyServiceStateForSubId(Phone sender, ServiceState ss, int subId); in notifyServiceStateForSubId() method
H A DPhone.java1752 mNotifier.notifyServiceStateForSubId(this, ss, subId); in notifyServiceStateChangedPForSubId()