Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/service/
DEasAuthenticatorService.java51 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
97 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials()
104 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
109 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
121 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
127 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/IM/src/com/android/im/imps/
DMultiPhaseTransaction.java34 protected void notifySuccessResponse(Primitive response) { in notifySuccessResponse()
50 public abstract TransactionStatus processResponse(Primitive response); in processResponse()
56 final public void onResponseOk(Primitive response) { } in onResponseOk()
DAsyncTransaction.java61 final void notifyResponse(Primitive response) { in notifyResponse()
77 protected void notifySuccessResponse(Primitive response) { in notifySuccessResponse()
84 public abstract void onResponseOk(Primitive response); in onResponseOk()
DSimpleAsyncTransaction.java46 public void onResponseOk(Primitive response) { in onResponseOk()
DServerTransaction.java45 public void sendResponse(Primitive response) { in sendResponse()
DImpsContactListManager.java127 Vector<ImpsContactListAddress> extractListAddresses(Primitive response){ in extractListAddresses()
685 void extractBlockedContacts(Primitive response) { in extractBlockedContacts()
724 ContactList extractContactList(Primitive response, final ImpsAddress address) { in extractContactList()
792 public void onResponseOk(Primitive response) { in onResponseOk()
DImpsUtils.java84 public static ImpsErrorInfo checkResultError(Primitive response) { in checkResultError()
DImpsChatSessionManager.java82 Primitive response = new Primitive(ImpsTags.MessageDelivered); in notifyServerTransaction() local
DHttpDataChannel.java439 Primitive response = mParser.parse(in); in trySend() local
DImpsChatGroupManager.java145 Primitive response = new Primitive(ImpsTags.InviteUser_Response); in sendInvitationResposne() local
DImpsConnection.java226 public TransactionStatus processResponse(Primitive response) { in processResponse()
/packages/apps/Email/src/com/android/email/mail/store/
DPop3Store.java211 String response; in checkSettings() local
275 String response = executeSimpleCommand("STAT"); in open() local
429 String response = executeSimpleCommand("UIDL " + msgNum); in indexMsgNums() local
438 String response = executeSimpleCommand("UIDL"); in indexMsgNums() local
475 String response = executeSimpleCommand("UIDL"); in indexUids() local
532 public boolean parseSingleLine(String response) { in parseSingleLine()
564 public boolean parseMultiLine(String response) { in parseMultiLine()
703 String response = executeSimpleCommand(String.format("LIST %d", in fetchEnvelope() local
723 String response = executeSimpleCommand("LIST"); in fetchEnvelope() local
763 String response = null; in fetchBody() local
[all …]
DImapResponseParser.java62 ImapResponse response = new ImapResponse(); in readResponse() local
88 private void readTokens(ImapResponse response) throws IOException { in readTokens()
DImapStore.java684 ImapResponse response; in fetch() local
804 private void handleUntaggedResponse(ImapResponse response) { in handleUntaggedResponse()
1013 ImapResponse response; in appendMessages() local
1246 ImapResponse response; in executeSimpleCommand() local
/packages/apps/Browser/src/com/android/browser/
DFetchUrlMimeType.java82 HttpResponse response; in doInBackground() local
DDownloadTouchIcon.java79 HttpResponse response = client.execute(request); in doInBackground() local
/packages/apps/GlobalSearch/src/com/android/globalsearch/
DSuggestionCursor.java234 Bundle response = new Bundle(2); in respondPostRefresh() local
299 final Bundle response = new Bundle(); in respondClick() local
/packages/apps/Mms/src/com/android/mms/transaction/
DHttpUtils.java196 HttpResponse response = client.execute(target, req); in httpConnection() local
/packages/apps/GoogleSearch/src/com/android/googlesearch/
DSuggestionProvider.java159 HttpResponse response = mHttpClient.execute(method); in query() local
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DMockTransport.java102 public void expect(String pattern, String response) { in expect()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java202 HttpResponse response; in run() local
/packages/apps/GlobalSearch/tests/src/com/android/globalsearch/
DSuggestionSessionTest.java468 final Bundle response = cursor.respond(b); in sendClick() local
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java877 HttpResponse response = client.execute(request); in httpClientTest() local
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoActivity.java742 private int findResponseIndexFor(int response) { in findResponseIndexFor()