HomeSort by relevance Sort by last modified time
    Searched refs:sourceType (Results 1 - 25 of 63) sorted by null

1 2 3

  /packages/apps/Dialer/src/com/android/dialer/service/
CachedNumberLookupService.java 18 public void setSource(int sourceType, String name, long directoryId);
42 public boolean isBusiness(int sourceType);
43 public boolean canReportAsInvalid(int sourceType, String objectId);
  /external/skia/dm/
DMJsonWriter.h 28 SkString sourceType; // "gm", "skp", "image"
DMJsonWriter.cpp 57 result["key"]["source_type"] = gBitmapResults[i].sourceType.c_str();
115 br.sourceType = r["key"]["source_type"].asCString();
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTvClient.java 328 * @param sourceType type of record source. It should be one of
334 public void startTimerRecording(int recorderAddress, int sourceType, TimerRecordSource source) {
339 checkTimerRecordingSourceType(sourceType);
344 mService.startTimerRecording(recorderAddress, sourceType, data);
350 private void checkTimerRecordingSourceType(int sourceType) {
351 switch (sourceType) {
357 throw new IllegalArgumentException("Invalid source type:" + sourceType);
365 public void clearTimerRecording(int recorderAddress, int sourceType, TimerRecordSource source) {
370 checkTimerRecordingSourceType(sourceType);
374 mService.clearTimerRecording(recorderAddress, sourceType, data)
    [all...]
IHdmiControlService.aidl 70 void startTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource);
71 void clearTimerRecording(int recorderAddress, int sourceType, in byte[] recordSource);
HdmiRecordSources.java 65 /* package */ RecordSource(int sourceType, int extraDataSize) {
66 mSourceType = sourceType;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 66 private Bitmap getOverlayAlbumIcon(int sourceType) {
67 switch (sourceType) {
118 String title, String count, int sourceType) {
119 return new AlbumLabelJob(title, count, sourceType);
137 public AlbumLabelJob(String title, String count, int sourceType) {
140 mSourceType = sourceType;
AlbumSetSlidingWindow.java 83 public int sourceType;
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
243 || entry.sourceType != sourceType;
258 int sourceType = DataSourceType.identifySourceType(album);
259 if (isLabelChanged(entry, title, totalCount, sourceType)) {
262 entry.sourceType = sourceType;
270 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType) {
    [all...]
ManageCacheDrawer.java 73 boolean available = isLocal(entry.sourceType) || chooseToCache;
87 entry.sourceType, isCaching, chooseToCache, width, height);
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetails.java 70 public int sourceType;
CallDetailActivity.java 157 firstDetails.sourceType, firstDetails.objectId);
167 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType);
  /external/skia/gm/
xfermodes.cpp 242 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) {
245 if ((gModes[i].fSourceTypeMask & sourceType) == 0) {
259 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
  /frameworks/base/services/core/java/com/android/server/hdmi/
TimerRecordingAction.java 47 TimerRecordingAction(HdmiCecLocalDevice source, int recorderAddress, int sourceType,
51 mSourceType = sourceType;
HdmiCecLocalDeviceTv.java     [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfo.java 51 public int sourceType = 0;
ContactInfoHelper.java 438 * Given a contact's sourceType, return true if the contact is a business
440 * @param sourceType sourceType of the contact. This is usually populated by
443 public boolean isBusiness(int sourceType) {
445 && mCachedNumberLookupService.isBusiness(sourceType);
452 * @param sourceType The source type to be checked
456 public boolean canReportAsInvalid(int sourceType, String objectId) {
458 && mCachedNumberLookupService.canReportAsInvalid(sourceType, objectId);
CallLogAsyncTaskUtil.java 170 details.sourceType = info.sourceType;
CallLogAdapter.java 520 details.sourceType = info.sourceType;
566 isVoicemailNumber, mContactInfoHelper.isBusiness(info.sourceType));
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanCopier.java 96 Type sourceType = Type.getType(source);
122 e.checkcast(sourceType);
128 e.checkcast(sourceType);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 35 import com.android.ide.eclipse.adt.internal.assetstudio.CreateAssetSetWizardState.SourceType;
156 private SourceType mShowingType;
417 setSourceType(mValues.sourceType);
427 if (mValues.sourceType != mShowingType) {
428 mShowingType = mValues.sourceType;
433 showGroup(type.needsColors() && mValues.sourceType != SourceType.IMAGE,
521 setSourceType(mValues.sourceType);
531 if (mValues.sourceType == SourceType.CLIPAR
    [all...]
CreateAssetSetWizardState.java 70 public SourceType sourceType = SourceType.TEXT;
72 /** If {@link #sourceType} is a {@link SourceType#CLIPART}, the name of the clipart image */
75 /** If {@link #sourceType} is a {@link SourceType#IMAGE}, the path to the input image */
78 /** If {@link #sourceType} is a {@link SourceType#TEXT}, the text to render */
99 /** If {@link #sourceType} is a {@link SourceType#TEXT}, the font of the text to render *
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 185 public void prepare(Context context, final Uri uri, int sourceType) {
186 if (sourceType == SOURCE_TYPE_HTTP_PROGRESSIVE) {
194 } else if (sourceType == SOURCE_TYPE_HLS) {
231 } else if (sourceType == SOURCE_TYPE_MPEG_DASH) {
349 throw new IllegalArgumentException("Unknown source type: " + sourceType);
  /build/tools/zipalign/
ZipFile.h 234 const char* storageName, int sourceType, int compressionMethod,
  /frameworks/base/tools/aapt/
ZipFile.h 225 const char* storageName, int sourceType, int compressionMethod,
  /frameworks/base/tools/aapt2/
ZipFile.h 233 const char* storageName, int sourceType, int compressionMethod,

Completed in 603 milliseconds

1 2 3