Searched refs:areUserDisabledHdrTypesAllowed (Results 1 – 6 of 6) sorted by relevance
111 public void setAreUserDisabledHdrTypesAllowed(boolean areUserDisabledHdrTypesAllowed) {} in setAreUserDisabledHdrTypesAllowed() argument113 public boolean areUserDisabledHdrTypesAllowed() { in areUserDisabledHdrTypesAllowed() method in DisplayManagerGlobal
86 void setAreUserDisabledHdrTypesAllowed(boolean areUserDisabledHdrTypesAllowed); in setAreUserDisabledHdrTypesAllowed() argument89 boolean areUserDisabledHdrTypesAllowed(); in areUserDisabledHdrTypesAllowed() method
981 public void setAreUserDisabledHdrTypesAllowed(boolean areUserDisabledHdrTypesAllowed) { in setAreUserDisabledHdrTypesAllowed() argument982 mGlobal.setAreUserDisabledHdrTypesAllowed(areUserDisabledHdrTypesAllowed); in setAreUserDisabledHdrTypesAllowed()992 public boolean areUserDisabledHdrTypesAllowed() { in areUserDisabledHdrTypesAllowed() method in DisplayManager993 return mGlobal.areUserDisabledHdrTypesAllowed(); in areUserDisabledHdrTypesAllowed()
685 public void setAreUserDisabledHdrTypesAllowed(boolean areUserDisabledHdrTypesAllowed) { in setAreUserDisabledHdrTypesAllowed() argument687 mDm.setAreUserDisabledHdrTypesAllowed(areUserDisabledHdrTypesAllowed); in setAreUserDisabledHdrTypesAllowed()697 public boolean areUserDisabledHdrTypesAllowed() { in areUserDisabledHdrTypesAllowed() method in DisplayManagerGlobal699 return mDm.areUserDisabledHdrTypesAllowed(); in areUserDisabledHdrTypesAllowed()
1441 boolean areUserDisabledHdrTypesAllowed) { in setAreUserDisabledHdrTypesAllowedInternal() argument1443 if (mAreUserDisabledHdrTypesAllowed == areUserDisabledHdrTypesAllowed) { in setAreUserDisabledHdrTypesAllowedInternal()1446 mAreUserDisabledHdrTypesAllowed = areUserDisabledHdrTypesAllowed; in setAreUserDisabledHdrTypesAllowedInternal()1452 areUserDisabledHdrTypesAllowed ? 1 : 0); in setAreUserDisabledHdrTypesAllowedInternal()4085 public void setAreUserDisabledHdrTypesAllowed(boolean areUserDisabledHdrTypesAllowed) { in setAreUserDisabledHdrTypesAllowed() argument4089 setAreUserDisabledHdrTypesAllowedInternal(areUserDisabledHdrTypesAllowed); in setAreUserDisabledHdrTypesAllowed()4096 public boolean areUserDisabledHdrTypesAllowed() { in areUserDisabledHdrTypesAllowed() method in BinderService
1717 method public boolean areUserDisabledHdrTypesAllowed();