Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl51 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1558 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() method in TelephonyRegistry