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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1524 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java1168 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneBase
1169 mCi.registerForDisplayInfo(h, what, obj);
H A DPhoneProxy.java1076 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
1077 mActivePhone.registerForDisplayInfo(h,what,obj);
H A DBaseCommands.java479 public void registerForDisplayInfo(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java407 void registerForDisplayInfo(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DCallManager.java448 phone.registerForDisplayInfo(mHandler, EVENT_DISPLAY_INFO, null);
1405 public void registerForDisplayInfo(Handler h, int what, Object obj){ method in class:CallManager

Completed in 134 milliseconds