Home
last modified time | relevance | path

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

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