OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AttachmentDownloadService
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java
25
import com.android.email.service.
AttachmentDownloadService
.DownloadRequest;
26
import com.android.email.service.
AttachmentDownloadService
.DownloadSet;
38
* Tests of the
AttachmentDownloadService
44
private
AttachmentDownloadService
mService;
50
private
AttachmentDownloadService
.AccountManagerStub mAccountManagerStub;
71
mService = new
AttachmentDownloadService
();
75
mAccountManagerStub = new
AttachmentDownloadService
.AccountManagerStub(null);
/packages/apps/Email/src/com/android/email/
Email.java
29
import com.android.email.service.
AttachmentDownloadService
;
155
new ComponentName(context,
AttachmentDownloadService
.class),
178
startOrStopService(enabled, context, new Intent(context,
AttachmentDownloadService
.class));
/packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java
59
public class
AttachmentDownloadService
extends Service implements Runnable {
93
"com.android.email.
AttachmentDownloadService
.attachment";
97
/*package*/ static volatile
AttachmentDownloadService
sRunningService = null;
161
}, "
AttachmentDownloadService
Watchdog").start();
[
all
...]
/packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java
66
import com.android.email.service.
AttachmentDownloadService
;
[
all
...]
/packages/apps/Email/src/com/android/email/provider/
EmailProvider.java
44
import com.android.email.service.
AttachmentDownloadService
;
[
all
...]
Completed in 174 milliseconds