OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountManagerStub
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java
50
private AttachmentDownloadService.AccountManagerStub
mAccountManagerStub
;
75
mAccountManagerStub
= new AttachmentDownloadService.AccountManagerStub(null);
76
mService.
mAccountManagerStub
=
mAccountManagerStub
;
240
mAccountManagerStub
.setNumberOfAccounts(2);
273
mAccountManagerStub
.setNumberOfAccounts(2);
/packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java
119
/*package*/ AccountManagerStub
mAccountManagerStub
;
[
all
...]
Completed in 85 milliseconds