/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VmsHalServiceTest.java | 313 VehiclePropValue response = createHalMessage( in testHandlePublisherIdRequestEvent() local 344 VehiclePropValue response = createHalMessage( in testHandlePublisherInformationRequestEvent() local 492 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_ZeroLayers() local 512 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_OneLayer() local 542 VehiclePropValue response = createHalMessage( in testHandleAvailabilityRequestEvent_MultipleLayers() local 584 VehiclePropValue response = createHalMessage( in testHandleStartSessionEvent() local 722 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_ZeroLayers() local 744 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_OneLayer_ZeroAssociatedLayers() local 767 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_ZeroLayers_OneAssociatedLayer() local 803 VehiclePropValue response = createHalMessage( in testHandleSubscriptionsRequestEvent_MultipleLayersAndAssociatedLayers() local [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
D | TestAuthenticator.java | 62 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/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/Dialer/java/com/android/voicemail/impl/transcribe/grpc/ |
D | TranscriptionResponseSync.java | 26 @Nullable private final TranscribeVoicemailResponse response; field in TranscriptionResponseSync 35 public TranscriptionResponseSync(TranscribeVoicemailResponse response) { in TranscriptionResponseSync()
|
D | TranscriptionResponseAsync.java | 26 @Nullable private final TranscribeVoicemailAsyncResponse response; field in TranscriptionResponseAsync 29 public TranscriptionResponseAsync(TranscribeVoicemailAsyncResponse response) { in TranscriptionResponseAsync()
|
D | GetTranscriptResponseAsync.java | 27 @Nullable private final GetTranscriptResponse response; field in GetTranscriptResponseAsync 30 public GetTranscriptResponseAsync(GetTranscriptResponse response) { in GetTranscriptResponseAsync()
|
D | TranscriptionFeedbackResponseAsync.java | 27 public TranscriptionFeedbackResponseAsync(SendTranscriptionFeedbackResponse response) { in TranscriptionFeedbackResponseAsync()
|
/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
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestCallScreeningService.java | 52 response = new CallScreeningService.CallResponse.Builder() in blockCall() local 63 response = new CallScreeningService.CallResponse.Builder() in allowCall() local
|
/packages/apps/TV/common/src/com/android/tv/common/compat/internal/ |
D | SessionCompatProcessor.java | 43 Bundle response = new Bundle(); in handleAppPrivateCommand() local 65 Bundle response = new Bundle(); in notifyCompat() local
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 112 ImapResponse response = parser.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/SecureElement/src/com/android/se/security/ara/ |
D | AccessRuleApplet.java | 74 ResponseApdu response = send(apdu); in readAllAccessRules() local 135 ResponseApdu response = send(apdu); in readRefreshTag() local
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | WebAddress.java | 139 public String response; field in WebAddress.ParseException 141 ParseException(String response) { in ParseException()
|
/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/services/BuiltInPrintService/jni/ipphelper/ |
D | ipphelper.c | 141 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() 633 void parse_getMediaSupported(ipp_t *response, media_supported_t *media_supported) { in parse_getMediaSupported() 704 void parse_printerAttributes(ipp_t *response, printer_capabilities_t *capabilities) { in parse_printerAttributes() 1083 static void parse_printerUris(ipp_t *response, printer_capabilities_t *capabilities) { in parse_printerUris() 1240 ipp_t *response = NULL; in ippSendRequest() local 1277 ipp_t *response = NULL; in ipp_doCupsRequest() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | QuickstepTestInformationHandler.java | 17 final Bundle response = new Bundle(); in call() local
|
/packages/services/Car/obd2-lib/src/com/android/car/obd2/ |
D | Obd2Connection.java | 130 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/ |
D | BlockingHttpClientTests.java | 144 public Void onSuccess(InputStream response) { in onSuccess() 160 public Void onSuccess(InputStream response) { in onSuccess()
|
/packages/services/Car/EncryptionRunner/src/android/car/encryptionrunner/ |
D | EncryptionRunner.java | 93 HandshakeMessage continueHandshake(@NonNull byte[] response) throws HandshakeException; in continueHandshake()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/ |
D | TranscriptionTaskSync.java | 46 TranscriptionResponseSync response = in getTranscription() local
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionTestHelpers.java | 127 public final Bundle response; field in ActionTestHelpers.StubActionService.StubActionServiceCallLog 133 final Bundle response, in StubActionServiceCallLog() 161 final Bundle response) { in handleResponseFromBackgroundWorker()
|
D | ActionServiceSystemTest.java | 120 final Bundle response = new Bundle(); in testChatActionSucceeds() local 209 final Bundle response = new Bundle(); in testChatActionNoMonitor() local 255 final Bundle response = new Bundle(); in testChatActionUnregisterListener() local 343 protected Object processBackgroundResponse(final Bundle response) { in processBackgroundResponse()
|