Searched refs:website (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/docs/ |
D | Makefile | 3 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/ |
D | DeveloperInfoFactory.java | 46 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()
|
D | AppInfoFactory.java | 59 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()
|
D | DeveloperInfo.java | 88 String website, in DeveloperInfo() argument 95 this.mWebsite = website; in DeveloperInfo()
|
D | AppInfo.java | 55 String website) { in AppInfo() argument 68 this.mWebsite = website; in AppInfo()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 1241 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()
|
D | VCardEntry.java | 1190 public WebsiteData(String website) { in WebsiteData() argument 1191 mWebsite = website; in WebsiteData()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 24224 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
|
/frameworks/base/core/api/ |
D | current.txt | 36438 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
|