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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
StockSource.java 28 public class StockSource extends PhotoSource {
29 public static final String ALBUM_ID = "com.android.dreams.phototable.StockSource";
30 private static final String TAG = "PhotoTable.StockSource";
41 public StockSource(Context context, SharedPreferences settings) {
AlbumDataAdapter.java 129 if (typeAString.equals(StockSource.class.getName())) {
132 if (typeBString.equals(StockSource.class.getName())) {
PhotoSource.java 102 this(context, settings, new StockSource(context, settings));

Completed in 58 milliseconds