am d534b936: Merge "Change visibility of RecordSource into public." into lmp-mr1-dev

* commit 'd534b936d70cd45d7dffd623ca16ec9b7fdbcbe2':
  Change visibility of RecordSource into public.
This commit is contained in:
Yuncheol Heo
2014-10-07 00:34:25 +00:00
committed by Android Git Automerger

View File

@@ -55,8 +55,10 @@ public final class HdmiRecordSources {
/**
* Base class for each record source.
* @hide
*/
static abstract class RecordSource {
@SystemApi
public static abstract class RecordSource {
protected final int mSourceType;
protected final int mExtraDataSize;