/packages/apps/Dialer/src/com/android/dialer/ |
PhoneCallDetails.java | 65 public final int sourceType; 80 Uri photoUri, int sourceType) { 94 this.sourceType = sourceType;
|
CallDetailActivity.java | 634 final boolean isBusiness = mContactInfoHelper.isBusiness(firstDetails.sourceType); [all...] |
/packages/apps/Dialer/src/com/android/dialer/service/ |
CachedNumberLookupService.java | 36 public boolean isBusiness(int 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);
|
/external/skia/gm/ |
xfermodes.cpp | 236 for (int sourceType = 1; sourceType & kAll_SrcType; sourceType <<= 1) { 239 if ((gModes[i].fSourceTypeMask & sourceType) == 0) { 253 draw_mode(canvas, mode, static_cast<SrcType>(sourceType),
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
ContactInfo.java | 46 public int sourceType = 0;
|
ContactInfoHelper.java | 279 * Given a contact's sourceType, return true if the contact is a business 281 * @param sourceType sourceType of the contact. This is usually populated by 284 public boolean isBusiness(int sourceType) { 286 && mCachedNumberLookupService.isBusiness(sourceType);
|
CallLogAdapter.java | 396 final boolean isRemoteSource = info.sourceType != 0; 618 final int sourceType = info.sourceType; 628 duration, name, ntype, label, lookupUri, photoUri, sourceType); 641 } else if (mContactInfoHelper.isBusiness(info.sourceType)) { [all...] |
/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...] |
/build/tools/zipalign/ |
ZipFile.h | 225 const char* storageName, int sourceType, int compressionMethod,
|
ZipFile.cpp | 359 const char* storageName, int sourceType, int compressionMethod, 414 if (sourceType == ZipEntry::kCompressStored) { 459 } else if (sourceType == ZipEntry::kCompressDeflated) { [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.h | 225 const char* storageName, int sourceType, int compressionMethod,
|
ZipFile.cpp | 359 const char* storageName, int sourceType, int compressionMethod, 414 if (sourceType == ZipEntry::kCompressStored) { 459 } else if (sourceType == ZipEntry::kCompressDeflated) { [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
dataview.js | 421 var sourceType = eventList[0].source.type; 426 out.push(getKeyWithValue(LogSourceType, sourceType) +
|
sourceentry.js | 111 var sourceType = this.getSourceTypeString().toLowerCase(); 112 if (filter.type.indexOf(sourceType) == -1)
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 148 function SourceCountDataSeries(sourceType, eventType) { 150 this.sourceType_ = sourceType;
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
Output.pm | 101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n"; 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 101 print HTML "<th colspan=".((4*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 103 print HTML "<th colspan=".((2*($#headers+1))-2)." class=\"sourceType\">Per Operation</th>\n"; 104 print HTML "<th colspan=".((5*($#headers+1))-2)." class=\"sourceType\">Per Event</th>\n"; 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 751 private Rop getCastRop(com.android.dx.rop.type.Type sourceType, 753 if (sourceType.getBasicType() == BT_INT) { 763 return Rops.opConv(targetType, sourceType); [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 132 //iconState.sourceType = CreateAssetSetWizardState.SourceType.CLIPART; 137 iconState.sourceType = CreateAssetSetWizardState.SourceType.IMAGE;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |