Searched refs:mRecordingMethod (Results 1 – 2 of 2) sorted by relevance
75 @RecordingMethod private final int mRecordingMethod; field in Metadata117 mRecordingMethod = recordingMethod; in Metadata()166 return mRecordingMethod; in getRecordingMethod()248 @RecordingMethod private int mRecordingMethod = RECORDING_METHOD_UNKNOWN; field in Metadata.Builder336 mRecordingMethod = recordingMethod; in setRecordingMethod()352 mRecordingMethod); in build()
57 @Metadata.RecordingMethod private int mRecordingMethod; field in RecordInternal88 mRecordingMethod = parcel.readInt(); in populateUsing()108 parcel.writeInt(mRecordingMethod); in writeToParcel()268 return mRecordingMethod; in getRecordingMethod()274 this.mRecordingMethod = recordingMethod; in setRecordingMethod()