Update TIME_TICK removal warning

When kernel sends a time change event, we reset the TIME_TICK alarm to
go at the next minute change. This requires removing and rescheduling
the TIME_TICK alarm and results in spurious warning notifications from
the AlarmStore.

Moving the warning to removal history code, which automatically skips
code paths not relevant for this warning. These are:
- calling app is instant
- rescheduling
- user removed

The warning is in place to detect erroneous removal of TIME_TICK.

Flag: EXEMPT bugfix
Test: Manual. Change the time and look at logcat.

Bug: 356549385
Change-Id: I96b52ba509994a7bef4488fb474aa7ed93b4d141
2 files changed