/packages/apps/Email/src/com/android/email/service/ |
D | EasTestAuthenticatorService.java | 48 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()
|
D | AuthenticatorService.java | 55 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/ |
D | TestAuthenticator.java | 62 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/ |
D | SnepBasicTests.java | 55 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
|
D | SnepValidationClientTests.java | 152 SnepMessage response = client.get(msg); in testUnavailable() local 172 SnepMessage response = client.get(msg); in testUndeliverable() local
|
D | SnepDefaultClientTests.java | 71 SnepMessage response = client.get(getSmallNdef()); in testGetFail() local
|
D | SnepCustomClientTests.java | 71 SnepMessage response = client.get(getSmallNdef()); in testGetSmall() local
|
/packages/apps/Email/src/com/android/email/mail/store/ |
D | Pop3Store.java | 177 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
|
D | ImapConnection.java | 270 ImapResponse response = readResponse(); in sendComplexCommand() local 297 ImapResponse response; in getCommandResponses() local
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
D | EasMeetingResponder.java | 81 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/ |
D | ImsFrameworkApp.java | 122 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/ |
D | MeetingResponseRequest.java | 27 MeetingResponseRequest(long messageId, int response) { in MeetingResponseRequest()
|
D | EasResponse.java | 60 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/ |
D | EasSettings.java | 69 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
|
D | EasMoveItems.java | 130 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse() 143 private void processResponse(final MessageMove request, final MoveResponse response) { in processResponse()
|
D | EasOptions.java | 82 protected int handleResponse(final EasResponse response) { in handleResponse()
|
D | EasSearch.java | 148 protected int handleResponse(final EasResponse response) in handleResponse()
|
D | EasSyncBase.java | 107 protected int handleResponse(final EasResponse response) in handleResponse()
|
D | EasFolderSync.java | 199 protected int handleResponse(final EasResponse response) in handleResponse()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
D | MockRespondMatrixCursor.java | 44 final Bundle response = new Bundle(); in respond() local
|
/packages/apps/Exchange/src/com/android/exchange/utility/ |
D | WbxmlResponseLogger.java | 73 public void process(HttpResponse response, HttpContext context) throws IOException { in process()
|
/packages/apps/Browser/src/com/android/browser/ |
D | FetchUrlMimeType.java | 87 HttpResponse response; in run() local
|
D | DownloadTouchIcon.java | 128 HttpResponse response = client.execute(request); in doInBackground() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | IEmailService.aidl | 49 oneway void sendMeetingResponse(long messageId, int response); in sendMeetingResponse()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
D | GoogleSuggestClient.java | 116 HttpResponse response = mHttpClient.execute(method); in query() local
|