Searched refs:website (Results 1 – 12 of 12) sorted by relevance
175 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 …]
1945 for (WebStorage.Origin website : origins) { in getUsedQuota()1946 usedQuota += website.getQuota(); in getUsedQuota()
18 <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 the182 <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 website188 and provide a download link for the application. When users browse to your website with their213 <p>Although it is relatively easy to release your application on your own website, it can be
1276 String website = contentValues.getAsString(Website.URL); in appendWebsites() local1277 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()
1177 public WebsiteData(String website) { in WebsiteData() argument1178 mWebsite = website; in WebsiteData()
141 <a href="http://www.jetbrains.com/idea">IntelliJ IDEA official website</a>
83 <p>As an open platform, Android allows users to visit any website and load
179 …Google will make a new version of the License Agreement available on the website where the SDK is …
922 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
251 as described on the Arduino website.
16496 … field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/website";