/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/Email/provider_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 | 56 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 121 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 127 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() 132 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 144 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 150 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/provider_src/com/android/email/mail/store/ |
D | Pop3Store.java | 175 String response; in checkSettings() local 241 String response = executeSimpleCommand("STAT"); in open() local 393 String response = executeSimpleCommand("UIDL " + msgNum); in indexMsgNums() local 402 String response = executeSimpleCommand("UIDL"); in indexMsgNums() local 463 public boolean parseSingleLine(String response) { in parseSingleLine() 495 public boolean parseMultiLine(String response) { in parseMultiLine() 560 String response = null; in fetchBody() local 686 String response = executeSimpleCommand("CAPA"); in getCapabilities() local 732 String response = mTransport.readLine(true); in executeSensitiveCommand() local
|
D | ImapConnection.java | 313 ImapResponse response = readResponse(); in sendComplexCommand() local 339 ImapResponse response; in getCommandResponses() local 532 ImapResponse response = getOAuthResponse(); in doSASLAuth() local 554 ImapResponse response; in getOAuthResponse() local
|
/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/eas/ |
D | EasSendMeetingResponse.java | 106 final HttpEntity response; in getRequestEntity() local 129 protected int handleResponse(final EasResponse response) in handleResponse() 158 private void sendMeetingResponseMail(final PackedString meetingInfo, final int response) { in sendMeetingResponseMail()
|
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 | EasSettings.java | 69 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
|
D | EasSearchGal.java | 64 protected int handleResponse(final EasResponse response) throws in handleResponse()
|
D | EasOptions.java | 84 protected int handleResponse(final EasResponse response) { in handleResponse()
|
D | EasSyncBase.java | 104 protected int handleResponse(final EasResponse response) in handleResponse()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 103 Call call, ConnectionServiceRepository repository, CreateConnectionResponse response, in CreateConnectionProcessor() 138 void continueProcessingIfPossible(CreateConnectionResponse response, in continueProcessingIfPossible() 151 CreateConnectionResponse response = mResponse; in abort() local
|
/packages/apps/Exchange/src/com/android/exchange/ |
D | EasResponse.java | 60 private EasResponse(final HttpResponse response, in EasResponse() 83 final HttpResponse response = client.execute(request); in fromHttpRequest() local
|
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsRequest.java | 208 public void processResult(Context context, int result, byte[] response, int httpStatusCode) { in processResult() 301 protected abstract Uri persistIfRequired(Context context, int result, byte[] response); in persistIfRequired() 316 protected abstract boolean transferResponse(Intent fillIn, byte[] response); in transferResponse()
|
D | SendRequest.java | 100 protected Uri persistIfRequired(Context context, int result, byte[] response) { in persistIfRequired() 201 protected boolean transferResponse(Intent fillIn, byte[] response) { in transferResponse()
|
D | DownloadRequest.java | 104 protected Uri persistIfRequired(Context context, int result, byte[] response) { in persistIfRequired() 243 protected boolean transferResponse(Intent fillIn, final byte[] response) { in transferResponse()
|
/packages/apps/Email/provider_src/com/android/email/mail/internet/ |
D | OAuthAuthenticator.java | 141 final HttpResponse response; in doRequest() local 158 private AuthenticationResult parseResponse(HttpResponse response) throws IOException, in parseResponse()
|
/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
|