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

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
AlbumEntry.java 33 public String syncAccount;
139 syncAccount = null;
PhotoEntry.java 33 public String syncAccount;
172 syncAccount = null;
PicasaContentProvider.java 119 if (context.login(photo.syncAccount)) {
132 if (context.login(album.syncAccount)) {
196 if ((album.photosDirty || forceRefresh) && context.login(album.syncAccount)) {
197 if (isSyncEnabled(album.syncAccount, context)) {
198 syncAlbumPhotos(context, album.syncAccount, album, syncResult);
302 album.syncAccount = user.account;
405 photo.syncAccount = account;
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 111 String userLowerCase = album.syncAccount.toLowerCase();

Completed in 61 milliseconds