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

/packages/apps/ContactsCommon/src/com/android/contacts/common/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.java466 context.stopService(new Intent(context, EmptyService.class));
4555 mContext.startService(new Intent(mContext, EmptyService.class));
4981 // EmptyService in onAccountsUpdated() and stop it when we finish here).
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DEmptyService.java29 public class EmptyService extends Service class in inherits:Service
H A DComposeActivity.java686 private Intent mEmptyServiceIntent = new Intent(composeActivity, EmptyService.class);
3231 startService(new Intent(ComposeActivity.this, EmptyService.class));
3292 stopService(new Intent(ComposeActivity.this, EmptyService.class));
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java77 import com.android.contacts.common.util.EmptyService;
774 * {@link EmptyService} to make sure the background thread can finish
803 context.startService(new Intent(context, EmptyService.class));
868 context.stopService(new Intent(context, EmptyService.class));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java62 import com.android.contacts.common.util.EmptyService;
869 context.startService(new Intent(context, EmptyService.class));
906 context.stopService(new Intent(context, EmptyService.class));

Completed in 295 milliseconds