Home
last modified time | relevance | path

Searched defs:nightModeCustomType (Results 1 – 6 of 6) 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
/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/
DUiModeNightTile.java135 int nightModeCustomType = mUiModeManager.getNightModeCustomType(); in handleUpdateState() local
/frameworks/base/core/java/android/app/
DIUiModeManager.aidl84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType()
DUiModeManager.java763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()
999 public boolean setNightModeActivatedForCustomMode(@NightModeCustomType int nightModeCustomType, in setNightModeActivatedForCustomMode()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType()