Searched refs:getNightDisplayAutoModeRaw (Results 1 – 4 of 4) sorted by relevance
246 public int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayManager247 return mManager.getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw()664 int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayManager.ColorDisplayManagerInternal666 return mCdm.getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw()
39 int getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw() method
119 && mManager.getNightDisplayAutoModeRaw() == -1) { in handleClick()218 .addTaggedData(FIELD_QS_MODE, mManager.getNightDisplayAutoModeRaw()); in populate()
1867 public int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayService.BinderService