Searched refs:setNightModeCustomType (Results 1 – 5 of 5) sorted by relevance
296 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 …]
84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType() method
763 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManager766 sGlobals.mService.setNightModeCustomType(nightModeCustomType); in setNightModeCustomType()
897 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManagerService.Stub2222 mInterface.setNightModeCustomType(customType); in handleNightMode()
1188 …mission(android.Manifest.permission.MODIFY_DAY_NIGHT_MODE) public void setNightModeCustomType(int);