OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullFolderListUri
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java
108
public Uri
fullFolderListUri
;
274
json.put(AccountColumns.FULL_FOLDER_LIST_URI,
fullFolderListUri
);
396
fullFolderListUri
= Utils.getValidUri(json
469
fullFolderListUri
= Utils.getValidUri(cursor.getString(
605
fullFolderListUri
= in.readParcelable(null);
654
dest.writeParcelable(
fullFolderListUri
, 0);
721
Objects.equal(
fullFolderListUri
, other.
fullFolderListUri
) &&
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java
281
startActivity(MailboxSettings.getIntent(getActivity(), mUiAccount.
fullFolderListUri
,
[
all
...]
Completed in 267 milliseconds