/packages/apps/Email/src/com/android/email/service/ |
D | EasAuthenticatorService.java | 51 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/ |
D | MultiPhaseTransaction.java | 34 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()
|
D | AsyncTransaction.java | 61 final void notifyResponse(Primitive response) { in notifyResponse() 77 protected void notifySuccessResponse(Primitive response) { in notifySuccessResponse() 84 public abstract void onResponseOk(Primitive response); in onResponseOk()
|
D | SimpleAsyncTransaction.java | 46 public void onResponseOk(Primitive response) { in onResponseOk()
|
D | ServerTransaction.java | 45 public void sendResponse(Primitive response) { in sendResponse()
|
D | ImpsContactListManager.java | 127 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()
|
D | ImpsUtils.java | 84 public static ImpsErrorInfo checkResultError(Primitive response) { in checkResultError()
|
D | ImpsChatSessionManager.java | 82 Primitive response = new Primitive(ImpsTags.MessageDelivered); in notifyServerTransaction() local
|
D | HttpDataChannel.java | 439 Primitive response = mParser.parse(in); in trySend() local
|
D | ImpsChatGroupManager.java | 145 Primitive response = new Primitive(ImpsTags.InviteUser_Response); in sendInvitationResposne() local
|
D | ImpsConnection.java | 226 public TransactionStatus processResponse(Primitive response) { in processResponse()
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | Pop3Store.java | 211 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 …]
|
D | ImapResponseParser.java | 62 ImapResponse response = new ImapResponse(); in readResponse() local 88 private void readTokens(ImapResponse response) throws IOException { in readTokens()
|
D | ImapStore.java | 684 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/ |
D | FetchUrlMimeType.java | 82 HttpResponse response; in doInBackground() local
|
D | DownloadTouchIcon.java | 79 HttpResponse response = client.execute(request); in doInBackground() local
|
/packages/apps/GlobalSearch/src/com/android/globalsearch/ |
D | SuggestionCursor.java | 234 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/ |
D | HttpUtils.java | 196 HttpResponse response = client.execute(target, req); in httpConnection() local
|
/packages/apps/GoogleSearch/src/com/android/googlesearch/ |
D | SuggestionProvider.java | 159 HttpResponse response = mHttpClient.execute(method); in query() local
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
D | MockTransport.java | 102 public void expect(String pattern, String response) { in expect()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 202 HttpResponse response; in run() local
|
/packages/apps/GlobalSearch/tests/src/com/android/globalsearch/ |
D | SuggestionSessionTest.java | 468 final Bundle response = cursor.respond(b); in sendClick() local
|
/packages/apps/Settings/src/com/android/settings/ |
D | RadioInfo.java | 877 HttpResponse response = client.execute(request); in httpClientTest() local
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.java | 742 private int findResponseIndexFor(int response) { in findResponseIndexFor()
|