Searched defs:registerForInCallVoicePrivacyOn (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java523 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCallManager.java632 phone.registerForInCallVoicePrivacyOn(handler, EVENT_IN_CALL_VOICE_PRIVACY_ON,
1632 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:CallManager
H A DCommandsInterface.java196 void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DPhone.java611 void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java890 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:PhoneBase
891 mCi.registerForInCallVoicePrivacyOn(h, what, obj);
H A DPhoneProxy.java614 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:PhoneProxy
615 mActivePhone.registerForInCallVoicePrivacyOn(h,what,obj);

Completed in 70 milliseconds