Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DWebStorage.java175 Origin website = (Origin) msg.obj; in createHandler()
176 nativeSetQuotaForOrigin(website.getOrigin(), in createHandler()
177 website.getQuota()); in createHandler()
181 Origin website = (Origin) msg.obj; in createHandler()
182 nativeDeleteOrigin(website.getOrigin()); in createHandler()
204 Origin website = mOrigins.get(origin); in createHandler()
207 if (website != null) { in createHandler()
208 long usage = website.getUsage(); in createHandler()
219 Origin website = mOrigins.get(origin); in createHandler()
222 if (website != null) { in createHandler()
[all …]
DWebViewCore.java1945 for (WebStorage.Origin website : origins) { in getUsedQuota()
1946 usedQuota += website.getQuota(); in getUsedQuota()
/frameworks/base/docs/html/guide/publishing/
Dpublishing_overview.jd18 <li><a href="#publishing-website">Releasing on your own website</a></li>
47 download them from your own website.</p>
118 on your own website or by sending an application directly to a user. Android Market is the
182 <h3 id="publishing-website">Releasing your application on your own website</h3>
185 you can release your application by making it available for download on your own website or server.
187 release and sign it). Then all you need to do is host the release-ready application on your website
188 and provide a download link for the application. When users browse to your website with their
213 <p>Although it is relatively easy to release your application on your own website, it can be
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1276 String website = contentValues.getAsString(Website.URL); in appendWebsites() local
1277 if (website != null) { in appendWebsites()
1278 website = website.trim(); in appendWebsites()
1283 if (!TextUtils.isEmpty(website)) { in appendWebsites()
1284 appendLineWithCharsetAndQPDetection(VCardConstants.PROPERTY_URL, website); in appendWebsites()
DVCardEntry.java1177 public WebsiteData(String website) { in WebsiteData() argument
1178 mWebsite = website; in WebsiteData()
/frameworks/base/docs/html/guide/developing/
Dindex.jd141 <a href="http://www.jetbrains.com/idea">IntelliJ IDEA official website</a>
/frameworks/base/docs/html/resources/faq/
Dsecurity.jd83 <p>As an open platform, Android allows users to visit any website and load
/frameworks/base/docs/html/sdk/
Dterms.jd179 …Google will make a new version of the License Agreement available on the website where the SDK is …
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd922 email, text messaging and uploading to a public website. <p>
935 can send a picture or upload it to a website, all it needs to
/frameworks/base/docs/html/guide/topics/usb/
Dadk.jd251 as described on the Arduino website.
/frameworks/base/api/
Dcurrent.txt16496 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";
D14.txt16496 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";