Searched refs:registerForInCallVoicePrivacyOff (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java356 public void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj){ method in class:PhoneBase
357 mCM.registerForInCallVoicePrivacyOff(h,what,obj);
H A DPhoneProxy.java314 public void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj){ method in class:PhoneProxy
315 mActivePhone.registerForInCallVoicePrivacyOff(h,what,obj);
H A DPhone.java580 void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj); method in interface:Phone
H A DBaseCommands.java467 public void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java234 void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj); method in interface:CommandsInterface

Completed in 19 milliseconds