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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1509 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java1002 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneBase
1003 mCM.registerForDisplayInfo(h, what, obj);
H A DPhoneProxy.java895 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
896 mActivePhone.registerForDisplayInfo(h,what,obj);
H A DBaseCommands.java413 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java394 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DCallManager.java437 phone.registerForDisplayInfo(mHandler, EVENT_DISPLAY_INFO, null);
1385 public void registerForDisplayInfo(Handler h, int what, Object obj){ method in class:CallManager

Completed in 42 milliseconds