am 054f2656: Merge "Mark TimeUnit as @SystemApi" into lmp-mr1-dev
automerge: 375ae7b
* commit '375ae7ba3263ee8eceeb371b170e9181c801c612':
Mark TimeUnit as @SystemApi
This commit is contained in:
@@ -183,7 +183,12 @@ public class HdmiTimerRecordSources {
|
||||
}
|
||||
}
|
||||
|
||||
private static class TimeUnit {
|
||||
/**
|
||||
* Base class for time-related information.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
/* package */ static class TimeUnit {
|
||||
/* package */ final int mHour;
|
||||
/* package */ final int mMinute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user