Searched refs:PICASA_POSTS_TYPE (Results 1 - 1 of 1) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPicasaSource.java66 private static final String PICASA_POSTS_TYPE = "Buzz"; field in class:PicasaSource
315 boolean isPosts = (typeIndex >= 0 && PICASA_POSTS_TYPE.equals(type));
325 log(TAG, "replacing " + id + " with " + PICASA_POSTS_TYPE);
326 id = TAG + ":" + PICASA_POSTS_TYPE + ":" + user;

Completed in 50 milliseconds