Searched refs:unregisterForDisplayInfo (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ | ||
H A D | Phone.java | 1601 void unregisterForDisplayInfo(Handler h) ; method in interface:Phone |
H A D | PhoneBase.java | 983 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneBase 984 mCM.unregisterForDisplayInfo(h); |
H A D | PhoneProxy.java | 781 public void unregisterForDisplayInfo(Handler h) { method in class:PhoneProxy 782 mActivePhone.unregisterForDisplayInfo(h); |
H A D | CommandsInterface.java | 482 void unregisterForDisplayInfo(Handler h); method in interface:CommandsInterface |
H A D | CallManager.java | 451 phone.unregisterForDisplayInfo(mHandler); 1376 public void unregisterForDisplayInfo(Handler h) { method in class:CallManager |
H A D | BaseCommands.java | 532 public void unregisterForDisplayInfo(Handler h) { method in class:BaseCommands |
Completed in 145 milliseconds