Home
last modified time | relevance | path

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

1234

/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/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
84 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken()
99 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials()
107 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
125 AccountAuthenticatorResponse response, Account account, String[] features) { in hasFeatures()
138 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClient.java34 public final TranscribeVoicemailResponse response; field in TranscriptionClient.TranscriptionResponseWrapper
37 public TranscriptionResponseWrapper( in TranscriptionResponseWrapper()
52 TranscribeVoicemailResponse response = null; in transcribeVoicemail() local
/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/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java112 ImapResponse response = mParser.readResponse(false); in open() local
248 String response = data.createResponse(); in doDigestMd5Auth() local
368 List<ImapResponse> executeContinuationResponse(String response, boolean sensitive) in executeContinuationResponse()
383 ImapResponse response; in getCommandResponses() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java139 public String response; field in WebAddress.ParseException
141 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/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/services/Car/obd2-lib/src/com/android/car/obd2/
DObd2Connection.java130 StringBuilder response = new StringBuilder(); in runImpl() local
150 String removeSideData(String response, String... patterns) { in removeSideData()
157 String unpackLongFrame(String response) { in unpackLongFrame()
325 int[] response = run("03"); in getDiagnosticTroubleCodes() 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/services/BuiltInPrintService/jni/ipphelper/
Dipphelper.c141 ipp_t *response; in test_and_set_ipp_version() local
236 ipp_t *response = NULL; in get_PrinterState() local
279 void get_PrinterStateReason(ipp_t *response, ipp_pstate_t *printer_state, in get_PrinterStateReason()
576 void parse_IPPVersions(ipp_t *response, ipp_version_supported_t *ippVersions) { in parse_IPPVersions()
740 void parse_getMediaSupported(ipp_t *response, media_supported_t *media_supported, in parse_getMediaSupported()
947 void parse_printerAttributes(ipp_t *response, printer_capabilities_t *capabilities) { in parse_printerAttributes()
1317 static void parse_printerUris(ipp_t *response, printer_capabilities_t *capabilities) { in parse_printerUris()
1454 ipp_t *response = NULL; in ippSendRequest() local
1491 ipp_t *response = NULL; in ipp_doCupsRequest() local
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTestHelpers.java127 public final Bundle response; field in ActionTestHelpers.StubActionService.StubActionServiceCallLog
133 final Bundle response, in StubActionServiceCallLog()
161 final Bundle response) { in handleResponseFromBackgroundWorker()
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()
DActionTest.java153 final Bundle response = null; in testActionTransitionsEndToEndWithRequests() local
286 protected Object processBackgroundResponse(final Bundle response) { in processBackgroundResponse()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
DBlockingHttpClient.java51 T onSuccess(InputStream response) throws IOException; in onSuccess()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java103 Call call, ConnectionServiceRepository repository, CreateConnectionResponse response, in CreateConnectionProcessor()
147 void continueProcessingIfPossible(CreateConnectionResponse response, in continueProcessingIfPossible()
160 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/experimental/FillService/src/foo/bar/fill/
DAuthActivity.java30 final FillResponse response; in onCreate() local
/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/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockRespondMatrixCursor.java44 final Bundle response = new Bundle(); in respond() local
/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()
/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