Searched refs:getNightDisplayAutoModeRaw (Results 1 – 4 of 4) sorted by relevance
249 public int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayManager250 return mManager.getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw()673 int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayManager.ColorDisplayManagerInternal675 return mCdm.getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw()
42 int getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw() method
119 && mManager.getNightDisplayAutoModeRaw() == -1) { in handleClick()218 .addTaggedData(FIELD_QS_MODE, mManager.getNightDisplayAutoModeRaw()); in populate()
1907 public int getNightDisplayAutoModeRaw() { in getNightDisplayAutoModeRaw() method in ColorDisplayService.BinderService