Home
last modified time | relevance | path

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

123

/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/Email/provider_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.java56 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/
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/provider_src/com/android/email/mail/store/
DPop3Store.java175 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
DImapConnection.java313 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/
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/eas/
DEasSendMeetingResponse.java106 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()
DEasMoveItems.java130 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
143 private void processResponse(final MessageMove request, final MoveResponse response) { in processResponse()
DEasSettings.java69 protected int handleResponse(final EasResponse response) throws IOException { in handleResponse()
DEasSearchGal.java64 protected int handleResponse(final EasResponse response) throws in handleResponse()
DEasOptions.java84 protected int handleResponse(final EasResponse response) { in handleResponse()
DEasSyncBase.java104 protected int handleResponse(final EasResponse response) in handleResponse()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java103 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/
DEasResponse.java60 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/
DMmsRequest.java208 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()
DSendRequest.java100 protected Uri persistIfRequired(Context context, int result, byte[] response) { in persistIfRequired()
201 protected boolean transferResponse(Intent fillIn, byte[] response) { in transferResponse()
DDownloadRequest.java104 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/
DOAuthAuthenticator.java141 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/
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

123