Home
last modified time | relevance | path

Searched defs:response (Results 1 – 21 of 21) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
55 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
60 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
66 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
75 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
86 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java50 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/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java50 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/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java58 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
63 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
70 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
78 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
89 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
95 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java147 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
164 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
179 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
189 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
211 AccountAuthenticatorResponse response, in getAuthToken()
254 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
279 public Bundle getAccountRemovalAllowed(AccountAuthenticatorResponse response, in getAccountRemovalAllowed()
303 public Bundle addAccountFromCredentials(final AccountAuthenticatorResponse response, in addAccountFromCredentials()
310 public Bundle getAccountCredentialsForCloning(final AccountAuthenticatorResponse response, in getAccountCredentialsForCloning()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java49 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
56 AccountAuthenticatorResponse response, in addAccount()
111 AccountAuthenticatorResponse response, in confirmCredentials()
165 AccountAuthenticatorResponse response, in getAuthToken()
236 AccountAuthenticatorResponse response, in updateCredentials()
289 AccountAuthenticatorResponse response, in hasFeatures()
DTestAuthenticatorActivity.java30 AccountAuthenticatorResponse response = intent.getParcelableExtra(Fixtures.KEY_CALLBACK); in onCreate() local
/cts/tests/tests/net/src/android/net/http/cts/
DApacheHttpClientTest.java62 HttpResponse response = httpClient.execute(request); in downloadMultipleFiles() local
76 private void assertDownloadResponse(String message, int expectedNumBytes, HttpResponse response) in assertDownloadResponse()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java164 String response = processClientRequest(clientRequest); in run() local
209 String response = RESPONSE_ERR; in processClientRequest() local
269 String response; in handleSetTestResultCmd() local
312 String response; in handleSensorSwitchCommand() local
386 String response; in switchSensor() local
414 String response = RESPONSE_OK; in switchAllSensors() local
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
DTestUtils.java130 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertHttpClientSucceeds() local
141 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertHttpClientFails() local
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DPingReflector.java65 IcmpMessage response = null; in processPacket() local
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java407 Response response = null; in getResponse() local
442 private void setDateHeaders(HttpResponse response) { in setDateHeaders()
450 HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_1_0, status, null); in createResponse() local
592 HttpResponse response = mServer.getResponse(request); in run() local
DCtsTestServer.java543 HttpResponse response = null; in getResponse() local
760 private void setDateHeaders(HttpResponse response) { in setDateHeaders()
781 HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_1_0, status, null); in createResponse() local
818 HttpResponse response = createResponse(HttpStatus.SC_OK); in createTestDownloadResponse() local
1029 HttpResponse response = mServer.getResponse(mRequest); in run() local
/cts/tests/tests/net/src/android/net/ipv6/cts/
DPingTest.java138 assertEquals((byte) 0x81, response[0]); in checkResponse() local
/cts/common/util/src/com/android/compatibility/common/util/
DMultipartForm.java117 int response = connection.getResponseCode(); in submitForm() local
/cts/tests/tests/netsecpolicy/src/android/security/
DNetworkSecurityPolicyTestBase.java126 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertAndroidHttpClientCleartextRequestSucceeds() local
139 HttpResponse response = httpClient.execute(new HttpGet(url.toString())); in assertAndroidHttpClientCleartextRequestBlocked() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java204 Intent response = new Intent(ACTION_PROFILE_OWNER_STATUS); in onCreate() local
209 Intent response = new Intent(); in onCreate() local
/cts/tests/tests/net/jni/
DNativeMultinetworkJni.c191 uint8_t response[1500]; in Java_android_net_cts_MultinetworkApiTest_runDatagramCheck() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserService.java215 AdvertiseData response = generateAdvertiseData(SCAN_RESP_UUID, PRIVACY_RESPONSE); in handleIntent() local
/cts/hostsidetests/compilation/src/android/cts/compilation/
DAdbRootDependentCompilationTest.java264 String[] response = executeAdbCommand( in getCompilerFilter() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...