Add transient to Account (for holding AccountManager account)

Change-Id: I2eba00b4e2f4fe0dfdc71547bfac9159728ea0e9
This commit is contained in:
Marc Blank 2011-06-01 20:42:43 -07:00
parent dc6f61a4c2
commit dcac884697
1 changed files with 3 additions and 1 deletions

View File

@ -1093,10 +1093,12 @@ public abstract class EmailContent {
public String mSignature;
public long mPolicyKey;
// Convenience for creating an account
// Convenience for creating/working with an account
public transient HostAuth mHostAuthRecv;
public transient HostAuth mHostAuthSend;
public transient Policy mPolicy;
// Might hold the corresponding AccountManager account structure
public transient android.accounts.Account mAmAccount;
public static final int CONTENT_ID_COLUMN = 0;
public static final int CONTENT_DISPLAY_NAME_COLUMN = 1;