Searched refs:setNightModeCustomType (Results 1 – 5 of 5) sorted by relevance
298 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivated_true_withCustomModeBedtime_shouldOverrideNightModeCorrectly()309 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivated_false_withCustomModeBedtime_shouldOverrideNightModeCorrectly()345 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeCustomType_bedtime_shouldNotActivateNightMode()355 () -> mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME)); in setNightModeCustomType_noPermission_shouldThrow()361 () -> mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_UNKNOWN)); in setNightModeCustomType_customTypeUnknown_shouldThrow()372 mService.setNightModeCustomType(maxSupportedCustomType + 1); in setNightModeCustomType_customTypeUnsupported_shouldThrow()382 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeCustomType_bedtime_shouldHaveNoScreenOffRegistered()417 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOnAndBedtime_shouldActivate()427 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOffAndBedtime_shouldDeactivate()437 mService.setNightModeCustomType(MODE_NIGHT_CUSTOM_TYPE_BEDTIME); in setNightModeActivatedForCustomMode_customTypeBedtime_withParamOnAndSchedule_shouldNotActivate()[all …]
84 void setNightModeCustomType(int nightModeCustomType); in setNightModeCustomType() method
901 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManager904 sGlobals.mService.setNightModeCustomType(nightModeCustomType); in setNightModeCustomType()
955 public void setNightModeCustomType(@NightModeCustomType int nightModeCustomType) { in setNightModeCustomType() method in UiModeManagerService.Stub2348 mInterface.setNightModeCustomType(customType); in handleNightMode()
1230 …mission(android.Manifest.permission.MODIFY_DAY_NIGHT_MODE) public void setNightModeCustomType(int);