Home
last modified time | relevance | path

Searched refs:notifyServiceStateForPhoneId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl41 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state); in notifyServiceStateForPhoneId() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java198 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() method in TelephonyRegistryMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java88 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss); in notifyServiceState()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java756 public void notifyServiceStateForPhoneId(int phoneId, int subId, ServiceState state) { in notifyServiceStateForPhoneId() method in TelephonyRegistry