Home
last modified time | relevance | path

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

1234

/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
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSeqStep.java61 public boolean validate(HeaderSet response, Operation op) throws IOException { in validate()
72 public void clientPostAction(HeaderSet response, Operation op) throws IOException { in clientPostAction()
84 public void addObexPacketSet(ObexPacket request, ObexPacket response) { in addObexPacketSet()
DTestSequencer.java137 HeaderSet response = mClientSession.connect(reqHeaders); in run() local
173 HeaderSet response = mClientSession.setPath(reqHeaders, in run() local
191 HeaderSet response = mClientSession.disconnect(reqHeaders); in run() local
DSdpManagerTest.java186 HeaderSet response = mClientSession.connect(reqHeaders); in testSdpSearchClient() local
201 int response = op.getResponseCode(); in testSdpSearchClient() local
212 HeaderSet response = mClientSession.disconnect(reqHeaders); in testSdpSearchClient() local
DISeqStepValidator.java12 boolean validate(SeqStep step, HeaderSet response, Operation op) in validate()
DSapServerTest.java313 public SeqStep(SapMessage request, SapMessage response) { in SeqStep()
320 public void add(SapMessage request, SapMessage response) { in add()
380 public int addStep(SapMessage request, SapMessage response) { in addStep()
396 public void addSubStep(int index, SapMessage request, SapMessage response) { in addSubStep()
/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/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java141 public String response; field in WebAddress.ParseException
143 ParseException(String response) { in ParseException()
/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/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
DBlockingHttpClientTests.java133 public Void onSuccess(InputStream response) { in onSuccess()
149 public Void onSuccess(InputStream response) { in onSuccess()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java120 final Bundle response = new Bundle(); in testChatActionSucceeds() local
213 final Bundle response = new Bundle(); in testChatActionNoMonitor() local
259 final Bundle response = new Bundle(); in testChatActionUnregisterListener() local
347 protected Object processBackgroundResponse(final Bundle response) { in processBackgroundResponse()
DActionTestHelpers.java127 public final Bundle response; field in ActionTestHelpers.StubActionService.StubActionServiceCallLog
133 final Bundle response, in StubActionServiceCallLog()
161 final Bundle response) { in handleResponseFromBackgroundWorker()
/packages/services/Telephony/src/com/android/services/telephony/activation/
DSimActivationActivity.java49 final PendingIntent response = in runActivation() local
DSimActivationManager.java40 public void runActivation(int trigger, Response response) { in runActivation()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java102 Call call, ConnectionServiceRepository repository, CreateConnectionResponse response, in CreateConnectionProcessor()
139 void continueProcessingIfPossible(CreateConnectionResponse response, in continueProcessingIfPossible()
152 CreateConnectionResponse response = mCallResponse; in abort() local
/packages/services/Mms/src/com/android/mms/service/
DMmsRequest.java213 public void processResult(Context context, int result, byte[] response, int httpStatusCode) { in processResult()
316 protected abstract Uri persistIfRequired(Context context, int result, byte[] response); in persistIfRequired()
331 protected abstract boolean transferResponse(Intent fillIn, byte[] response); in transferResponse()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsRequest.java65 protected abstract boolean transferResponse(Context context, Intent fillIn, byte[] response); in transferResponse()
223 static boolean isWrongApnResponse(final byte[] response, final Bundle mmsConfig) { in isWrongApnResponse()
257 void returnResult(final Context context, int result, final byte[] response, in returnResult()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java111 protected Object processBackgroundResponse(final Bundle response) { in processBackgroundResponse()
223 protected final void processBackgroundWorkResponse(final Bundle response) { in processBackgroundWorkResponse()
DActionServiceImpl.java81 final Bundle response) { in handleResponseFromBackgroundWorker()
273 final Bundle response = intent.getBundleExtra(EXTRA_WORKER_RESPONSE); in onHandleIntent() local
315 private void processBackgroundResponse(final Action action, final Bundle response) { in processBackgroundResponse()
/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()

1234