Searched refs:EmptyService (Results 1 – 7 of 7) sorted by relevance
27 public class EmptyService extends Service { class
461 context.stopService(new Intent(context, EmptyService.class));4563 mContext.startService(new Intent(mContext, EmptyService.class)); in sendUpdateNotification()
28 public class EmptyService extends Service { class
29 public class EmptyService extends Service class
729 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));
77 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()
62 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()