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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/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 {
CalendarProvider2.java 466 context.stopService(new Intent(context, EmptyService.class));
    [all...]
  /cts/tests/src/android/os/cts/
EmptyService.java 24 public class EmptyService extends Service {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 75 import com.android.contacts.common.util.EmptyService;
758 * {@link EmptyService} to make sure the background thread can finish
    [all...]