HomeSort by relevance Sort by last modified time
    Searched refs:unregisterForDisplayInfo (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 867 public void unregisterForDisplayInfo(Handler h) {
868 mCM.unregisterForDisplayInfo(h);
    [all...]
Phone.java     [all...]
PhoneProxy.java 795 public void unregisterForDisplayInfo(Handler h) {
796 mActivePhone.unregisterForDisplayInfo(h);
BaseCommands.java 489 public void unregisterForDisplayInfo(Handler h) {
CommandsInterface.java 439 void unregisterForDisplayInfo(Handler h);
    [all...]
CallManager.java 450 phone.unregisterForDisplayInfo(mHandler);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallNotifier.java     [all...]

Completed in 82 milliseconds