Searched refs:startOrStopService (Results 1 – 2 of 2) sorted by relevance
1231 private void startOrStopService() { in initializeDevLoggingService()1251 startOrStopService(); in initializeDevLoggingService()
6356 startOrStopService(enabled, context, new Intent(context, AttachmentService.class)); in setServicesEnabled()6371 private static void startOrStopService(boolean enabled, Context context, Intent intent) { in startOrStopService() method in EmailProvider