HomeSort by relevance Sort by last modified time
    Searched full:mlegacyaccount (Results 1 - 1 of 1) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTests.java 80 Account mLegacyAccount = null;
97 if (mLegacyAccount != null) {
98 mLegacyAccount.delete(mPreferences);
608 LegacyConversions.makeAccount(mProviderContext, mLegacyAccount);
609 checkProviderAccount("testMakeProviderAccount", mLegacyAccount, toAccount);
629 * Setup a legacy account in mLegacyAccount with many fields prefilled.
634 mLegacyAccount = new Account(mProviderContext);
637 mLegacyAccount.mUuid = "test-uid-" + name;
638 mLegacyAccount.mStoreUri = "store://test/" + name;
639 mLegacyAccount.mLocalStoreUri = "local://localhost/" + name
    [all...]

Completed in 228 milliseconds