Searched defs:sourceType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfo.java63 public int sourceType = 0; field in class:ContactInfo
H A DContactInfoHelper.java457 * Given a contact's sourceType, return true if the contact is a business
459 * @param sourceType sourceType of the contact. This is usually populated by
462 public boolean isBusiness(int sourceType) { argument
464 && mCachedNumberLookupService.isBusiness(sourceType);
471 * @param sourceType The source type to be checked
475 public boolean canReportAsInvalid(int sourceType, String objectId) { argument
477 && mCachedNumberLookupService.canReportAsInvalid(sourceType, objectId);
/packages/apps/Dialer/src/com/android/dialer/
H A DPhoneCallDetails.java87 public int sourceType; field in class:PhoneCallDetails
/packages/apps/Dialer/src/com/android/dialer/service/
H A DCachedNumberLookupService.java22 public void setSource(int sourceType, String name, long directoryId); argument
46 public boolean isBusiness(int sourceType); argument
47 public boolean canReportAsInvalid(int sourceType, String objectId); argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumLabelMaker.java66 private Bitmap getOverlayAlbumIcon(int sourceType) { argument
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) { argument
140 mSourceType = sourceType;
117 requestLabel( String title, String count, int sourceType) argument
H A DAlbumSetSlidingWindow.java83 public int sourceType; field in class:AlbumSetSlidingWindow.AlbumSetEntry
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) {
239 isLabelChanged( AlbumSetEntry entry, String title, int totalCount, int sourceType) argument
485 AlbumLabelLoader( int slotIndex, String title, int totalCount, int sourceType) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 5817 milliseconds