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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1517 void unregisterForDisplayInfo(Handler h) ; method in interface:Phone
H A DPhoneBase.java1006 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneBase
1007 mCM.unregisterForDisplayInfo(h);
H A DPhoneProxy.java899 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneProxy
900 mActivePhone.unregisterForDisplayInfo(h);
H A DBaseCommands.java418 public void unregisterForDisplayInfo(Handler h) { method in class:BaseCommands
H A DCommandsInterface.java395 void unregisterForDisplayInfo(Handler h); method in interface:CommandsInterface
H A DCallManager.java470 phone.unregisterForDisplayInfo(mHandler);
1395 public void unregisterForDisplayInfo(Handler h) { method in class:CallManager

Completed in 61 milliseconds