Searched defs:registerForDisplayInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java559 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCallManager.java621 phone.registerForDisplayInfo(handler, EVENT_DISPLAY_INFO, null);
1695 public void registerForDisplayInfo(Handler h, int what, Object obj){ method in class:CallManager
H A DPhoneProxy.java1195 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
1196 mActivePhone.registerForDisplayInfo(h,what,obj);
H A DCommandsInterface.java456 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DPhone.java1610 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java1634 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneBase
1635 mCi.registerForDisplayInfo(h, what, obj);

Completed in 156 milliseconds