Home | History | Annotate | Download | only in email

Lines Matching defs:mAccount

36     private Account mAccount;
52 if (mAccount != null && mPreferences != null) {
53 mAccount.delete(mPreferences);
69 Uri testAccountUri = mAccount.getContentUri();
71 assertEquals(mAccount, lookup);
74 testAccountUri = Uri.parse("bogus://accounts/" + mAccount.getUuid());
79 testAccountUri = Uri.parse("content://bogus/" + mAccount.getUuid());
84 testAccountUri = Uri.parse("content://accounts/" + mAccount.getUuid() + "-bogus");
93 mAccount = new Account(getContext());
94 mAccount.save(mPreferences);