Searched defs:response (Results 1 – 10 of 10) sorted by relevance
/development/apps/PushApiAuthenticator/src/com/example/android/pushapiauthenticator/ |
D | MyAccountAuthenticator.java | 37 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/ |
D | Authenticator.java | 64 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/ |
D | MyAuthenticator.java | 72 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/ |
D | SimpleWikiHelper.java | 148 JSONObject response = new JSONObject(content); in getPageContent() local 180 HttpResponse response = client.execute(request); in getUrlContent() local
|
D | ExtendedWikiHelper.java | 208 JSONObject response = new JSONObject(content); in getRandomWord() local
|
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
D | SimpleWikiHelper.java | 155 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/ |
D | NetworkUtilities.java | 193 final String response = EntityUtils.toString(resp.getEntity()); in syncContacts() local
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 258 HttpResponse response = client.execute(getRequest); in doInBackground() local
|
D | XmlDocumentProvider.java | 230 HttpResponse response = mHttpClient.execute(get); in getUriXmlPullParser() local
|
/development/tools/axl/ |
D | axl.py | 49 def sendResponse(self, response): argument
|