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

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

Completed in 75 milliseconds