Home
last modified time | relevance | path

Searched refs:startOrStopService (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/
DEmail.java172 startOrStopService(enabled, context, new Intent(context, AttachmentDownloadService.class)); in setServicesEnabled()
182 private static void startOrStopService(boolean enabled, Context context, Intent intent) { in startOrStopService() method in Email