Home | History | Annotate | Download | only in account

Lines Matching defs:WEBSITE

36 import android.provider.ContactsContract.CommonDataKinds.Website;
111 static final int WEBSITE = 120;
408 DataKind kind = addKind(new DataKind(Website.CONTENT_ITEM_TYPE,
411 kind.actionBody = new SimpleInflater(Website.URL);
413 kind.defaultValues.put(Website.TYPE, Website.TYPE_OTHER);
416 kind.fieldList.add(new EditField(Website.URL, R.string.websiteLabelsGroup, FLAGS_WEBSITE));
1295 return "website";
1303 Website.CONTENT_ITEM_TYPE, null, R.string.websiteLabelsGroup, Weight.WEBSITE,
1305 new SimpleInflater(Website.URL));
1307 kind.fieldList.add(new EditField(Website.URL, R.string.websiteLabelsGroup,
1311 kind.defaultValues.put(Website.TYPE, Website.TYPE_OTHER);