Home
last modified time | relevance | path

Searched refs:mSourceType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/
DRcsContactUceCapability.java232 private @SourceType int mSourceType; field in RcsContactUceCapability
243 mSourceType = sourceType; in RcsContactUceCapability()
249 mSourceType = in.readInt(); in RcsContactUceCapability()
261 out.writeInt(mSourceType); in writeToParcel()
346 return mSourceType; in getSourceType()
382 builder.append(mSourceType); in toString()
/frameworks/base/services/core/java/com/android/server/hdmi/
DTimerRecordingAction.java43 private final int mSourceType; field in TimerRecordingAction
50 mSourceType = sourceType; in TimerRecordingAction()
62 switch (mSourceType) { in sendTimerMessage()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiRecordSources.java62 /* package */ final int mSourceType; field in HdmiRecordSources.RecordSource
66 mSourceType = sourceType; in RecordSource()
86 data[index++] = (byte) mSourceType; in toByteArray()
DHdmiTimerRecordSources.java419 super(recordSource.mSourceType, recordSource.getDataSize(false) + 1); in ExternalSourceDecorator()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java223 @SourceInfo.SourceType int mSourceType; field in ActivityMetricsLogger.TransitionInfo
286 mSourceType = sourceInfo.type; in TransitionInfo()
418 sourceType = info.mSourceType; in TransitionInfoSnapshot()
1140 info.mSourceType, in logAppTransitionReportedDrawn()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt23231 Landroid/hardware/hdmi/HdmiRecordSources$RecordSource;->mSourceType:I