HomeSort by relevance Sort by last modified time
    Searched refs:mSourceType (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/hdmi/
TimerRecordingAction.java 43 private final int mSourceType;
50 mSourceType = sourceType;
62 switch (mSourceType) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 135 private final int mSourceType;
140 mSourceType = sourceType;
149 Bitmap icon = getOverlayAlbumIcon(mSourceType);
AlbumSetSlidingWindow.java 483 private final int mSourceType;
490 mSourceType = sourceType;
496 mTitle, String.valueOf(mTotalCount), mSourceType), l);
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordSources.java 62 /* package */ final int mSourceType;
66 mSourceType = sourceType;
86 data[index++] = (byte) mSourceType;
HdmiTimerRecordSources.java 419 super(recordSource.mSourceType, recordSource.getDataSize(false) + 1);

Completed in 221 milliseconds