Searched refs:mSourceType (Results 1 – 8 of 8) sorted by relevance
241 private @SourceType int mSourceType; field in RcsContactUceCapability253 mSourceType = sourceType; in RcsContactUceCapability()259 mSourceType = in.readInt(); in RcsContactUceCapability()272 out.writeInt(mSourceType); in writeToParcel()358 return mSourceType; in getSourceType()403 builder.append(mSourceType); in toString()
299 private final int mSourceType; field in BrightnessSynchronizer.BrightnessUpdate310 mSourceType = sourceType; in BrightnessUpdate()320 return "{[" + mId + "] " + toStringLabel(mSourceType, mBrightness) in toString()357 + toStringLabel(mSourceType, mBrightness)); in update()360 + toStringLabel(mSourceType, mBrightness) + " set brightness values: " in update()421 if (mSourceType == TYPE_INT) { in getBrightnessAsInt()428 if (mSourceType == TYPE_FLOAT) { in getBrightnessAsFloat()
43 private final int mSourceType; field in TimerRecordingAction50 mSourceType = sourceType; in TimerRecordingAction()62 switch (mSourceType) { in sendTimerMessage()
62 /* package */ final int mSourceType; field in HdmiRecordSources.RecordSource66 mSourceType = sourceType; in RecordSource()86 data[index++] = (byte) mSourceType; in toByteArray()
419 super(recordSource.mSourceType, recordSource.getDataSize(false) + 1); in ExternalSourceDecorator()
305 @SourceInfo.SourceType int mSourceType; field in ActivityMetricsLogger.TransitionInfo374 mSourceType = sourceInfo.type; in TransitionInfo()500 sourceType = info.mSourceType; in TransitionInfoSnapshot()
1752 public CompactSource mSourceType; field in CachedAppOptimizer.SingleCompactionStats1769 mSourceType = source; in SingleCompactionStats()1794 pw.println(" (" + mProcessName + "," + mSourceType.name() + "," + mDeltaAnonRssKBs in dump()
20353 Landroid/hardware/hdmi/HdmiRecordSources$RecordSource;->mSourceType:I