Home
last modified time | relevance | path

Searched refs:DataSourceType (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DAlbumLabelMaker.java30 import com.android.gallery3d.data.DataSourceType;
68 case DataSourceType.TYPE_CAMERA: in getOverlayAlbumIcon()
70 case DataSourceType.TYPE_LOCAL: in getOverlayAlbumIcon()
72 case DataSourceType.TYPE_PICASA: in getOverlayAlbumIcon()
DManageCacheDrawer.java23 import com.android.gallery3d.data.DataSourceType;
61 return dataSourceType != DataSourceType.TYPE_PICASA; in isLocal()
DAlbumSetSlidingWindow.java26 import com.android.gallery3d.data.DataSourceType;
258 int sourceType = DataSourceType.identifySourceType(album); in updateAlbumSetEntry()
389 mLoadingText, "", DataSourceType.TYPE_NOT_CATEGORIZED) in getLoadingTexture()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDataSourceType.java21 public final class DataSourceType { class
/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dlog_manager_wrapper_impl.h51 DataSourceType data_source_type,
Dlog_manager_wrapper_impl.cc96 DataSourceType data_source_type, int64_t value) { in LogToLongHistogram()