Searched refs:constructId (Results 1 – 3 of 3) sorted by relevance
56 albumId = LocalSource.constructId(INTERNAL.equals(path.get(0)), path.get(3)); in onReceive()60 albumId = PicasaSource.constructId(path.get(1)); in onReceive()
355 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
89 String id = constructId(internal, cursor.getString(bucketIndex)); in findAlbums()121 public static String constructId(boolean internal, String bucketId) { in constructId() method in LocalSource