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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1554 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:Phone
H A DCommandsInterface.java427 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DPhoneBase.java1519 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneBase
1520 mCi.registerForDisplayInfo(h, what, obj);
H A DPhoneProxy.java1134 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
1135 mActivePhone.registerForDisplayInfo(h,what,obj);
H A DCallManager.java537 phone.registerForDisplayInfo(handler, EVENT_DISPLAY_INFO, null);
1600 public void registerForDisplayInfo(Handler h, int what, Object obj){ method in class:CallManager
H A DBaseCommands.java530 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:BaseCommands

Completed in 73 milliseconds