Home
last modified time | relevance | path

Searched refs:website (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/docs/
DMakefile3 all: html website
9 website: $(HEADERS) Doxyfile header.html target
10 mkdir -p website
11 HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen
12 rm -f website/index.html
/frameworks/base/tools/app_metadata_bundles/src/lib/java/com/android/asllib/marshallable/
DDeveloperInfoFactory.java46 String website = XmlUtils.getStringAttr(developerInfoEle, XmlUtils.HR_ATTR_WEBSITE, false); in createFromHrElements() local
57 website, in createFromHrElements()
82 String website = XmlUtils.getOdStringEle(developerInfoEle, XmlUtils.OD_NAME_WEBSITE, false); in createFromOdElements() local
93 website, in createFromOdElements()
DAppInfoFactory.java59 String website = XmlUtils.getStringAttr(appInfoEle, XmlUtils.HR_ATTR_WEBSITE, false); in createFromHrElements() local
74 website); in createFromHrElements()
107 String website = XmlUtils.getOdStringEle(appInfoEle, XmlUtils.OD_NAME_WEBSITE, false); in createFromOdElements() local
122 website); in createFromOdElements()
DDeveloperInfo.java88 String website, in DeveloperInfo() argument
95 this.mWebsite = website; in DeveloperInfo()
DAppInfo.java55 String website) { in AppInfo() argument
68 this.mWebsite = website; in AppInfo()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1241 String website = contentValues.getAsString(Website.URL); in appendWebsites() local
1242 if (website != null) { in appendWebsites()
1243 website = website.trim(); in appendWebsites()
1248 if (!TextUtils.isEmpty(website)) { in appendWebsites()
1249 appendLineWithCharsetAndQPDetection(VCardConstants.PROPERTY_URL, website); in appendWebsites()
DVCardEntry.java1190 public WebsiteData(String website) { in WebsiteData() argument
1191 mWebsite = website; in WebsiteData()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt24224 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
/frameworks/base/core/api/
Dcurrent.txt36438 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";