Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DEmptyService.java28 public class EmptyService extends Service { class
/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java65 import com.android.contacts.util.EmptyService;
890 context.startService(new Intent(context, EmptyService.class));
927 context.stopService(new Intent(context, EmptyService.class));