Home
last modified time | relevance | path

Searched defs:response (Results 1 – 10 of 10) 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/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/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/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