Home
last modified time | relevance | path

Searched refs:nightModeCustomType (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/interactor/
DUiModeNightTileDataInteractor.kt95 val nightModeCustomType = uiModeManager.nightModeCustomType in createModel() constant
105 nightModeCustomType, in createModel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUiModeNightTile.java135 int nightModeCustomType = mUiModeManager.getNightModeCustomType(); in handleUpdateState() local
136 if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in handleUpdateState()
149 } else if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in handleUpdateState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/model/
DUiModeNightTileModel.kt31 val nightModeCustomType: Int, constant in com.android.systemui.qs.tiles.impl.uimodenight.domain.model.UiModeNightTileModel
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileMapper.kt63 if (nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_SCHEDULE) { in map()
82 nightModeCustomType == UiModeManager.MODE_NIGHT_CUSTOM_TYPE_BEDTIME in map()
/frameworks/base/core/java/android/app/
DIUiModeManager.aidl84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType() argument
DUiModeManager.java763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() argument
766 sGlobals.mService.setNightModeCustomType(nightModeCustomType); in setNightModeCustomType()
999 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode() argument
1004 nightModeCustomType, active); in setNightModeActivatedForCustomMode()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/uimodenight/domain/
DUiModeNightTileDataInteractorTest.kt109 verify(uiModeManager).nightModeCustomType in <lambda>()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() argument
899 setNightModeInternal(MODE_NIGHT_CUSTOM, nightModeCustomType); in setNightModeCustomType()