HomeSort by relevance Sort by last modified time
    Searched defs:EmptyService (Results 1 - 4 of 4) sorted by null

  /cts/tests/src/android/os/cts/
EmptyService.java 24 public class EmptyService extends Service {
  /packages/apps/Contacts/src/com/android/contacts/util/
EmptyService.java 28 public class EmptyService extends Service {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
EmptyService.java 27 public class EmptyService extends Service {
  /packages/apps/Tag/src/com/android/apps/tag/
TagService.java 58 private static final class EmptyService extends Service {
152 context.startService(new Intent(context, EmptyService.class));
161 context.startService(new Intent(context, EmptyService.class));
173 context.stopService(new Intent(context, EmptyService.class));

Completed in 78 milliseconds