commit | e4d26ca32c75619c0b208db869873efbbcae262c | [log] [tgz] |
---|---|---|
author | Mustafa Acer <meacer@google.com> | Tue Feb 09 07:35:07 2021 +0000 |
committer | Mustafa Acer <meacer@google.com> | Mon Feb 22 09:38:22 2021 +0000 |
tree | 0db00b087ef84bdc58721559be20aaa81d807003 | |
parent | 377af2a8bc1c78942a08819079449f29c4863ed9 [diff] |
Move suggestExternalTime to TimeManager This CL moves suggestExternalTime method from TimeDetector to TimeManager. Eventual goal is to make suggestExternalTime a System API. Ideally all time related system APIs live in android.app.time hence the move. Test: atest android.app.time Change-Id: I464545e77fdf68c35c8a338bfe5ac8b7535bc3e6 Bug: 177079827