Home
last modified time | relevance | path

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

123

/packages/apps/Email/src/com/android/email/service/
DEasTestAuthenticatorService.java48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
79 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
85 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
90 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
102 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
108 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
DAuthenticatorService.java55 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
115 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
121 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
126 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
138 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
144 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestAuthenticator.java62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
82 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
95 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
101 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
115 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
126 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
DSnepBasicTests.java55 SnepMessage response = null; in testGetSmallNdef() local
86 SnepMessage response = null; in testGetLargeNdef() local
117 SnepMessage response = null; in testGetExcessiveNdef() local
148 SnepMessage response = null; in testPutSmallNdef() local
179 SnepMessage response = null; in testPutLargeNdef() local
210 SnepMessage response = null; in testUnsupportedVersion() local
246 SnepMessage response = null; in testDifferentMinorVersion() local
DSnepValidationClientTests.java152 SnepMessage response = client.get(msg); in testUnavailable() local
172 SnepMessage response = client.get(msg); in testUndeliverable() local
DSnepDefaultClientTests.java71 SnepMessage response = client.get(getSmallNdef()); in testGetFail() local
DSnepCustomClientTests.java71 SnepMessage response = client.get(getSmallNdef()); in testGetSmall() local
/packages/apps/Email/src/com/android/email/mail/store/
DPop3Store.java177 String response; in checkSettings() local
243 String response = executeSimpleCommand("STAT"); in open() local
395 String response = executeSimpleCommand("UIDL " + msgNum); in indexMsgNums() local
404 String response = executeSimpleCommand("UIDL"); in indexMsgNums() local
465 public boolean parseSingleLine(String response) { in parseSingleLine()
497 public boolean parseMultiLine(String response) { in parseMultiLine()
562 String response = null; in fetchBody() local
688 String response = executeSimpleCommand("CAPA"); in getCapabilities() local
734 String response = mTransport.readLine(true); in executeSensitiveCommand() local
DImapConnection.java270 ImapResponse response = readResponse(); in sendComplexCommand() local
297 ImapResponse response; in getCommandResponses() local
/packages/apps/Exchange/src/com/android/exchange/service/
DEasMeetingResponder.java81 final int response) { in sendMeetingResponse()
120 private void sendMeetingResponseMail(final PackedString meetingInfo, final int response) { in sendMeetingResponseMail()
192 private void sendResponse(final Message msg, final String mailboxServerId, final int response) in sendResponse()
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkApp.java122 String response = (String) ar.result; in handleMessage() local
129 Message response = mHandler.obtainMessage(EVENT_ISIM_AUTHENTICATION_DONE); in tryIsimAuthentication() local
/packages/apps/Exchange/src/com/android/exchange/
DMeetingResponseRequest.java27 MeetingResponseRequest(long messageId, int response) { in MeetingResponseRequest()
DEasResponse.java60 private EasResponse(final HttpResponse response, in EasResponse()
83 final HttpResponse response = client.execute(request); in fromHttpRequest() local
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSettings.java69 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
DEasMoveItems.java130 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
143 private void processResponse(final MessageMove request, final MoveResponse response) { in processResponse()
DEasOptions.java82 protected int handleResponse(final EasResponse response) { in handleResponse()
DEasSearch.java148 protected int handleResponse(final EasResponse response) in handleResponse()
DEasSyncBase.java107 protected int handleResponse(final EasResponse response) in handleResponse()
DEasFolderSync.java199 protected int handleResponse(final EasResponse response) in handleResponse()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockRespondMatrixCursor.java44 final Bundle response = new Bundle(); in respond() local
/packages/apps/Exchange/src/com/android/exchange/utility/
DWbxmlResponseLogger.java73 public void process(HttpResponse response, HttpContext context) throws IOException { in process()
/packages/apps/Browser/src/com/android/browser/
DFetchUrlMimeType.java87 HttpResponse response; in run() local
DDownloadTouchIcon.java128 HttpResponse response = client.execute(request); in doInBackground() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailService.aidl49 oneway void sendMeetingResponse(long messageId, int response); in sendMeetingResponse()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.java116 HttpResponse response = mHttpClient.execute(method); in query() local

123