/frameworks/base/docs/html/google/play/billing/ |
D | gp-purchase-status-api.jd | 200 servers, which can use the Purchase Status API to verify the purchase.</li> 201 <li><em>Cache purchase details on your servers</em> — To the extent possible, 203 servers. If your app contacts your backend servers at runtime to verify purchase 207 <li><em>Store subscription expiry on your servers</em> — Your servers should 213 the Google Play servers for the subscription status again until the subscription is 214 reaching or has passed the expiration date. Typically, your servers would run a batch 218 <li>Your servers should not query all subscriptions every day.</li> 219 <li>Your servers should never query subscription status dynamically, based on
|
D | billing_subscriptions.jd | 188 API. Your apps can store the token locally or pass it to your backend servers, 205 app to notify your backend servers of subscription purchases, tokens, and any 206 billing errors that may occur. Your backend servers can use the server-side API 327 query and directly cancel the user’s subscription from your servers. 411 to your backend servers, which verifies them directly with Google Play using the 430 <p>The API is designed to be used from your backend servers as a way of securely
|
/frameworks/base/core/java/android/net/ |
D | INetworkManagementEventObserver.aidl | 101 void interfaceDnsServerInfo(String iface, long lifetime, in String[] servers); in interfaceDnsServerInfo() argument
|
/frameworks/base/core/java/com/android/server/net/ |
D | BaseNetworkObserver.java | 71 public void interfaceDnsServerInfo(String iface, long lifetime, String[] servers) { in interfaceDnsServerInfo() argument
|
/frameworks/base/docs/html/google/backup/ |
D | index.jd | 15 servers. The backup transport may differ 55 user's data to Google servers using the primary Google account on the device.</p> 72 users' privacy. Google securely transmits backup data to and from Google servers in order to provide
|
/frameworks/base/docs/html/google/gcm/ |
D | gcm.jd | 20 to send downstream messages (from servers to GCM-enabled client apps), and 21 upstream messages (from the GCM-enabled client apps to servers). 52 <td>The Google-provided servers involved in sending messages between the 91 <td>An ID issued by the GCM servers to the client app that allows 117 Currently Google provides connection servers for <a href="http.html">HTTP</a> 120 implement to work with your chosen GCM connection server(s). App servers send 142 to GCM connection servers.</li>
|
D | server.jd | 58 Google provides connection servers for <a href="{@docRoot}google/gcm/http.html"> 113 <p>Currently GCM provides two connection servers: <a href="{@docRoot}google/gcm/http.html"> 126 <li>HTTP: Synchronous. 3rd-party app servers send messages as HTTP POST requests and 129 <li>XMPP (CCS): Asynchronous. 3rd-party app servers send/receive messages to/from all their 167 <li>The 3rd-party app server sends a message to GCM servers.</li> 381 Otherwise, it will be stored in the GCM servers until the device is awake. And
|
D | client.jd | 182 <a href="ccs.html">CCS</a> (XMPP) server; HTTP-based servers don't support upstream messaging.</li> 256 <p>An Android application needs to register with GCM servers before it can receive 385 * Registers the application with GCM servers asynchronously. 467 <p>As stated above, an Android app must register with GCM servers and get a registration ID 623 your server should be connected to CCS. You can use one of the demo servers in 666 <li>Run one of the demo servers (Java or Python) provided in
|
D | helper.jd | 136 …de>: Called when the device tries to register or unregister, but the GCM servers are unavailable. … 180 <li>Sends the message with a maximum of 5 retry attempts (in case the GCM servers are unavailable),…
|
D | ccs.jd | 50 persistent, asynchronous, bidirectional connection to Google servers. The 59 servers, side-by-side with CCS which uses XMPP. Some of the benefits of CCS include:</p> 159 {@code message_id} to identify a message sent from 3rd-party app servers to CCS. 377 <p>Here is the format of the ACK expected by CCS from 3rd-party app servers in
|
D | http.jd | 38 connection server. Connection servers 39 are the Google-provided servers that take messages from the 3rd-party 201 documented in the above table, plus "Unavailable" (meaning GCM servers
|
D | c2dm.jd | 41 <p>C2DM was launched in 2010 to help Android apps send data from servers to their applications. Se…
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 42 common building block for encrypted communications between clients and servers. It's possible that 67 approach also has issues if the app has to talk to arbitrary servers such as a web browser or 70 <p>In order to address these downsides, servers are typically configured with certificates 82 certificates for many servers, you still need some way to make sure you are talking to the 104 <p>You can see that the certificate was issued for servers matching <em>*.wikipedia.org</em> by 319 <p>Some sites do this intentionally for secondary web servers used to serve resources. For 321 chain, but have servers for resources such as images, CSS, or JavaScript not include the 322 CA, presumably to save bandwidth. Unfortunately, sometimes these servers might be providing 329 this for all common web servers. This is the only approach if you need the site to work with 361 with many different servers. For example, looking at the <em>google.com</em> certificate with [all …]
|
/frameworks/base/docs/html/ |
D | legal.jd | 103 your servers to your users' Android devices. The service provides a simple, lightweight 104 mechanism that your servers can use to tell your Android app to contact your server directly to 113 backup and restore for most devices running Android 2.2 or greater, using Google servers and a
|
/frameworks/base/docs/html/distribute/engage/ |
D | gcm.jd | 20 Push messages from your backend servers to tell your apps that there's new
|
/frameworks/base/core/java/android/os/ |
D | INetworkManagementService.aidl | 319 void setDnsServersForNetwork(int netId, in String[] servers, String domains); in setDnsServersForNetwork() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 749 String[] servers = cooked[5].split(","); in onEvent() local 750 notifyInterfaceDnsServerInfo(cooked[3], lifetime, servers); in onEvent() 1710 public void setDnsServersForNetwork(int netId, String[] servers, String domains) { in setDnsServersForNetwork() argument 1714 if (servers.length > 0) { in setDnsServersForNetwork() 1717 for (String s : servers) { in setDnsServersForNetwork()
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 85 are updated and included with your application or staged on the proper production servers.</p> 87 <li>Preparing remote servers and services that your application depends on. 88 <p>If your application depends on external servers or services, you need to be sure they
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 74 Maps data. The API automatically handles access to Google Maps servers, data downloading,
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | index.jd | 40 Synchronizing data between an Android device and web servers can make your application
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 111 servers for the same user, only the last one with any given collapse key is 202 …every feed it follows. Your app would either need to send feed requests to 100 different servers,…
|
/frameworks/base/docs/html/training/app-indexing/ |
D | enabling-app-indexing.jd | 94 appear to your servers as originating from Googlebot. Therefore, you must
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_subscriptions.jd | 116 pass it to your backend servers, which can then use it to query the billing 327 backend servers. For more information, see <a href="#play-dev-api">Google Play 331 <p>For most use-cases, especially those where backend servers are already keeping
|
/frameworks/base/docs/html/guide/topics/search/ |
D | index.jd | 88 <li><strong>Don't send personal information to servers, but if you must, do not log it.</strong>
|
/frameworks/base/docs/html/design/style/ |
D | writing.jd | 59 Google servers to sign in to your account.<br>
|