Searched refs:EmptyService (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DEmptyService.java28 public class EmptyService extends Service { class in inherits:Service
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DEmptyService.java27 public class EmptyService extends Service { class in inherits:Service
H A DCalendarProvider2.java230 context.startService(new Intent(context, EmptyService.class));
264 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/Tag/src/com/android/apps/tag/
H A DTagService.java58 private static final class EmptyService extends Service { class in class:TagService
152 context.startService(new Intent(context, EmptyService.class));
161 context.startService(new Intent(context, EmptyService.class));
173 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/Contacts/src/com/android/contacts/ui/
H A DContactsPreferencesActivity.java25 import com.android.contacts.util.EmptyService;
1021 context.startService(new Intent(context, EmptyService.class));
1062 context.stopService(new Intent(context, EmptyService.class));
H A DEditContactActivity.java35 import com.android.contacts.util.EmptyService;
658 * {@link EmptyService} to make sure the background thread can finish
688 context.startService(new Intent(context, EmptyService.class));
780 context.stopService(new Intent(context, EmptyService.class));

Completed in 63 milliseconds