/aosp12/frameworks/native/docs/ |
H A 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
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | VCardResourceEntry.java | 250 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 D | DataAction.java | 164 final WebsiteDataItem website = (WebsiteDataItem) item; in DataAction() local 165 final String url = website.getUrl(); in DataAction()
|
H A D | QuickContactActivity.java | 1469 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 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()
|
H A D | VCardEntry.java | 1190 public WebsiteData(String website) { in WebsiteData() argument 1191 mWebsite = website; in WebsiteData()
|
/aosp12/packages/modules/DnsResolver/tests/testdata/ |
H A D | README.md | 21 2. Ping a website
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | encoding.md | 18 From [Unicode's official website](http://www.unicode.org/standard/WhatIsUnicode.html):
|
/aosp12/system/bt/gd/docs/testing/ |
H A D | cert_test.md | 242 page at the Bluetooth SIG website.
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-api-services-storage-v1-rev158-1.25.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/aosp12/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
H A D | third_party_licenses | 10739 the website where the SDK is made available.
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |
H A D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
H A D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
H A D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 34394 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 24224 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
|