Searched defs:unregisterForInCallVoicePrivacyOn (Results 1 - 6 of 6) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java530 public void unregisterForInCallVoicePrivacyOn(Handler h){ method in class:BaseCommands
H A DCallManager.java670 phone.unregisterForInCallVoicePrivacyOn(handler);
1618 public void unregisterForInCallVoicePrivacyOn(Handler h){ method in class:CallManager
H A DCommandsInterface.java197 void unregisterForInCallVoicePrivacyOn(Handler h); method in interface:CommandsInterface
H A DPhone.java585 void unregisterForInCallVoicePrivacyOn(Handler h); method in interface:Phone
H A DPhoneBase.java774 public void unregisterForInCallVoicePrivacyOn(Handler h){ method in class:PhoneBase
775 mCi.unregisterForInCallVoicePrivacyOn(h);
H A DPhoneProxy.java568 public void unregisterForInCallVoicePrivacyOn(Handler h){ method in class:PhoneProxy
569 mActivePhone.unregisterForInCallVoicePrivacyOn(h);

Completed in 65 milliseconds