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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1533 void unregisterForDisplayInfo(Handler h) ; method in interface:Phone
H A DPhoneBase.java1172 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneBase
1173 mCi.unregisterForDisplayInfo(h);
H A DPhoneProxy.java1081 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneProxy
1082 mActivePhone.unregisterForDisplayInfo(h);
H A DBaseCommands.java484 public void unregisterForDisplayInfo(Handler h) { method in class:BaseCommands
H A DCommandsInterface.java407 void unregisterForDisplayInfo(Handler h); method in interface:CommandsInterface
H A DCallManager.java481 phone.unregisterForDisplayInfo(mHandler);
1415 public void unregisterForDisplayInfo(Handler h) { method in class:CallManager

Completed in 145 milliseconds