Home
last modified time | relevance | path

Searched defs:response (Results 1 – 13 of 13) 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/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/ndk/platforms/android-21/include/linux/mmc/
Dioctl.h29 __u32 response[4]; member
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
DNetworkUtilities.java193 final String response = EntityUtils.toString(resp.getEntity()); in syncContacts() local
/development/ndk/platforms/android-21/include/linux/
Dfanotify.h77 __u32 response; member
Dbsg.h42 __u64 response; member
Dfirewire-cdev.h127 struct fw_cdev_event_response response; member
/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