Searched refs:notifyVoLteServiceStateChanged (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java64 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java297 public void notifyVoLteServiceStateChanged(Phone sender, VoLteServiceState lteState) { method in class:DefaultPhoneNotifier
300 mRegistry.notifyVoLteServiceStateChanged(lteState);
H A DPhone.java769 notifyVoLteServiceStateChanged(lteState);
2201 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:Phone
2202 mNotifier.notifyVoLteServiceStateChanged(this, lteState);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java279 mDefaultPhoneNotifierUT.notifyVoLteServiceStateChanged(mPhone, state);
280 verify(mTelephonyRegisteryMock).notifyVoLteServiceStateChanged(state);
283 mDefaultPhoneNotifierUT.notifyVoLteServiceStateChanged(mPhone, state);
284 verify(mTelephonyRegisteryMock).notifyVoLteServiceStateChanged(state);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl70 void notifyVoLteServiceStateChanged(in VoLteServiceState lteState);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java314 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:TelephonyRegistryMock
H A DPhoneMock.java589 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:PhoneMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1411 public void notifyVoLteServiceStateChanged(VoLteServiceState lteState) { method in class:TelephonyRegistry
1412 if (!checkNotifyPermission("notifyVoLteServiceStateChanged()")) {
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 164 milliseconds