Searched defs:notifyServiceState (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java60 public void notifyServiceState(Phone sender) { method in class:DefaultPhoneNotifier
67 mRegistry.notifyServiceState(ss);
H A DPhoneNotifier.java30 public void notifyServiceState(Phone sender); method in interface:PhoneNotifier
H A DPhoneStateIntentReceiver.java89 ("client must call notifyServiceState(int)");
133 public void notifyServiceState(int eventWhat) { method in class:PhoneStateIntentReceiver
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java36 public void notifyServiceState(Phone sender) { method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java348 public void notifyServiceState(ServiceState state) { method in class:TelephonyRegistry
349 if (!checkNotifyPermission("notifyServiceState()")){

Completed in 389 milliseconds