Home
last modified time | relevance | path

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

/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/
DMyAccountAuthenticator.java37 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
42 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
47 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
52 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
60 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
65 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticator.java64 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
76 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
82 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
88 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
136 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
147 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyAuthenticator.java72 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
79 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
84 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
90 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
96 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
107 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
/development/tools/winscope/src/trace_collection/winscope_proxy/
Dutils.ts45 const response = await HttpRequest.get( constant
64 const response = await HttpRequest.post( constant
Dwinscope_proxy_device_connection_test.ts225 const response: HttpResponse = { constant
370 const response: HttpResponse = { constant
388 const response: HttpResponse = { constant
/development/tools/external_crates/crates_io_util/src/
Dindex.rs74 let response = self.agent.run(request)?; in fetch() localVariable
76 let response = http::Response::from_parts(parts, body.read_to_vec()?); in fetch() localVariable
77 let response = self in fetch() localVariable
/development/tools/winscope/src/test/unit/
Dfixture_utils.ts32 const response = await fetch(url); constant
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DInlineFillService.java82 final FillResponse response; in onFillRequest() local
118 FillResponse.Builder response = new FillResponse.Builder(); in createResponse() local
DAuthActivity.java78 FillResponse response = in onYes() local
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java155 JSONObject response = new JSONObject(content); in getPageContent() local
187 HttpResponse response = client.execute(request); in getUrlContent() local
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java148 JSONObject response = new JSONObject(content); in getPageContent() local
180 HttpResponse response = client.execute(request); in getUrlContent() local
DExtendedWikiHelper.java208 JSONObject response = new JSONObject(content); in getRandomWord() local
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java149 private void postPendingResponse(InlineSuggestionsResponse response) { in postPendingResponse()
282 public boolean onInlineSuggestionsResponse(InlineSuggestionsResponse response) { in onInlineSuggestionsResponse()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java193 final String response = EntityUtils.toString(resp.getEntity()); in syncContacts() local
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java258 HttpResponse response = client.execute(getRequest); in doInBackground() local
DXmlDocumentProvider.java230 HttpResponse response = mHttpClient.execute(get); in getUriXmlPullParser() local
/development/tools/axl/
Daxl.py49 def sendResponse(self, response): argument