Searched refs:mAccountManagerStub (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentDownloadServiceTests.java50 private AttachmentDownloadService.AccountManagerStub mAccountManagerStub; field in class:AttachmentDownloadServiceTests
76 mAccountManagerStub = new AttachmentDownloadService.AccountManagerStub(null);
77 mService.mAccountManagerStub = mAccountManagerStub;
244 mAccountManagerStub.setNumberOfAccounts(2);
277 mAccountManagerStub.setNumberOfAccounts(2);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java128 /*package*/ AccountManagerStub mAccountManagerStub; field in class:AttachmentDownloadService
891 int numberOfAccounts = mAccountManagerStub.getNumberOfAccounts();
929 mAccountManagerStub = new AccountManagerStub(this);

Completed in 136 milliseconds