Home
last modified time | relevance | path

Searched refs:setNightModeCustomType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java296 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivated_true_withCustomModeBedtime_shouldOverrideNightModeCorrectly()
307 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivated_false_withCustomModeBedtime_shouldOverrideNightModeCorrectly()
343 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeCustomType_bedtime_shouldNotActivateNightMode()
353 () -> mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME)); in setNightModeCustomType_noPermission_shouldThrow()
359 () -> mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_UNKNOWN)); in setNightModeCustomType_customTypeUnknown_shouldThrow()
370 mService.setNightModeCustomType(maxSupportedCustomType + 1); in setNightModeCustomType_customTypeUnsupported_shouldThrow()
380 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeCustomType_bedtime_shouldHaveNoScreenOffRegistered()
415 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOnAndBedtime_shouldActivate()
425 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOffAndBedtime_shouldDeactivate()
435 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOnAndSchedule_shouldNotActivate()
[all …]
/frameworks/base/core/java/android/app/
DIUiModeManager.aidl84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType() method
DUiModeManager.java763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManager
766 sGlobals.mService.setNightModeCustomType(nightModeCustomType); in setNightModeCustomType()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManagerService.Stub
2222 mInterface.setNightModeCustomType(customType); in handleNightMode()
/frameworks/base/core/api/
Dsystem-current.txt1188 …mission(android.Manifest.permission.MODIFY_DAY_NIGHT_MODE) public void setNightModeCustomType(int);