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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java499 public void registerForResendIncallMute(Handler h, int what, Object obj) { method in class:PhoneBase
500 mCM.registerForResendIncallMute(h,what,obj);
H A DPhoneProxy.java354 public void registerForResendIncallMute(Handler h, int what, Object obj) { method in class:PhoneProxy
355 mActivePhone.registerForResendIncallMute(h,what,obj);
H A DPhone.java414 void registerForResendIncallMute(Handler h, int what, Object obj); method in interface:Phone
H A DBaseCommands.java582 public void registerForResendIncallMute(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java549 void registerForResendIncallMute(Handler h, int what, Object obj); method in interface:CommandsInterface

Completed in 76 milliseconds