Searched defs:fullFolderListUri (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DAccount.java105 public Uri fullFolderListUri; field in class:Account
246 json.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri);
334 fullFolderListUri = Utils.getValidUri(json
403 fullFolderListUri = Utils.getValidUri(cursor.getString(
512 fullFolderListUri = in.readParcelable(null);
557 dest.writeParcelable(fullFolderListUri, 0);
619 Objects.equal(fullFolderListUri, other.fullFolderListUri) &&
672 fullFolderListUri,
804 map.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri);
[all...]

Completed in 163 milliseconds