Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DEmptyService.java27 public class EmptyService extends Service { class
DCalendarProvider2.java461 context.stopService(new Intent(context, EmptyService.class));
4563 mContext.startService(new Intent(mContext, EmptyService.class)); in sendUpdateNotification()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DEmptyService.java28 public class EmptyService extends Service { class
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DEmptyService.java29 public class EmptyService extends Service class
DComposeActivity.java729 private Intent mEmptyServiceIntent = new Intent(composeActivity, EmptyService.class); in createWearReplyTask()
3287 final Intent i = new Intent(ComposeActivity.this, EmptyService.class);
3367 stopService(new Intent(ComposeActivity.this, EmptyService.class));
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java77 import com.android.contacts.common.util.EmptyService;
806 context.startService(new Intent(context, EmptyService.class)); in onPreExecute()
871 context.stopService(new Intent(context, EmptyService.class)); in onPostExecute()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java62 import com.android.contacts.common.util.EmptyService;
867 context.startService(new Intent(context, EmptyService.class)); in onPreExecute()
904 context.stopService(new Intent(context, EmptyService.class)); in onPostExecute()