Searched defs:response (Results 1 – 6 of 6) sorted by relevance
/cts/tests/src/android/content/cts/ |
D | MockAccountAuthenticator.java | 50 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 105 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 122 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 139 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 151 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 168 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 193 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/net/src/android/net/http/cts/ |
D | ApacheHttpClientTest.java | 108 HttpResponse response = httpClient.execute(request); in downloadMultipleFiles() local 122 private void assertDownloadResponse(String message, int expectedNumBytes, HttpResponse response) in assertDownloadResponse()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 432 HttpResponse response = null; in getResponse() local 626 private void setDateHeaders(HttpResponse response) { in setDateHeaders() 647 HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_1_0, status, null); in createResponse() local 681 HttpResponse response = createResponse(HttpStatus.SC_OK); in createTestDownloadResponse() local 868 HttpResponse response = mServer.getResponse(mRequest); in call() local
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/ |
D | mandreel.js | 7472 …mandreel_webAudio_reloadfile(fileName, function(response) { callback(response); if (response) mand… argument 7473 …dreelFsErrorHandler(e); mandreel_webAudio_reloadfile(fileName, function(response) { callback(respo… argument 7480 mandreel_webaudio_loadFile(fileName, function(response) { callback(response); } , argument 7482 …mandreel_webAudio_reloadfile(fileName, function(response) { callback(response); if (response) mand… argument 7494 …_webAudio_cacheFile3'); mandreel_webAudio_reloadfile(fileName, function(response) { callback(respo… argument 7512 mandreel_webAudio_cacheFile(fileName, function(response) { argument 7559 function webAudioParsePreloadFile(response) argument 8681 function audiotagParsePreloadFile(response,numsounds,atype) argument
|
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/ |
D | jquery.js | 7731 function ajaxConvert( s, response ) { argument 7864 window[ jsonpCallback ] = function( response ) { argument
|