Searched refs:autoMode (Results 1 – 3 of 3) sorted by relevance
50 final int autoMode = manager.getNightDisplayAutoMode(); in getAutoModeSummary() local51 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) { in getAutoModeSummary()59 } else if (autoMode == ColorDisplayManager.AUTO_MODE_TWILIGHT) { in getAutoModeSummary()
111 final int autoMode = mColorDisplayManager.getNightDisplayAutoMode(); in updateStateInternal() local113 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) { in updateStateInternal()
133 public void onAutoModeChanged(int autoMode) { in onAutoModeChanged() argument