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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java861 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneBase
862 mCM.registerForDisplayInfo(h, what, obj);
H A DPhoneProxy.java783 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
784 mActivePhone.registerForDisplayInfo(h,what,obj);
H A DPhone.java1567 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:Phone
H A DBaseCommands.java484 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java438 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:CommandsInterface

Completed in 81 milliseconds