Home
last modified time | relevance | path

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

/aosp12/frameworks/native/docs/
H A 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
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DVCardResourceEntry.java250 String website = web.getWebsite();
251 if (!website.startsWith("http://") && !website.startsWith("https://")) {
254 website = "http://" + website;
256 final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(website));
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DDataAction.java164 final WebsiteDataItem website = (WebsiteDataItem) item; in DataAction() local
165 final String url = website.getUrl(); in DataAction()
H A DQuickContactActivity.java1469 final WebsiteDataItem website = (WebsiteDataItem) dataItem; in dataItemToEntry() local
1471 subHeader = website.getUrl(); in dataItemToEntry()
1475 final WebAddress webAddress = new WebAddress(website.buildDataStringForDisplay in dataItemToEntry()
1479 Log.e(TAG, "Couldn't parse website: " + website.buildDataStringForDisplay( in dataItemToEntry()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A 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()
H A DVCardEntry.java1190 public WebsiteData(String website) { in WebsiteData() argument
1191 mWebsite = website; in WebsiteData()
/aosp12/packages/modules/DnsResolver/tests/testdata/
H A DREADME.md21 2. Ping a website
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dencoding.md18 From [Unicode's official website](http://www.unicode.org/standard/WhatIsUnicode.html):
/aosp12/system/bt/gd/docs/testing/
H A Dcert_test.md242 page at the Bluetooth SIG website.
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-api-services-storage-v1-rev158-1.25.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
H A Dthird_party_licenses10739 the website where the SDK is made available.
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
H A Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
H A Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
H A Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
H A Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt34394 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt24224 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";