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

* commit '684675f44ddb8792affbb54fdc194fa944c4ba43':
  Change visibility of RecordSource into public.
This commit is contained in:
Yuncheol Heo
2014-10-07 00:55:24 +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;