Searched refs:nightModeCustomType (Results 1 – 8 of 8) sorted by relevance
95 val nightModeCustomType = uiModeManager.nightModeCustomType in createModel() constant105 nightModeCustomType, in createModel()
135 int nightModeCustomType = mUiModeManager.getNightModeCustomType(); in handleUpdateState() local136 if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in handleUpdateState()149 } else if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in handleUpdateState()
31 val nightModeCustomType: Int, constant in com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
63 if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in map()82 nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME in map()
84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType() argument
763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() argument766 sGlobals.mService.setNightModeCustomType(nightModeCustomType); in setNightModeCustomType()999 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode() argument1004 nightModeCustomType, active); in setNightModeActivatedForCustomMode()
109 verify(uiModeManager).nightModeCustomType in <lambda>()
897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() argument899 setNightModeInternal(MODE_NIGHT_CUSTOM, nightModeCustomType); in setNightModeCustomType()