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

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

Completed in 134 milliseconds