HomeSort by relevance Sort by last modified time
    Searched full:responses (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter.h 5 /* Responses from hook functions. */
25 /* Generic cache responses from hook functions.
atmlec.h 86 * For mapping LE_ARP requests to responses. Filled by
  /external/chromium/net/ftp/
ftp_response_info.h 22 // For cached responses, this time could be "far" in the past.
26 // responses, this time could be "far" in the past.
  /external/iproute2/include/linux/
netfilter.h 7 /* Responses from hook functions. */
27 /* Generic cache responses from hook functions.
  /external/nist-sip/java/javax/sip/
ClientTransaction.java 10 * should not need to handle non-2xx responses.
  /frameworks/base/cmds/keystore/
keystore_cli.c 27 char *responses[256] = { variable
77 printf("%d %s\n", code , responses[code] ? responses[code] : "Unknown");
  /frameworks/base/core/java/android/accounts/
IAccountAuthenticatorResponse.aidl 21 * The interface used to return responses from an {@link IAccountAuthenticator}
IAccountManagerResponse.aidl 21 * The interface used to return responses for asynchronous calls to the {@link IAccountManager}
  /frameworks/base/docs/html/guide/market/billing/
billing_testing.jd 14 <li><a href="#billing-testing-static">Testing in-app purchases with static responses</a></li>
37 <p>The Android Market publisher site provides several tools that help you test your in-app billing implementation before it is published. You can use these tools to create test accounts and purchase special reserved items that send static billing responses to your application.</p>
46 <h2 id="billing-testing-static">Testing in-app purchases with static responses</h2>
48 <p>We recommend that you first test your in-app billing implementation using static responses from Android Market. This enables you to verify that your application is handling the primary Android Market responses correctly and that your application is able to verify the signature correctly.</p>
50 <p>To test your implementation with static responses, you make an in-app billing request using a special item that has a reserved product ID. Each reserved product ID returns a specific static response from Android Market. No money is transferred when you make in-app billing requests with the reserved product IDs. Also, you cannot specify the form of payment when you make a billing request with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the product ID android.test.purchased.</p>
59 <p>There are four reserved product IDs for testing static in-app billing responses:</p>
63 <p>When you make an in-app billing request with this product ID, Android Market responds as though you successfully purchased an item. The response includes a JSON string, which contains fake purchase information (for example, a fake order ID). In some cases, the JSON string is signed and the response includes the signature so you can test your signature verification implementation using these responses.</p>
76 <p>In some cases, the reserved items may return signed static responses, which lets you test signature verification in your application. To test signature verification with the special reserved product IDs, you may need to set up <a href="{@docRoot}guide/market/billing/billing_admin.html#billing-testing-setup">trusted tester accounts</a> or upload your application as a unpublished draft application. The following table (Table 1) shows you the conditions under which static responses are signed.</p
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 68 Transaction(String pattern, String[] responses) {
71 mResponses = responses;
119 * @param responses Strings to reply with
121 public void expect(String pattern, String[] responses) {
122 Transaction pair = new Transaction(pattern, responses);
130 public void expectLiterally(String literal, String[] responses) {
131 expect("^" + Pattern.quote(literal) + "$", responses);
268 * supports banners, multi-line responses, and any other cases where we respond without
325 * If the string was expected, we push the corresponding responses into the mQueuedInput
  /hardware/ril/reference-ril/
atchannel.h 54 /** a singly-lined list of intermediate responses */
65 ATLine *p_intermediates; /* any intermediate responses */
72 * for multi-line TS 27.005 SMS PDU responses (eg +CMT:)
  /libcore/support/src/test/java/tests/http/
DefaultResponseCache.java 36 * Cache all responses in memory by URI.
83 * Returns the number of responses served by the cache.
90 * Returns the number of responses that couldn't be served by the cache.
  /external/nist-sip/java/gov/nist/javax/sip/stack/
StackMessageFactory.java 33 * An interface for generating new requests and responses. This is implemented
35 * and responses. When a Request comes in off the wire, the stack calls
  /external/wpa_supplicant/
radius_client.h 39 u32 responses; /* radiusAccClientResponses */ member in struct:hostapd_radius_server
40 u32 malformed_responses; /* @ClientMalformed{Access,}Responses */
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.h 39 u32 responses; /* radiusAccClientResponses */ member in struct:hostapd_radius_server
40 u32 malformed_responses; /* @ClientMalformed{Access,}Responses */
  /external/iptables/extensions/
libip6t_owner.man 4 chain, and even this some packets (such as ICMPv6 ping responses) may
libipt_owner.man 4 chain, and even this some packets (such as ICMP ping responses) may
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedRadioControl.java 43 /** Pause responses to async requests until (ref-counted) resumeResponses() */
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 45 * for successful (2xx) responses. If the response code was >= 300, the response
51 * HttpClient may handle redirects (3xx responses) internally.
  /frameworks/base/core/java/android/bluetooth/
AtCommandResult.java 24 * intermediate responses to a single command within a chained AT command
27 * The actual responses that are intended to be send in reply to the AT command
  /external/nist-sip/java/gov/nist/javax/sip/header/
ErrorInfoList.java 47 * only contained in 3xx, 4xx, 5xx and 6xx responses.
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageFactoryExt.java 28 * Set the common Server header for all Responses created from this message factory.
  /external/openssl/crypto/ocsp/
ocsp_srv.c 68 /* Utility functions related to sending OCSP responses and extracting
134 if(!rsp->tbsResponseData->responses &&
135 !(rsp->tbsResponseData->responses = sk_OCSP_SINGLERESP_new_null()))
188 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData->responses, single)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/
StubProjectCreationPage.java 27 * Returns canned responses for creating a sample project.
  /external/chromium/net/url_request/
url_request_test_job.h 18 // getters, which will in turn respond with the corresponding responses returned
37 // Constructs a job to return one of the canned responses depending on the
41 // Constructs a job to return one of the canned responses depending on the

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>