Home
last modified time | relevance | path

Searched refs:constructId (Results 1 – 3 of 3) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoDreamSettingsReceiver.java56 albumId = LocalSource.constructId(INTERNAL.equals(path.get(0)), path.get(3)); in onReceive()
60 albumId = PicasaSource.constructId(path.get(1)); in onReceive()
DPicasaSource.java355 String id = constructId(cursor.getString(idIndex)); in findAlbums()
370 id = constructId(PICASA_POSTS_TYPE + ":" + user); in findAlbums()
375 String uploadId = constructId(PICASA_UPLOAD_TYPE + ":" + user); in findAlbums()
428 public static String constructId(String serverId) { in constructId() method in PicasaSource
DLocalSource.java89 String id = constructId(internal, cursor.getString(bucketIndex)); in findAlbums()
121 public static String constructId(boolean internal, String bucketId) { in constructId() method in LocalSource