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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java540 void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java468 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:PhoneBase
469 mCi.registerForInCallVoicePrivacyOn(h,what,obj);
H A DPhoneProxy.java488 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:PhoneProxy
489 mActivePhone.registerForInCallVoicePrivacyOn(h,what,obj);
H A DBaseCommands.java446 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java189 void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DCallManager.java446 phone.registerForInCallVoicePrivacyOn(mHandler, EVENT_IN_CALL_VOICE_PRIVACY_ON, null);
1319 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){ method in class:CallManager

Completed in 101 milliseconds